v0.9.5 Highlights
- Embedded LND: Seed: allow export of ypriv/zpriv (export to external wallets like Sparrow)
- CLNRest: add ability to use all funds for channel open
- Activity list: performance improvements
- Lurker mode improvements
- Improve display of memos and keysend messages
- Allow return key for password login
- Automatically include routing hints if node has only unannounced channels
- Wallets list: better highlighting of active mode
- Enhance on-chain receive workflow and address type selection
- Migration to new storage system
- Layout improvements
- Bug fixes
What's Changed
- ZEUS-2616: Switch wallet via 'Set wallet config as active' leads to buggy state by @kaloudis in #2686
- Contacts: Refactor, bugfixes, improved logic/behaviour by @myxmaster in #2667
- Replace passphrase with password by @myxmaster in #2694
- Wallet Configuration: Use showHideToogle for LNDHub and Eclair password inputs by @myxmaster in #2678
- Several layout improvements by @myxmaster in #2606
- [Transifex] Updates for project ZEUS by @transifex-integration in #2695
- Enhance on-chain receive workflow and address type selection by @myxmaster in #2624
- Add missing semicolon by @myxmaster in #2710
- Hide modal dialogs on lock screen by @myxmaster in #2706
- Prevent displaying Wallets.tsx after enabling "Select node on startup" by @myxmaster in #2705
- ZEUS-2701: Wallets: better highlighting of active node by @kaloudis in #2702
- ZEUS-2688: Receive: auto-enable route hints by @kaloudis in #2716
- Allow return key for password login by @myxmaster in #2719
- [Transifex] Updates for project ZEUS by @transifex-integration in #2724
- Unify memo handling for sent and received payments (invoice and payment) by @myxmaster in #2723
- Improve lurker mode by @myxmaster in #2726
- [Transifex] Updates for project ZEUS by @transifex-integration in #2727
- [Transifex] Updates for project ZEUS by @transifex-integration in #2732
- Add option to use all funds for channel with CLNRest by @sha-265 in #2729
- Add iconOnly mode to CopyButton by @myxmaster in #2733
- Wallet.tsx: Remove UNSAFE_componentWillMount() by @myxmaster in #2735
- deps: remove
@react-native-community/netinfo
by @kaloudis in #2703 - [Transifex] Updates for project ZEUS by @transifex-integration in #2743
- ZEUS-2341: Embedded LND: Seed: allow export of ypriv/zpriv by @kaloudis in #2690
- [Transifex] Updates for project ZEUS by @transifex-integration in #2745
- Fix security issues and security-related navigation issues by @myxmaster in #2707
- [Transifex] Updates for project ZEUS by @transifex-integration in #2758
- Pin Pad: new delete key by @kaloudis in #2756
- ZEUS-2748: ZEUS Pay: don't allow users to create accounts w/o LSP chan by @kaloudis in #2750
- Fix array out of bounds warning, avoid potentially unnecessary backend call by @myxmaster in #2760
- Display complete error message, if error is unhandled but contains "Error" by @myxmaster in #2753
- Improve biometrics setup flow: Use nav param instead of "pendingBiometricsEnable" state by @myxmaster in #2711
- [Transifex] Updates for project ZEUS by @transifex-integration in #2759
- ZEUS-2762: bolt12: Zeus sends sats when user specifies fiat by @kaloudis in #2765
- ZEUS-2763: CLN payments incorrectly listed as 0-amt by @kaloudis in #2766
- [Transifex] Updates for project ZEUS by @transifex-integration in #2764
- Remove scan view from navigation stack after usage by @myxmaster in #2767
- ZEUS-2683: Storage: migrate from
react-native-encrypted-storage
toreact-native-keychain
by @kaloudis in #2687 - Add LoadingIndicator to LnurlPay by @myxmaster in #2768
- Embedded LND: Seed: ypriv/zpriv: cache locally by @kaloudis in #2770
- Activity: LND: limit to 500 invoices + payments by @kaloudis in #2751
- Activity: improve performance by @myxmaster in #2772
Full Changelog: v0.9.4...v0.9.5-beta1
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.9.5-beta1.txt
and manifest-v0.9.5-beta1.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.9.5-beta1.txt.sig manifest-v0.9.5-beta1.txt
You should see the following if the verification was successful:
gpg: Signature made Mon Jan 27 19:41:52 2025 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.9.5-beta1.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