Skip to content

Phoenix 1.1.0

Compare
Choose a tag to compare
@dpad85 dpad85 released this 24 Jan 18:29
· 1635 commits to master since this release
b9e8701

This release brings several fixes to the app, and adds support for LNURL withdraw: you can now easily withdraw funds from a service by swiping a QR code, if it supports LNURL.

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