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
- phoenix: android-v2.8.1...android-v2.8.2
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:
- from our website: https://acinq.co/pgp/padioupm.asc
- from github user @pm47, a committer on eclair: https://api.github.com/users/pm47/gpg_keys
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