In this release Alby Hub adds "1 Tap connections", an easy way to connect other apps to your hub using Alby Go! Also there are many minor improvements and bug fixes.
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: One-click connections for self-hosted hubs by @rolznz in #1016
- feat: add pagination to tx list by @im-adithya in #895
- feat: add peer and return_to query parameters to peer connection page by @danielbroll in #1089
- feat: show app creation time in connection summary by @im-adithya in #1126
- feat: show wallet pubkey on connection summary by @rolznz in #1146
- feat: add app cleanup page by @rolznz in #1138
- feat: add swap alert by @rolznz in #1158
- feat: show total and reserved balance in spending balance tooltip by @rolznz in #1161
Fixes
- fix: LDK panic on shutdown due to nil pointer error when deleting old payments by @rolznz in #1124
- fix: update to gonuts 0.4.0 and fix fees in cashu transactions by @rolznz in #1116
- fix: skeleton component by @reneaaron in #1127
- fix: close swap dialogs after opening new window by @reneaaron in #1145
- fix: add connected state for connect app card by @rolznz in #1149
- fix: channels sorting on node page by @rolznz in #1152
- fix: adjust animation for darkmode by @reneaaron in #1155
- fix: disconnect ldk peer before re-connecting by @rolznz in #1150
- fix: do not allow changing unlock password to an empty password by @rolznz in #1151
- fix: still start legacy app subscription when legacy info event fails to be published by @rolznz in #1162
- fix: do not publish info events on relay reconnect by @rolznz in #1163
- fix: font styles by @reneaaron in #1157
Misc
- chore: switch to encryption tag from versioning by @im-adithya in #1093
- chore: use a more straightforward return value by @beforetech in #1119
- chore: fix unstable self payments test by @rolznz in #1147
- chore: include information about channels in shutdown message by @rolznz in #1103
- chore: remove transfer alby hosted balance + new designs for node table by @pavanjoshi914 in #1058
- chore: remove duplicated nip-47 notifier by @rolznz in #1164
- chore: backup LDK channels after connecting alby account by @rolznz in #1165
- docs: update documentation for client created secret by @rolznz in #1125
- build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.70.3 to 1.71.1 by @dependabot in #1079
- build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by @dependabot in #1082
- build(deps): bump github.com/lightningnetwork/lnd from 0.18.4-beta.rc2 to 0.18.5-beta.rc2 by @dependabot in #1100
- build(deps): bump github.com/nbd-wtf/go-nostr from 0.48.4 to 0.50.0 by @dependabot in #1117
- build(deps): bump golang.org/x/crypto from 0.32.0 to 0.35.0 by @dependabot in #1141
- build(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 by @dependabot in #1143
- build(deps): bump github.com/wailsapp/wails/v2 from 2.9.2 to 2.10.1 by @dependabot in #1142
- build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.71.1 to 1.72.1 by @dependabot in #1144
New Contributors
- @danielbroll made their first contribution in #1089
- @beforetech made their first contribution in #1119
Full Changelog: v1.14.3...v1.15.0