Latest Release

  • Repository: ZeusLN/zeus
  • Published on: 2025-04-15 13:11:30 UTC
  • Version Tag: v0.10.2
  • By: kaloudis
  • On GitHub: ZeusLN/zeus/releases

ZEUS v0 10 2

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
  • Addresses alignment issues with the Dropdown setting input
  • Addresses a bug on the Payment settings view where the slider threshold input would display incorrect units

What's Changed

  • [fix] Wallet recovery: app crash by @shubhamkmr04 in https://github.com/ZeusLN/zeus/pull/2950
  • Bump image-size from 1.1.1 to 1.2.1 by @dependabot in https://github.com/ZeusLN/zeus/pull/2948
  • Import contact: Always create new ID by @myxmaster in https://github.com/ZeusLN/zeus/pull/2971
  • PaymentPath: move getNodeInfo() call outside render() by @myxmaster in https://github.com/ZeusLN/zeus/pull/2955
  • ZEUS-2954: LNURL-pay fixes by @kaloudis in https://github.com/ZeusLN/zeus/pull/2956
  • [fix] POS Bug: prevent NaN in Total sats by @shubhamkmr04 in https://github.com/ZeusLN/zeus/pull/2957
  • ZEUS Pay: don't allow users to set handles on account creation by @kaloudis in https://github.com/ZeusLN/zeus/pull/2966
  • [bug fix] Currency converter: Same currency can't be added after deletion by @shubhamkmr04 in https://github.com/ZeusLN/zeus/pull/2973
  • fix: Embedded LND: don't mark as started on wallet creation by @kaloudis in https://github.com/ZeusLN/zeus/pull/2939
  • ZEUS-2967: toggle edit icon on Currency Converter by @kaloudis in https://github.com/ZeusLN/zeus/pull/2974
  • Version bump: v0.10.2-rc1 by @kaloudis in https://github.com/ZeusLN/zeus/pull/2965
  • ZEUS-2608: fix DropdownSetting alignment issues by @kaloudis in https://github.com/ZeusLN/zeus/pull/2978

Full Changelog: https://github.com/ZeusLN/zeus/compare/v0.10.1...v0.10.2

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.txt and manifest-v0.10.2.txt.sig are in the current directory) with: gpg --verify manifest-v0.10.2.txt.sig manifest-v0.10.2.txt

You should see the following if the verification was successful: gpg: Signature made Sun Apr 13 18:42:18 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.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

ZEUS documentation PGP Key

Android

Universal APK arm64-v8a APK Manifest Manifest Signature

F-Droid Google Play

iOS

IPA

Apple App Store

Data updated on: 2025-04-25 01:36 UTC