Skip to content

Releases: clams-tech/Remote

Clams App v2.0.0-beta.5

12 Dec 20:04
Compare
Choose a tag to compare
Pre-release

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

10 Dec 19:47
Compare
Choose a tag to compare
Pre-release

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

10 Dec 19:22
88b388f
Compare
Choose a tag to compare
Pre-release

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

02 Dec 03:33
Compare
Choose a tag to compare
Pre-release

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

26 Nov 23:11
Compare
Choose a tag to compare
Pre-release

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

21 Aug 21:47
fe640a2
Compare
Choose a tag to compare

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:

  • 1.8.3-0.0.1: Update Lnmessage #192
  • 1.8.3-0.0.2: Enhancement - Add denomination to channels dashboard values #193

Better Offers UI Description

10 Aug 20:43
45cab4b
Compare
Choose a tag to compare

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:

  • 1.8.2-0.0.2 - Enhancement: Add offer type descriptions #188
  • 85c4b72 Handle invalid timestamps

Small UI Fixes

06 Aug 21:21
49ddd28
Compare
Choose a tag to compare

Just a small release to fix a couple of UI bugs. The QR's now get saved/copied with more padding to ensure better scanning ability and the offers payments list has been fixed so that it is not cutoff.

Changelog:

  • 1.8.1-0.0.1 - Fix: QR Export #184
  • 1.8.1-0.0.2 - Fix: Offers Payments List #185

Channel Management

21 Jul 06:14
70ac849
Compare
Choose a tag to compare

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

14 Apr 04:48
84de40c
Compare
Choose a tag to compare

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:

  • 1.6.0-0.0.1 - Fix: Rune Modal Overflow #145
  • 1.6.0-0.0.2: Update - Lnmessage #147
  • 1.6.1-0.1.2: Enhancement - Exchange Rate API #152