Changelog
v1.1.1
June 23, 2026
Improvements & Fixes
- MOVE balances now read correctly as a Fungible Asset, resolving stale and zero-balance display on some accounts.
- Token icons render reliably, with a resilient fallback so verified tokens always show their icon.
- Pressing Enter now submits on the Recovery Phrase reveal screen.
- Navigation fixes: backing out of the Send form returns Home when opened from a token, and unlocking after a lock lands on Home instead of a stale request.
- Fixed a cold-start crash when adding a wallet, long wallet names now truncate cleanly in the header, and corrected error and banner overflow on the Approve Transaction screen.
v1.1.0
June 1, 2026
New
- Ledger hardware wallet support — connect a Ledger, derive multiple accounts, and sign for sends, swaps, and dApp requests, with a blind-sign banner shown above any Ledger confirmation.
- Configurable auto-lock timerin Settings → Security. The default moves from 5 to 15 minutes, with presets up to 24 hours.
- Rename wallets directly from the edit modal.
- AIP-62
signTransactionsupport, including sign-only and fee-payer variants.
Improvements & Fixes
- Switching to an already-connected wallet now fires
onAccountChange, so dApps stay in sync without a forced reconnect. - Prevented duplicate dApp popups, and orphaned approval windows now close on their own instead of showing stale “request not found” errors.
- Corrected the testnet chain id and improved network switching.