Skip to content

Phoenix v2.6.2

Latest
Compare
Choose a tag to compare
@dpad85 dpad85 released this 11 Jul 15:22
· 1 commit to master since this release
3d6da2b

Changes

Add fiat currency converter

A new screen has been added to easily convert an amount in multiple fiat currencies at once. This screen is accessible from the settings menu, or from the amount inputs when generating an invoice, or sending a payment. It should make it easier to switch between various currencies, especially when travelling.

For details see #726.

Full changelog

This release also contains various fixes. See:

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