v1.9.0 Hugh Daniel
In this release we improve the Alby Go integration with Alby Hub. Alby Go is the easiest lightning wallet for using your hub on the go!
We also now show pending and failed transactions in the Alby Hub transaction list which helps to avoid making accidental duplicate payments.
We also now save static channel backups to the Alby Hub data directory for users who do not connect their Alby Account (which has automatic encrypted channel backups).
We also have many bugfixes in this release such as fixing the wallet balance on LND to take account of channel reserves, fixing the inability to pay to some lightning addresses, fixing user configuration being overwritten by environment variable on Start9/Umbrel, and many more.
What's Changed
New features
- feat: alby go app by @reneaaron in #674
- feat: show pending and failed outgoing transactions by @rolznz in #682
- feat: order apps by last used by @im-adithya in #658
- feat: save LDK static channel backups to disk by @rolznz in #687
Fixes
- fix: disable public channel checkbox for channel partners that do not support public channels by @rolznz in #686
- fix: do not round connection balance by @im-adithya in #659
- fix: lnurl pay to use existing lightning address by @rolznz in #660
- fix: correct link to migrate funds by @bumi in #656
- fix: precedence for user config from the DB by @bumi in #657
- fix: copy on onchain deposit by @itstomekk in #664
- fix: add re-request button in alby auth screen by @im-adithya in #673
- fix: use a less-used port for the alby hub service so it doesn't conflict with other running apps by @rolznz in #690
- fix: use channel balance api in get balances (LND) by @im-adithya in #671
- fix: use short sync interval while LDK channel is waiting to become active by @rolznz in #688
Misc
- chore: remove get balance method from LN client by @im-adithya in #672
- chore: set token for olympus LSP by @rolznz in #665
- chore: remove breez and greenlight from onboarding options by @rolznz in #689
- chore: change log of published response event to be info instead of debug by @rolznz in #685
- docs: simplify README by @rolznz in #680
- docs: add info about changing PORT in albyhub.service by @rolznz in #679
- docs: esplora config readme by @bumi in #647
- build(deps): bump gorm.io/datatypes from 1.2.1 to 1.2.2 by @dependabot in #655
- build(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by @dependabot in #652
- build(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.2 by @dependabot in #654
Full Changelog: v1.8.0...v1.9.0