Releases: clams-tech/Remote
Clams App v2.0.0-beta.5
Another small release with a grab bag of bug fixes that have been picked up during beta testing.
Clams App v2.0.0-beta.4
A small release to fix a bug where the total wallets balance would not show without manually pressing the sync button.
Clams App v2.0.0-beta.3
A small release with a bunch of UI tweaks and small bugfixes that have come up during beta testing.
Clams App v2.0.0-beta.2
Just a small beta release with a few bugfixes.
- Fixes page title routes by defining specifically on each route
- Fixes withdrawal offer payments labeling
- Fixes total wallet balance after sync
Clams App v2.0.0-beta.1
Our first public beta release for v2!
Clams required a full refactor to put us in a position to add some exciting new features and expand Clams from being an interface for CLN nodes to being a unified Bitcoin app for individuals and businesses that are running on a Bitcoin standard.
There are a lot more features to come, but here is a summary of what's currently in v2:
- All features that were included in v1 have been ported over to v2
- New interface design.
- Full refactor of codebase to include a local data set, utilizing a local DB for advanced and efficient queries.
- Performance improvements to handle nodes with large data sets (> 100k payments).
- New Native Desktop Application available for download.
- Manage multiple CLN nodes connections at the same time.
- Full onchain support including a new dedicated UTXOs route and intelligent payment summaries.
- Passphrase encrypted sessions to improve security.
- Advanced sorting and filtering options for payments, UTXOs, channels, offers and forwards.
To try the web app out, head to https://beta.clams.tech where the latest beta release will always be deployed.
To try the native desktop app, download from the assets below.
Channels Totals Denomination
Another small release to add a denomination symbol next to the channels summary balances as without them it is unclear what denomination you are looking at. Also included is an update to the Lnmessage dependency which updates the crypto libraries used and adds ping sending for better connection reliability.
Changelog:
Better Offers UI Description
A small release to improve the offer creation flow by adding a description and examples for each type (pay, withdraw) so it is clear what each one does. Also included in this release is a fix for when pays / invoices do not have a valid timestamp
which was causing infinite error notifications!
Changelog:
Small UI Fixes
Channel Management
This release sees the addition of a new /channels
nav link and associated routes that allow you to view channels, open channels and modify channel settings.
Also included in this release is auto connection to a node by adding the connection details to the url as well as many small bug and UI fixes.
Changelog:
- 1.7.0-1.7.1 - Fix: Update BOLT11 decode function to accommodate invoice prepended with lightning: #156
- 1.7.0-1.7.2 - Enhancement: Add option to make connection via URL params #163
- 1.7.0-0.1.2 - Feature: Channels #164
- 1.7.0-0.2.2 - Enhancement - Node Info QR #165
- 1.7.0-0.3.3 - Fix: General Bug Fixes #167
- 1.7.0-0.3.4 - Enhancement: QR #168
- 1.7.0-0.3.5 - Fix: Various UI Fixes #169
- 1.7.0-0.3.6 - Fix: Fiat Symbol UI Overflow #171
- 1.7.0-0.3.7 - Fix: More Various UI Tweaks #172
- 1.7.0-0.3.8 - Fix: Listpeerschannels #173
- 1.7.0-0.3.9 - Fix: Reconnection Logic #174
- bolt11: correctly parse all valid bolt11 hrps #175
- 1.7.0-0.3.10 - Fix: Autoconnect #176
Reliable Exchange Rates
This release connects the app to a newly deployed server at api.clams.tech and makes use of a new exchange rates route. Previously the app would hit the Coin Gecko and Coinbase API's directly for exchange rates which would get rate limited if the app had a lot of concurrent users. Now the Clams server will make those requests and cache them on the server and the app can reliably get results regardless of concurrent users.
Also included in this release is a UI fix for the rune modal which was overflowing as well as updating a dependency to reduce total bundle size.
Changelog: