Skip to content

MEGA Beta v0.1.4

Choose a tag to compare

@timme0126 timme0126 released this 09 Aug 18:28
· 56 commits to main since this release

Experimental beta. Use disposable test seeds only. Not independently audited.

APK SHA-256:
f8a0aecb5364911fe1d26fe787eb6d1f30948f7390178bbc66d31c3259ccf816

v0.1.2 - saved-session security and UX

  • Added opt-in screenshot support, default off.
  • Added opt-in seed/BIP85 copy support, default off.
  • Replaced seed copy buttons with small copy icons.
  • Added dice-roll lock/unlock control for saved-session edit review.
  • Fixed BIP85 back navigation from saved sessions.
  • Added passphrase-aware BIP85 access from saved sessions after passphrase verification.

v0.1.3 - Advanced Mode beta

  • Added Advanced Mode setting, default off, with explicit warning.
  • Added manual 12/24-word BIP39 entry with checksum validation.
  • Added BIP85 derivation from manually entered seeds plus optional passphrase.
  • Added account-level xpub/ypub/zpub derivation.
  • Added first receive address display for BIP44/BIP49/BIP84 checks.
  • Added QR rendering for public extended keys only.

v0.1.4 - security and vector hardening

  • Added BIP85 passphrase regression vector for 24-word parent and 24-word child at index 0.
  • Tightened BIP85 parent validation to require checksum-valid BIP39 mnemonics.
  • Clarified no-passphrase vs verified-passphrase BIP85 paths in saved sessions.
  • Removed full xpub/ypub/zpub strings from QR image accessibility descriptions.
  • Bumped Android version to 0.1.4 / versionCode 5.

Verification run before release:

  • ./gradlew :entropy-core:test
  • ./gradlew check
  • ./gradlew assembleDebug