v0.10.2 Highlights
This release is centered around bug fixes.
- Addresses an issue with LNURLs of fixed amounts
- Addresses an issue in the currency converter where you were unable to re-add a currency you just removed
- Addresses an issue where the payment path view would cause the app the crash
- Addresses an issue where the standalone Point of Sale would be buggy if fiat rates weren't enabled
- Addresses buggy behavior when creating a new Embedded LND wallet on Android
What's Changed
- [fix] Wallet recovery: app crash by @shubhamkmr04 in #2950
- Bump image-size from 1.1.1 to 1.2.1 by @dependabot in #2948
- Import contact: Always create new ID by @myxmaster in #2971
- PaymentPath: move getNodeInfo() call outside render() by @myxmaster in #2955
- ZEUS-2954: LNURL-pay fixes by @kaloudis in #2956
- [fix] POS Bug: prevent NaN in Total sats by @shubhamkmr04 in #2957
- ZEUS Pay: don't allow users to set handles on account creation by @kaloudis in #2966
- [bug fix] Currency converter: Same currency can't be added after deletion by @shubhamkmr04 in #2973
- fix: Embedded LND: don't mark as started on wallet creation by @kaloudis in #2939
- ZEUS-2967: toggle edit icon on Currency Converter by @kaloudis in #2974
- Version bump: v0.10.2-rc1 by @kaloudis in #2965
Full Changelog: v0.10.1...v0.10.2-rc1
Verifying the Release
In order to verify the release, you'll need to have gpg
or gpg2
installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:
gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
Once you have his PGP key you can verify the release (assuming manifest-v0.10.2-rc1.txt
and manifest-v0.10.2-rc1.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.10.2-rc1.txt.sig manifest-v0.10.2-rc1.txt
You should see the following if the verification was successful:
gpg: Signature made Fri Apr 11 10:46:31 2025 EDT
gpg: using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg: issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>"
That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:
cat manifest-v0.10.2-rc1.txt
One can use the shasum -a 256 <file name here>
tool in order to re-compute the sha256
hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.
External links
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature