github getAlby/hub v1.21.3
v1.21.3 Satoshi Nakamoto

2 days ago

In this release Alby Hub is updated to Alby's new branding! other changes include a simpler swaps and on-chain receive UX, multiple relay support, better presets for creating connections, simpler unit display, more accessible keyboard navigation, and many bugfixes and other minor improvements.

Hotfix v1.21.3

In this hotfix we make some improvements to dynamic channel backups, fix incorrect maximum amount when swapping in from external wallet, and add 2 new apps to the app store.

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

curl https://raw.githubusercontent.com/getalby/hub/master/scripts/keys/rolznz.asc | gpg --import

Once you have the required PGP keys, you can verify the release (assuming manifest.txt.asc and manifest.txt are in the current directory) with:

gpg --verify manifest.txt.asc manifest.txt

You should see the following if the verification was successful:

gpg: Signature made Wed Jan 8 11:56:42 2025 +07
gpg:                using RSA key 5D92185938E6DBF893DCCC5BA5EABD8835092B08
gpg: Good signature from "Roland Bewick <roland.bewick@gmail.com>" [ultimate]

That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the sha256 hash of the archive:

shasum -a 256 <filename>

Compare the hash with the one in the manifest file and ensure they match exactly.

What's Changed

New features

  • feat: add alert to node page when user has any large LDK channel monitors by @rolznz in #2007
  • feat: add TunnelSats to app store by @TrezorHannes in #2001
  • feat: add fountain to the app store by @rolznz in #2009

Fixes

  • fix: only clear LDK VSS migration config value after successfully starting node by @rolznz in #2000
  • fix: max amount when swapping in from external wallet by @rolznz in #2004
  • fix: increase vss client timeout by @rolznz in #2002

Misc

New Contributors

Full Changelog: v1.21.2...v1.21.3

Don't miss a new hub release

NewReleases is sending notifications on new releases.