v0.2.1-beta
What's Changed
- Bug fix in the automint swap process
- Update success screen for automint swap
- Fix spelling errors in the spanish translations by @Erojo
Official Download Links
Android
IOS
APK Download Hash
4ed136ec0800b0ed11b68c13f2d2c2a6e892682d1ab28f521b705d04adee9788 enuts-v0.2.1-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
Full Changelog: v0.2.0-beta...v0.2.1-beta