Releases: WojakCoinProj/wjk-mobile-wallet
v1.4.1
What's Changed
- feat: allow P2SH (3) address prefix for multisig recipients by @reallyshadydev in #14
- Harden Android build for Google Play (backup off, no mixed content, R8) by @reallyshadydev in #15
- add qr scan support autofill bridge data by @senasgr-eth in #16
- Release 1.4.1 (versionCode 10) by @reallyshadydev in #17
Full Changelog: v1.4.0...v1.4.1
v1.4.0
WojakCoin Wallet v1.4.0
Highlights
- Upgraded to Capacitor 8, modernizing the Android/iOS native toolchain and clearing the remaining
tarsecurity advisories (npm audit: 0 vulnerabilities). - Includes the v1.3.0 OP_RETURN send feature.
Native / build changes
- Android: minSdk 22 -> 24, compile/target SDK 34 -> 36, AGP 8.13.0, Gradle 8.14.3, builds on JDK 21.
versionCode8 -> 9. - iOS: deployment target 13.0 -> 15.0, built with Xcode 26. Build 4 -> 5.
Upgrade & data safety
- Existing wallets are preserved on in-place update. App id (
cash.wojakcoin.wallet), the release signing key, and the encryptedwojak_walletlocalStorage schema are unchanged. - Heads up: minSdk is now 24, so Android 5.x/6.x devices are no longer supported. iOS now requires iOS 15+.
Android APK and iOS app are attached automatically by CI once the build completes.
v1.3.0
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 encryptedwojak_walletlocalStorage schema are unchanged. - Android
versionCode7 -> 8,versionName1.2.4 -> 1.3.0. - iOS
MARKETING_VERSION1.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.
v1.2.4
WojakCoin Wallet v1.2.4
Mobile wallet for WojakCoin (Capacitor + Next.js). Android and iOS builds are produced by CI on main and attached here when workflows run.
Highlights
- Languages (i18n) — UI available in 10 locales: English, Español, Deutsch, Français, 中文(简体), 日本語, 한국어, Português, Русский, Italiano. Language choice is stored on-device.
- iOS — Capacitor iOS project and Build iOS workflow (unsigned
.appzip for sideload/testing; use Xcode signing for TestFlight — seeIOS.md). - Android — Signed release APK when repo secrets are configured; in-place updates keep existing wallet data (same app id + keystore). Debug APKs are for testing only.
- API & networking — Proxied
/walletelectrs and price endpoints; native Android uses Capacitor HTTP where needed to avoid CORS issues. - Wallet UX — UI unblocked after create / import / unlock.
- Settings — API debug diagnostics panel for troubleshooting endpoints.
Latest in v1.2.4
- QR scanner (Android) —
CAMERAdeclared inAndroidManifest(required for WebViewgetUserMedia). Camera stream is capped and QR decode uses a smaller canvas so high-resolution sensors do not OOM/crash the WebView (fixes “spinner then crash”). - Build — versionCode 7, versionName 1.2.4 — install over prior releases when signed with the same keystore.
- CI — Build Android / Build iOS upload artifacts to this release via workflow
RELEASE_TAG.
Updating from an older build
Install the new build over the existing app. Do not uninstall first if you want to keep your on-device wallet; uninstall clears app data. Keep your recovery phrase backed up.
Assets
- Android: APK attached to this release (and under Actions → Build Android artifacts).
- iOS:
Wojakcoinwallet-iOS.app.zipwhen the Build iOS workflow uploads here.
Links
- Changes since v1.2.0
- Full changelog v1.0.0…v1.2.4
- Docs:
WORKFLOW.md,ANDROID.md,IOS.md
v1.2.0
Wojakcoinwallet 1.2 release build.
Full Changelog: v1.0.0...v1.2.0