v0.8.0 Highlights
- Embedded LND node
- OLYMPUS by ZEUS 0-conf channel service
- ZEUS PAY self-custodial lightning addresses, using Zaplocker
- Simple Taproot Channels
- Contact book
New in beta3
- New branding
- Bug fixes
- Korean language support
What's Changed
- ZEUS-1810: Refactor store reset trigger upon connection establishment by @kaloudis in #1816
- Size/alignment of icons more consistent throughout the app by @myxmaster in #1814
- Tap-to-confirm logic for deleting passphrase / themeColor instead of red by @myxmaster in #1822
- AddNotes: Transparent background in all themes by @shubhamkmr04 in #1825
- Contacts: Fixed scrolling by @shubhamkmr04 in #1824
- Rebrand pt1 by @kaloudis in #1828
- Send: Confirm before proceeding to the address by @shubhamkmr04 in #1819
- Contacts: Using Header Component by @shubhamkmr04 in #1827
- Fixed size of ArrowLeft icon, using our own Add icon for Nodes and Contacts (like channels) by @myxmaster in #1829
- Fixes alignments and RTL layout in Amount.tsx by @myxmaster in #1815
- Replace button "Show" with Icon to show/hide passphrase by @myxmaster in #1821
- Replace swipeable row icons by @myxmaster in #1831
- DisasterRecovery: Fixed non-uniform UI by @shubhamkmr04 in #1830
- Save language key instead of value in settings by @myxmaster in #1832
- Improve layout of receive/sending lightning/sending on-chain screens by @myxmaster in #1522
- LSP Settings: add reset button by @kaloudis in #1834
- Activity Filter: In transit payments by @kaloudis in #1835
- Remove stroke for CaretUp by @myxmaster in #1837
- SendingLightning/SendingOnChain: Slightly bigger Wordmark logo by @myxmaster in #1836
- Make LightningSvg and OnChainSvg components dynamic with width and height props by @myxmaster in #1838
- Harmonize pen, close and filter icon by @myxmaster in #1839
- Several icon fixes by @myxmaster in #1840
Full Changelog: v0.8.0-beta2...v0.8.0-beta3
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.8.0-beta3.txt
and manifest-v0.8.0-beta3.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.0-beta3.txt.sig manifest-v0.8.0-beta3.txt
You should see the following if the verification was successful:
gpg: Signature made Mon Nov 13 23:49:51 2023 EST
gpg: using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg: issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [ultimate]
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.8.0-beta3.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
Blog post
ZEUS documentation
PGP Key
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature