Skip to content

Phoenix v2.4.5

Latest
Compare
Choose a tag to compare
@dpad85 dpad85 released this 05 Dec 10:37
· 2 commits to master since this release
f7ccd2f

Changes

  • Fixed a navigation issue with LNURL-pay on Android
  • Add a new migration screen in the Android legacy app which replaces the obsolete home screen (#658)

Full changelog

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