Skip to content

Eclair Mobile v0.4.9

Compare
Choose a tag to compare
@dpad85 dpad85 released this 04 Oct 13:10
· 67 commits to testnet since this release
bcc16df

Main changes

Google Drive channels backup migrates to new API

If Google Drive backup is enabled, channel files are now stored in a eclair-mobile folder in Drive and can be accessed by the user. Backup files are now compressed before being encrypted.

See #213 for rationale.

Complete list of changes here:

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