v0.11.0 Highlights
- Experimental Cashu ecash wallet
- Swaps: LN -> on-chain, and vice versa
- Import and export wallet configs
- UTXO labeling
- Activity: filter for keysends
- CLN: support for generating Taproot addresses
- CLN: view closed channels
Notes:
- Cashu wallets are tied to Embedded LND wallets. Enable under
Settings
>Ecash
- Other wallet types can still sweep funds from Cashu tokens
- ZEUS Pay now supports Cashu address types. You can switch between Zaplocker, Cashu, and NWC mode but can only use one at a time.
What's Changed
- Add approximate symbol to fiat amounts by @kaloudis in #2952
- Android: Add monochrome launcher icon by @dennisreimann in #2926
- feat : Activity add filters for Keysends by @ajaysehwal in #2961
- [feat] Cashu by @kaloudis in #2946
- fix: Added logic to fetch the fiatRates as the component mounts by @Lordhacker756 in #2943
- Add Show/Hide Toggle for Sensitive Input Fields in Node Connection Configurations by @Akshanshkaushal in #2975
- [Transifex] Updates for project ZEUS by @transifex-integration in #2985
- UI/UX improvements for Receive view by @Lordhacker756 in #2937
- [Transifex] Updates for project ZEUS by @transifex-integration in #2993
- Backends: allow override of default timeout #2887 by @ajaysehwal in #2931
- clnrest: supportOffers is always true starting with cln 24.11 by @daywalker90 in #2997
- bip353: join multiline txt without whitespace by @daywalker90 in #2996
- Node Info View: minor layout fix by @myxmaster in #2981
- [Transifex] Updates for project ZEUS by @transifex-integration in #3004
- [Transifex] Updates for project ZEUS by @transifex-integration in #3007
- feat: CLNREST listclosedchannels by @a-khushal in #2995
- fix: Icons in Contact QR by @a-khushal in #2994
- feat: CLNRest taproot addresses by @a-khushal in #3005
- enhancement: Close channel changes by @kaloudis in #3013
- [Transifex] Updates for project ZEUS by @transifex-integration in #3018
- ChannelsFilter: Prevent auto correction in SearchBar by @myxmaster in #2924
- Channel and peer connection error clearing in UI by @cherry-1729-9090 in #3021
- ZEUS-2992: feat: Implement automatic Cashu mint sweeping based on threshold by @kaloudis in #3014
- refactor: Stores by @kaloudis in #3026
- fix: menu BackendUtils.supportOffers() is async by @ajaysehwal in #3022
- refactor: Cashu robustness by @kaloudis in #3029
- feat: new Cashu seed format + BIP-39 export by @kaloudis in #3032
- fix: LND: custom route hints channel ID by @myxmaster in #3028
- fix: Item pricing in Square POS mode by @kaloudis in #3033
- [Transifex] Updates for project ZEUS by @transifex-integration in #3027
- App startup wallet selection by @cherry-1729-9090 in #3003
- design: Improved icons in menu/settings by @myxmaster in #3037
- fix: LND: precision bug for inbound fee rate by @shubhamkmr04 in #3036
- feat: Cashu: handle keyset rotation by @kaloudis in #3035
- feat: toggle hint icon by @a-khushal in #3020
- refactor: simplify contactQR data to include only essential fields by @a-khushal in #3011
- design: Fix regression PR #3037 by @myxmaster in #3040
- refactor: specify amount as sats wherever possible by @kaloudis in #3039
- [Transifex] Updates for project ZEUS by @transifex-integration in #3034
- refactor: add or edit fields to Contacts section by @ajaysehwal in #3019
- [Transifex] Updates for project ZEUS by @transifex-integration in #3042
- fix: Notifications: check Android for Google Mobile Services by @kaloudis in #3044
- FontUtils by @kaloudis in #3046
- ZEUS-1625: fix: improved clipboard button behavior by @kaloudis in #3047
- fix: hiding content on Mint view by @shubhamkmr04 in #3050
- refactor: HopPicker modal layout by @ajaysehwal in #3041
- [swaps] fix: fiat amount input + on-chain fee rate fetching by @shubhamkmr04 in #3054
- fix: SwapDetails by @shubhamkmr04 in #3056
- [Transifex] Updates for project ZEUS by @transifex-integration in #3055
- [feat] Swaps by @kaloudis in #2947
- feat: export/import feature for wallet configs by @myxmaster in #2963
- [Transifex] Updates for project ZEUS by @transifex-integration in #3057
- [export-import-node-configs] updated filename, removed unneeded getter by @kaloudis in #3062
- feat: Add swap button to payment/send screens and prefill swap form by @kaloudis in #3060
- [feat] export/import feature for wallet configs by @kaloudis in #3059
- feat: UTXO labeling by @a-khushal in #2989
- [Transifex] Updates for project ZEUS by @transifex-integration in #3061
- [Transifex] Updates for project ZEUS by @transifex-integration in #3068
- fix: handling empty inbound fee rate by @shubhamkmr04 in #3072
- [Transifex] Updates for project ZEUS by @transifex-integration in #3071
- [Transifex] Updates for project ZEUS by @transifex-integration in #3074
- fix: mint name text overflow in ecash mint picker by @ajaysehwal in #3075
- POS receipt enhancements + fixes by @kaloudis in #3076
- [Transifex] Updates for project ZEUS by @transifex-integration in #3077
- [Transifex] Updates for project ZEUS by @transifex-integration in #3079
- [Transifex] Updates for project ZEUS by @transifex-integration in #3081
- fix: handling empty inbound fee rate by @shubhamkmr04 in #3082
- feat: ZEUS Pay+ dynamic values by @kaloudis in #3086
New Contributors
- @dennisreimann made their first contribution in #2926
- @ajaysehwal made their first contribution in #2961
- @Lordhacker756 made their first contribution in #2943
- @Akshanshkaushal made their first contribution in #2975
- @daywalker90 made their first contribution in #2997
- @cherry-1729-9090 made their first contribution in #3021
Full Changelog: v0.10.2...v0.11.0
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.11.0.txt
and manifest-v0.11.0.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.11.0.txt.sig manifest-v0.11.0.txt
You should see the following if the verification was successful:
gpg: Signature made Sat Jun 7 16:40:35 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.11.0.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