Skip to content

v0.2.0-beta

Compare
Choose a tag to compare
@KKA11010 KKA11010 released this 08 Dec 07:43
· 40 commits to main since this release
70a5f54

What's Changed

  • Filter out invalid relay urls before publishing event
  • Fix pasting an invoice in the text input (not using the paste button in the input field)
  • Simplify send Ecash flow by removing 1 step (combining the amount and memo screen)
  • Add auto-mint-swap when receiving token from untrusted mint
  • Update Backup screen and add explaination
  • Add send to npub by scanning QR
  • Add new dashboard transition to QR screen
  • Add a new release screen and release section in Options (checks and indicates for new release version)
  • Minor UI improvements
  • Minor bug fixes

Official Download Links

Android

enuts-v0.2.0-beta.apk

IOS

Testflight

APK Download Hash

a68c0cacb4a1df2eadf043a135472bc5b1620350406ca6db9142cf20db5589ab enuts-v0.2.0-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

  • @viragur made their first contribution in #274

Full Changelog: v0.1.2-beta...v0.2.0-beta