Skip to content

Releases: clams-tech/Remote

Remote v2.3.0

15 Aug 09:33
344232d
Compare
Choose a tag to compare

What's New

  • Branding overhaul to replace all things "Clams" with "Remote".
  • Add Plugins dashboard.
  • Add UI for CLBOSS plugin.

What's Changed

  • Fix onchain address validation issues.
  • Fix NaN error that rendered on channels route.

Clams Remote v2.2.0

10 Jun 11:30
46724bf
Compare
Choose a tag to compare

What's New

  • Close channels.
  • Bitcoind and lightningd sync status warnings.
  • Option to expose private channels when creating invoices.
  • "Spend all" option when opening channels.

What's Changed

  • Fixed broken link to documentation.
  • Simplified the add wallet flow by defaulting to CLN.
  • Updated "larp mode" for LNPlay users to allow only one wallet connection.
  • Fixed UI issue on payments page for mobile users.
  • Added Alby proxy as an option to the wallet connection flow to simplify use for Tor lightning nodes.
  • Deprecated the native app to focus development on self-hosting.
  • Updated button sizing on the /input route for easier option selection.
  • Improved input/scan copy to reduce confusion.

Clams Remote v2.1.0

11 Feb 04:45
7e88541
Compare
Choose a tag to compare

What's New

What's Changed

  • Various security fixes via dependabot
  • Fix LNURL Auth heading display
  • Fix duplicate forwards due to incorrect id derivation
  • Fix payments list rendering so that it does not scroll horizontally
  • Fix overflowing text for long node names in payment summary
  • Fix forwards row rendering on mobile devices so that the amount is always displayed
  • Remove from db and don't render onchain transactions that have a block height of 0 indicating they were replaced

Clams Remote v2.0.0

06 Jan 18:58
Compare
Choose a tag to compare

Version 2 is finally here! 🥳

A summary of the features and changes to look out for:

  • 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.

We have also made a change to the domain and name of this app to Remote - a remote control for your Core Lightning node.

The web app now lives at https://remote.clams.tech

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