3.8.30
2026-05-26
Added full Solana blockchain support
Completely redesigned QR Scanner with full-screen immersive mode
Migrated to GoRouter for smoother navigation and authentication
Redesigned Bitcoin Ledger flow with per-account cards
Improved wallet cards with token icon stack
Added multi-format QR secret parsing
Fixed multiple crashes and navigation issues
Various UI improvements and bug fixes
3.8.29
2026-04-05
**What's New**
Fresh new look — the search bar and key file cards now feature a sleek liquid glass design that feels right at home on iOS.
You can now type amounts using a physical keyboard when your iPhone or iPad is connected to one — no more tapping the on-screen numpad.
**Fixes & Improvements**
Tron dApp connections now work correctly when sites request account access. We also cleaned up the search bar layout, improved input visibility on the lock screen in dark mode, and updated all links to our new bearby.io domain.
The "Do Not Track" privacy toggle works properly again.
Under the hood: updated core dependencies and optimized how the wallet injects into browsers for better reliability.
3.8.28
2026-03-31
Fixed AAB build conflict with R8 resource shrinking (splits.abi block removal)
Fixed focus and paste issues in BIP39 restore page
Fixed stale webview domain being used for dApp requests — now reads domain at request time
Fixed token icon not clipped to circle in receive page
Fixed Ledger device connection issues in sign_message modal
Fixed invalid wallet index u64::MAX being passed to Rust
Fixed Ledger ViewController being disposed on page exit
Fixed BTC fee calculation to use btcWitnessUtxos JSON
Fixed TRON inflated fees — switched to fixed fee instead of gas_limit * gas_price
Fixed Tron transfer confirm button disabled state and gas polling
Fixed Tron address recognition in token search on manage tokens page
Fixed get_networks to properly convert and merge providers via add_batch_providers
Fixed password modal being shown for biometric wallets on chain switch
Fixed missing price_eth handling in zilstream API
Fixed staking error UI and guarded against null wallet crash
Fixed BTC address type change and address passing for Ledger account creation
Fixed various Ledger BLE transport issues with debug logging
Fixed ledger_transport module namespace errors for flutter_rust_bridge
3.8.27
2026-02-02
- Support for Sonic, Optimism (OP), Kaia, Polygon (POL), Arbitrum
- Secure wallet migration with proof generation from new seed
- Platform-agnostic sessions with TTL + ChaCha20 encryption
- Async wallet operations & direct session creation
- Native biometrics (iOS/macOS) + device credentials fallback
- Biometric type detection
- CryptoCompare + CoinGecko rates (full localization, chain filtering)
- Ethereum, Zilliqa, Bitcoin token rate updates
- Average block time tracking
**Improvements**
- Simplified auth (AppState, progressive fallback, no AuthGuard)
- Rust API for biometric type
- Better currency ordering + zero-rate skip logic
- Improved EVM gas estimation (Polygon, Arbitrum)
- Automatic device-based salt generation
- Secure key zeroization + sensitive data cleanup
- Refactored staking UI (compact + better formatting)
- NetworkCard in chain switch modal
**Security**
- Switched to ring crypto provider
- Zeroization across all key types
- ChaCha20 session encryption
**Bug Fixes**
- Biometric key invalidation on enrollment change
- Unlock failures after biometric settings change
- Password setup & secret handling crashes
- Session + wallet unlock issues
- ZIL/EVM staking data fetching
- Bitcoin fee estimation & max transfers
- Network selector & switch issues
- Keystore restore state management
- Various session-related bugs
3.8.26
2026-01-20
Blockchain Support
Added 5 new blockchain networks: Sonic, Optimism (OP), Kaia, Polygon, and Arbitrum
User Experience
Loading states: Added loading indicators for better UX during async operations
Bug Fixes
Network & Transactions
Fixed network selector and switch chain modal issues
Fixed Bitcoin UTXO validation and max amount transfers
Fixed gas fee calculation and display for Scilla and EVM transactions
Fixed transaction history filtering by current chain (prevents cross-chain history display)
Fixed Bitcoin address format validation and detection
Fixed Ledger Bitcoin path derivation
Fixed RangeError on send page with invalid token index access
UI & UX
Fixed UI overflow issues and improved typography
Fixed app crash due to context access after widget disposal
Fixed mnemonic word input obscureText not responding to focus changes
Fixed empty converted amount display issue
Fixed gas view display issues
Technical
Fixed Web3 EIP-1193 handler with proper error handling
Fixed token transfer creation with proper balance passing
Fixed Bitcoin testnet URLs and configurations
Performance
Optimized AppState provider: Applied listen: false across 55+ components to reduce unnecessary rebuilds
Improved gas fee estimation: Dynamic parameter updates with user option persistence
Added loading states: Better UX during async operations
Technical Improvements
Ledger Support
Enhanced Ledger support for Bitcoin with proper BIP derivation paths
Fixed Ledger device name detection on iOS
Improved Ledger connection stability (USB and BLE)
Authentication & Security
Added biometric authentication for Bitcoin address type changes
Improved secret key restore UX with paste functionality and input normalization
Added authentication flow for sensitive operations
3.8.25
2026-01-15
- **Bitcoin Network Integration**: Full Bitcoin blockchain support for transfers and transactions
- **Deep Link Service**: Added deep link service for seamless wallet connectivity
- **Gas Fee Display**: Bitcoin gas fees now display in "Sat" (satoshis) unit instead of approximate time
- **UTXO Validation**: Added proper UTXO validation for Bitcoin transfers to ensure transaction validity
- **Max Amount Transfers**: Fixed max amount transfers by fetching actual UTXO balance
- **Address Format**: Improved Bitcoin address format handling
- **Widget Lifecycle**: Added mounted checks to prevent "widget has been unmounted" errors
- **Transaction Stability**: Fixed various transaction handling issues
- **Gas Fee Display**: Fixed gas fee display for Scilla and EVM transactions in history
- **Cross-Chain Filtering**: Fixed filtering transactions by current chain
- Reduced unnecessary state listeners
3.8.23
2025-12-10
iOS Release Notes
**Features & Improvements**
- Added Zilliqa token fetching (Scilla + EVM)
- Added Base network (mainnet + Sepolia testnet)
- Added AVAX network support
- Added 30-minute security timer on seed phrase reveal
- Browser URL bar can now be moved to top with smooth animation
- Adaptive scaling for larger screens
- Added modal browser action menu
- Added Korean language support
- Testnets hidden behind secret logo tap in About screen
**Bug Fixes**
- Fixed Ledger device name detection on iOS
- Fixed Ledger signing issues on iOS
- Fixed eth_sendTransaction "Bad state: No element" error
- Fixed gas buffer calculation issues
- Fixed low gas returning priority fee instead of zero
- Fixed legacy Web3 calls and ERC20 token warnings
- Fixed address book & manage tokens pages
- Fixed token card flickering and layout issues
- Fixed screen protection and status bar styling
- Fixed browser page sizing and navigation
- Fixed private key reveal and gas modal glitches
**Under the Hood**
- Upgraded Flutter & dependencies
- Major Web3 handler refactoring
- Optimized performance and cleaned up code
3.822
2025-11-28
- AVAX network support — Avalanche blockchain added
- Korean language — new localization
- Browser URL bar positioning — option to move URL bar to top
- Adaptive scaling — improved UI for larger screens
- Token view toggle — switch between tile and list views
- Security timer — 30-minute auto-lock when viewing secret key
Improvements
- Standardized text styles across the app
- Improved token card display
- Optimized Jazzicon component
- Testnet options hidden behind secret logo tap
- Simplified network selection
Bug Fixes
- Gas buffer — prevents transaction failures from fee volatility
- Ledger device detection — fixed device name recognition on iOS
- Ledger signing — fixed transaction and message signing
- Address book — fixed functionality
- Token flicker — eliminated when switching wallets
- Decimal separator — normalized for different locales
- Low gas — returns base priority fee instead of zero
- Transaction history — updated types for Rust FFI
- CoinGecko — fixed price fetching
- Screen protection — fixed functionality
Technical
- Updated Flutter and dependencies
- Optimized Swift BLE module for large transactions
- Removed unused components
3.8.20
2025-09-26
* Fixed browser; improved WebView
* Fixed account switching for Web3
* Fixed browser to show tabs for navigation
* Reworked browser navigator
* Fixed navigator.
* Added menu for Web3 browser.
* Added Korean language support.
* Fixed styles.
* Fully remade Ledger integration
* Added native module for iOS
* Fixed Ledger USB
* Fixed support for larger transactions on Ledger
* Fixed Ledger resolution
* Fixed CDN for tokens
* Fixed transaction modal
* Fixed changing transaction parameters in transfer
* Added new options for token view
* Fixed icons
* Added Ledger Legacy support for Zilliqa
* Fixed EIP-1559 transactions
3.8.19
2025-09-18
fixed monor bugs
fixed styles
fixed ledger l10n
added ledger ERC,DEX ABI resolver
fixed bug with Zilliqa EVM/Scilla (now it swicher)
fixed big transactions with ledger
fixed zilliqa and other EVMs sign transaction
upgrade new flutter version
upgraded rust version
3.8.15
2025-07-23
* fixed claim unstake amount button for none LP pool
* fixed minor styles bugs
* fixed modal stake
* fixed modal unstake
* fixed modal stake/unstake with percent amount
3.8.13
2025-07-17
fixed staking portal
added new thing to staking portal
fixed tx modal
fixed set gaslimit
3.8.8
2025-06-16
fixed web3 legacy zilliqa
3.8.7
2025-06-10
fixed bip39 mnemonic with invalid checksum.
fixed transfer modal with no balance
fixed send page
added new options in settings for show addresses from history
fixed 0x sign message zilliqa legacy
added to select address modal, shows accounts from all wallets.
now gas options saves last chose
3.8.1
2025-05-04
fixed ledger connection
added account manage for ledger device
added legacy ledger zilliqa
added token fetch for legacy account
fixed minor bugs
added sign message via ledger
added sign typed message via ledger
added evm ledger
fixed token metadata fetch
3.5
2022-06-01
changed contract
fixed state updater
fixed sup calc
3.3
2022-04-28
added more currencies
fixed minor bugs
fixed styles
added tokens page
rework layout
3.2
2022-01-20
added ZIlPay-connect
fixed webview
fixed size of inject.js
updated dependencies
fixed 24 words validation
fixed minor bugs
3.1
2021-12-01
* rework price tracking
* fixed zilswap contract