Skip to content

Phoenix 2.8.2

Latest

Choose a tag to compare

@dpad85 dpad85 released this 08 Sep 15:38
· 1 commit to master since this release
dc3e117

This release adds new languages to the app : Italian, Japanese, Polish, Ukrainian for Android, and Korean for both Android and iOS (thanks @maxbitcoiner).

It also brings a few fixes for iOS and Android, including a stricter validation of LNURL-pay success actions and a fix for amount parsing in Bip-21 URIs (thanks @Grey-Bound for the help).

On Android, in addition to the existing slider, you can now also manually edit the feerate when making an outgoing on-chain transaction. This brings the Android app inline with the iOS app.

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 E434ED292E85643A. Note that you can get it:

To import our signing key:

$ gpg --import padioupm.asc

To verify the release file checksums and signatures:

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