Skip to content

Eclair Mobile v0.4.11

Compare
Choose a tag to compare
@dpad85 dpad85 released this 08 Jun 08:37
· 51 commits to testnet since this release
a550432

Main changes

Fingerprint lock

Users can now use their fingerprint (or other supported biometric system) to lock/unlock the wallet. This does not supersede the PIN code, which can always be used. This opt-in feature is available on Android 7+.

Fix local backup for API 29

We use the legacy external storage for compatibility with API 29 (see f58af64) which fixes the local backup on Android 10.

The complete list of changes:

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