Release Summary — Pocket Node v1.4.1
Pocket Node v1.4.1 — Bugfix Release
Thanks to the community for the great feedback on v1.4.0! This patch addresses several issues reported by testers.
What’s fixed:
- Onboarding bypass — Previously, if you closed the app during the mnemonic backup verification step and reopened it, you’d skip straight to the dashboard without ever confirming your recovery phrase. The app now remembers where you left off and sends you back to complete the verification before giving you access to the wallet.
- “Mnemonic not found” after app upgrade — Some users reported that after upgrading from an older version, the backup screen showed “mnemonic not found” even though their wallet was loaded. This was caused by a race condition in how wallet data was saved, and a potential encryption key mismatch during upgrades. Both are now fixed — wallet data is written atomically, and if encryption corruption is detected, the app gracefully resets and guides you through re-import instead of showing a broken dashboard.
- Network switch now visibly restarts — Switching between Mainnet and Testnet previously just killed the app process, which on some devices looked like a crash. The app now properly closes and immediately reopens on the new network.
- In-app dark mode toggle — You no longer need to change your system settings to get dark mode. Head to Settings > Appearance > Theme and choose between System, Light, or Dark.
- Removed redundant settings icon — The gear icon in the home screen top bar has been removed since Settings is already accessible from the bottom navigation bar.