Skip to content

v1.3.0

Choose a tag to compare

@reallyshadydev reallyshadydev released this 14 Jun 14:51

WojakCoin Wallet v1.3.0

New

  • Send: optional OP_RETURN data output (toggle + message, max 80 bytes), shown on the confirm screen. Fee estimation accounts for the extra output. (#13)
  • Localized OP_RETURN strings (English, Simplified Chinese).

Upgrade & data safety

  • Existing wallets are preserved on in-place update. App id (cash.wojakcoin.wallet), the release signing key, and the encrypted wojak_wallet localStorage schema are unchanged.
  • Android versionCode 7 -> 8, versionName 1.2.4 -> 1.3.0.
  • iOS MARKETING_VERSION 1.2 -> 1.3 (build 3 -> 4).

Note: Android in-place upgrades only keep data when the new APK is signed with the same key as your installed build. Installing an APK signed with a different key requires an uninstall first (which clears the wallet) — always back up your private key/WIF before switching builds.

Android APK and iOS app are attached automatically by CI once the build completes.