Skip to content

Phoenix v2.7.1

Latest

Choose a tag to compare

@dpad85 dpad85 released this 03 Nov 10:01
· 10 commits to master since this release
7560dd8

This is a bug fix release for Android & iOS, fixing various issues when selecting the theme in Settings > Display. This release also contains lightning-kmp v1.11.1 with improved electrum performances.

Full changelog

Package ID

The Android application ID is fr.acinq.phoenix.mainnet. The iOS Bundle identifier is co.acinq.phoenix.

Verifying signatures

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

To import our signing key:

$ gpg --import drouinf2.asc

To verify the release file checksums and signatures:

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