Skip to content

Releases: clams-tech/Remote

Reliable Exchange Rates

14 Apr 04:48
84de40c

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

⚡ BOLT12 Offers ⚡

28 Mar 03:13
cd0ec80

Choose a tag to compare

This release adds support for BOLT12 offers. You can now scan and send to all BOLT12 offers types as well as create and manage your own!

The recurrence feature of BOLT12 is not currently supported, but will be added in a future release.

Changelog:

  • 1.5.2-0.1.0: Feature - BOLT12 #136
  • 1.5.2-0.1.1 - Fix: Clams Rune recipe #137
  • 1.5.2-0.1.5 - Fix: Additional BOLT12 Fixes #139
  • 1.5.2-0.1.11 - Enhancement: Animations #140
  • 1.5.2-0.1.12 - Fix: Faster and consistent transitions #143

BKPR improvements

18 Mar 03:48
29947d7

Choose a tag to compare

Small release to improve the recently added BKPR features. The Routing Performance section has been updated to remove table component and is now a more informative display. The Channel Insight charts have been updated to fix a bug related to a misinterpretation of data.

Changelog:

  • 1.5.1-0.0.1: Fix - Resolve bkpr data issues #124

BIP21 QR Scanning

26 Feb 21:28
bb30c24

Choose a tag to compare

This release adds support for scanning BIP21 Universal QR's. Also included in this release are some Bkpr Channel APY charts (more charts to come!) as well as some general UI fixes and performance enhancements.

Changelog:

  • 1.4.1-0.1.0: Feature BIP21 QR scan #108
  • 1.4.1-0.2.0: Default Dark Mode #109
  • 1.4.1-0.2.1 - Fix: Various Fixes #110
  • 1.4.1-0.2.2 - Fix: Encrypt Modal #111
  • 1.4.1-0.3.2: Feature - BKPR APY visualizations #112
  • 1.4.1-0.3.3: Fix - Various Fixes #114
  • 1.4.1-0.4.3: Enhancement - Bundle Reduction #115

BKPR

05 Feb 22:23

Choose a tag to compare

This release adds a new route for accounting that utilises the bkpr plugin RPC methods. Initial accounting support adds a simple CSV download section for exporting your income events to formats recognised by various accounting software tools. In future releases we plan on adding some nice charts and other info that will help with understanding your node's payment events.

We have also added some more options for connecting a node. The app will now recognise DNS addresses as well as IP addresses in the connection string. Connections directly to a node are now supported which is great for local testing. If you have a TLS cert for your node (which may become default on future CLN updates), you can skip the proxy for a much faster app experience. Setting a custom WS proxy is also now supported, so the Clams proxy is no longer a single point of failure.

Finally protocol handlers have been added for supported devices (see linked PR for details) so that Clams can handle bitcoin: prefixed links automatically.

Changelog:

  • 1.3.0-0.1.0: Enhancement - Allow DNS Address #97
  • Bump ua-parser-js from 1.0.2 to 1.0.33 #98
  • 1.3.0-0.2.0: Enhancement - Connection Options #99
  • 1.3.0-0.4.0: Feature - accounting exports, side nav & menu updates #100
  • 1.3.0-0.3.0: Feature - URL Protocol Handlers #101
  • 1.3.0-0.4.1 - Fix: General Pre-release Fixes #104

Pay to Lightning Address

18 Jan 20:44
00074ce

Choose a tag to compare

This release includes additional LNURL features as improving the UX for connecting to your node. Paying to a Lightning Address is now supported as well as LNURL Withdraw QR's/links.

Changelog:

  • Add rune recipes to connect flow #88
  • 1.2.0-0.2.0 - Feature: Lightning Address #90
  • 1.2.0-0.3.0 - Feature: LNURL Withdraw #91
  • 1.2.0-0.4.0 - Feature: LNURL Raw URL's #92
  • 1.2.0-0.4.1 - Fix: LNURL Pay Summary #93
  • 1.2.0-0.4.2 - Fix: LNURL Success URL #94

LNURL Pay Request

11 Jan 21:18
ea5e4a5

Choose a tag to compare

This release adds support for the LNURL Pay Request protocols:

Changelog:

  • Feature: LNURL Pay #85