dpad85
released this
Main changes
Disable multi part payments
MPP has been disabled because it could trigger some blocking problems when sending payments (see #245). This will be fixed in a future version that will reactivate MPP.
Connecting to onion electrum
TLS is not required when connecting to an .onion
electrum server.
The complete list of changes:
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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
Assets
5
dpad85
released this
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:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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
Assets
5
dpad85
released this
Main changes
This new version updates the core library to 0.3.6-android
which is a significant internal upgrade. It does not bring new visible features but paves the way for future ones such as multi-part payments.
The complete list of changes:
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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
Assets
5
dpad85
released this
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:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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