v1.1.0 Tim May
In this release we address some feedback from early adopters, especially around onboarding, linking the Alby Account, and opening channels. When linking your Alby account, we now have a modal that explains exactly what is happening and allow you to choose your budget before confirming. Open channel links now take into account if users have enough funds from their Alby shared node balance to use to open a channel when migrating, and we've re-added the main "Open Channel" button from the node page, with links to easily increase receiving capacity. We've also added a transaction details popup when clicking on transactions on the wallet page, so you can see the fees and preimage of any transaction.
What's Changed
New Features
- feat: appcard improvements & linking account by @reneaaron in #235
- feat: add transaction popup by @im-adithya in #15
- feat: improve node health indicator by @rolznz in #240
- feat: support limit and offset in list transactions by @im-adithya in #13
- feat: improve open channel ux flows by @rolznz in #249
- feat: use alby hub latest version from alby api by @rolznz in #250
Fixes
- fix: default redirect on settings route by @pavanjoshi914 in #232
- fix: hide unknown version by @reneaaron in #233
- fix: make copy to clipboard work in non-https environments by @reneaaron in #242
- fix: correctly pass TLVs in NIP-47 pay_keysend by @rolznz in #234
- fix: add LNServer_Wave as a trusted peer for no anchor channel reserves by @rolznz in #245
- fix: remove bitcoin connect from apps by @reneaaron in #243
- fix: validate theme from storage by @reneaaron in #244
- fix: link to open first channel when alby shared funds are available by @rolznz in #248
- fix: force dark mode in intro by @rolznz in #251
Misc
- build(deps): bump github.com/nbd-wtf/go-nostr from 0.32.0 to 0.34.1 by @dependabot in #227
- build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 by @dependabot in #228
- build(deps): bump github.com/wailsapp/wails/v2 from 2.8.2 to 2.9.1 by @dependabot in #229
- chore: descriptive class names and mark sensitive content by @bumi in #239
- chore: fire events on failed sync by @rolznz in #223
Full Changelog: v1.0.2...v1.1.0