Latest Release
- Repository: ZeusLN/zeus
- Published on: 2026-01-07 14:32:00 UTC
- Version Tag: v0.12.1
- By: kaloudis
- On GitHub: ZeusLN/zeus/releases
v0.12.1 Highlights
- feat: Cashu: Legacy seed restore tool
- feat: Support for nested URI schemes (LIGHTNING:lnurlp://..)
- ui: updated Ecash balance row
- fix: payment amount for partial HTLC success and add regression tests
- fix: don't allow user to add mint multiple times
- fix: Cashu Migration for multiple nodes
- fix: incoming channel alias resolution
What's Changed
- [Transifex] Updates for project ZEUS by @transifex-integration[bot] in https://github.com/ZeusLN/zeus/pull/3464
- [Transifex] Updates for project ZEUS by @transifex-integration[bot] in https://github.com/ZeusLN/zeus/pull/3465
- refactor: replace instances of width: '95%' with flex: 1 on rows with carets by @ajaysehwal in https://github.com/ZeusLN/zeus/pull/3387
- fix: Overlapping content in
Pillcomponent by @shubhamkmr04 in https://github.com/ZeusLN/zeus/pull/3359 - feat: Mask seed phrase words on blur during recovery by @a-khushal in https://github.com/ZeusLN/zeus/pull/3457
- ZEUS-3419: Support for nested URI schemes (LIGHTNING:lnurlp://..) by @kaloudis in https://github.com/ZeusLN/zeus/pull/3425
- LNURL-pay flow fixes by @kaloudis in https://github.com/ZeusLN/zeus/pull/3469
- fix: keychain deprecation warning in removeItem by @ajaysehwal in https://github.com/ZeusLN/zeus/pull/3476
- refactor: Cashu mint error handling by @kaloudis in https://github.com/ZeusLN/zeus/pull/3451
- enhancement: leverage fixed aliases on Peers view by @kaloudis in https://github.com/ZeusLN/zeus/pull/3474
- feat: Cashu: Legacy seed recovery by @kaloudis in https://github.com/ZeusLN/zeus/pull/3473
- build: postinstall race condition by @kaloudis in https://github.com/ZeusLN/zeus/pull/3479
- [Transifex] Updates for project ZEUS by @transifex-integration[bot] in https://github.com/ZeusLN/zeus/pull/3471
- [Transifex] Updates for project ZEUS by @transifex-integration[bot] in https://github.com/ZeusLN/zeus/pull/3483
- fix(cashu): don't allow user to add mint multiple times by @ajaysehwal in https://github.com/ZeusLN/zeus/pull/3482
- [Transifex] Updates for project ZEUS by @transifex-integration[bot] in https://github.com/ZeusLN/zeus/pull/3487
- [Transifex] Updates for project ZEUS by @transifex-integration[bot] in https://github.com/ZeusLN/zeus/pull/3489
- fix: payment amount for partial HTLC success by @giovantenne in https://github.com/ZeusLN/zeus/pull/3431
- fix: incoming channel alias display by @a-khushal in https://github.com/ZeusLN/zeus/pull/3486
- fix: Cashu Migration for multiple nodes by @shubhamkmr04 in https://github.com/ZeusLN/zeus/pull/3485
- ui: new Ecash balance layer style by @kaloudis in https://github.com/ZeusLN/zeus/pull/3490
- [Transifex] Updates for project ZEUS by @transifex-integration[bot] in https://github.com/ZeusLN/zeus/pull/3494
New Contributors
- @giovantenne made their first contribution in https://github.com/ZeusLN/zeus/pull/3431
Full Changelog: https://github.com/ZeusLN/zeus/compare/v0.12.0...v0.12.1
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.12.1.txt and manifest-v0.12.1.txt.sig are in the current directory) with:
gpg --verify manifest-v0.12.1.txt.sig manifest-v0.12.1.txt
You should see the following if the verification was successful:
gpg: Signature made Sat Jan 3 21:35:25 2026 EST
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.12.1.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
arm64-v8a APK Universal APK Manifest Manifest Signature
iOS
Data updated on: 2026-01-09 11:19 UTC