github ACINQ/phoenix android-v2.0.7
Phoenix Android 2.0.7

latest releases: android-v2.3.10, android-v2.3.9, ios-v2.3.4...
12 months ago

Migration for existing legacy wallets (v1.x)

Users upgrading from the legacy app (1.x) to 2.x will need to migrate to be able to use 2.x features. See the 2.0.0 release notes for details about the migration process. You can see what version you are currently using in Settings > About.

Changes from 2.0.6

Electrum Client rework

The Electrum connection logic has been improved. There should be less issues with Electrum connection, especially when connection fails and needs to be reestablished. See ACINQ/lightning-kmp#512 for details

Increased size of logs export

The log file could be sometimes truncated by the SL4J rolling system which could result in less logs than available.

Added support for per-app localisation

Phoenix can now use a different language than the rest of the device. This feature is only available on Android 13+.

Improved Czech and French translation

Thanks @MasterixCZ for working on this.

Several bug fixes and UI improvements

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

Don't miss a new phoenix release

NewReleases is sending notifications on new releases.