v0.1.2-beta
What's Changed
- New spanish translation by @KvartBeerborn
- New Hungarian translation
- Updated layout to adapt to different smartphone sizes and dpi by @KKA11010
- Fix accidently dividing decoded LN amount twice by @KKA11010
- Fix uid collision in Nostr flashlist by @KKA11010
- Improve UX for Nostr search function by @KKA11010
- Minor UI/UX improvements and bug fixing by @KKA11010
Official Download Links
Android
IOS
APK Download Hash
931fa73abe3ecaefb146e41bd33bd5957f5533fcaa47a31338b8895a9fd593f0 enuts-v0.1.2-beta.apk
A GPG-signed list of the hashes is available at /utils/verification and it should be treated as canonical, with the signature checked against the appropriate GPG key in /utils/gpg_keys/KKA11010.asc.
🔐 Verify APK
A verification process adds an extra layer of security to our releases. It's important to verify the integrity of software you download to ensure that the files are those originally posted by the maintainers. You should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.
Download APK and Verification Files:
In the same release section, locate and download the following verification files:
- Download the APK file you want to verify.
chosen_app_version.apk.sig
(Detached signature for the APK)hash_list.txt
(List of hash values for all releases)gpg_key.asc
(Our GPG public key)
Import the GPG Public Key:
Import our GPG public key using the following command:
gpg --import gpg_key.asc
Verify the Detached Signature:
Run the following command to verify the detached signature:
gpg --verify chosen_app_version.apk.sig chosen_app_version.apk
Verify the Hash Value:
- Open the
hash_list.txt
file and locate the hash value associated with the downloaded APK file. - Calculate the hash value of your downloaded APK file using a hash tool, for example, sha256sum:
sha256sum chosen_app_version.apk
- Compare the calculated hash value with the one in the
hash_list.txt
file.
If the verification process is successful, you can be confident that the release is authentic and hasn't been tampered with. If you encounter any issues or have questions, please contact us.
New Contributors
- @KvartBeerborn made their first contribution in #270
Full Changelog: v0.1.1-beta...v0.1.2-beta