Skip to content

Phoenix Android 2.0.6

Compare
Choose a tag to compare
@dpad85 dpad85 released this 13 Sep 13:28
· 340 commits to master since this release
354652d

Migration for existing legacy wallets (v1.x)

For users upgrading from the legacy Phoenix Android app (1.x) to 2.x, a migration is needed. See the 2.0.0 release notes for details about the migration process.

Changes from 2.0.5

Fixed several issues related to LNURL

  • withdrawals will now offer the user to withdraw the maximum amount available, instead of the minimum;
  • LUD-17 urls (starting with lnurlp, lnurlw, keyauth) are now properly parsed.

The Czech translation has been improved

Thanks @MasterixCZ and @margre8 for working on this.

Verifying signatures

You will need gpg and our release signing key 7A73FE77DE2C4027. Note that you can get it:

To import our signing key:

$ gpg --import drouinf.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped