Releases: brumeproject/wallet
Releases · brumeproject/wallet
0.4.1 - Fix icon
- Fix favicon
0.4.0 - WalletConnect
WalletConnect
- WalletConnect over Tor
- You can scan a QR code on mobile
- You can paste a WC link on desktop
- Badge for session connection status
UX
- Allow custom transaction nonce on send
- Extension: Added a badge for active sessions
- Extension: Added a toolbar badge for requests
Performances
- Lower CPU, RAM and bandwidth usage
- More WebSocket RPCs
Error handling
- Better pooling and retrying
- Cooldown mechanism
- Better error display
Bugs
- Fixed state synchronization bugs
- Fixed display on high-DPI screens
Other
- New extension logo
- Far less logs in the console
0.3.29 - Fixes
UI
- Hotfix for extension not opening on latest Chromium
- Disabled spellcheck on receive dialog input
- Fixed text centered on Firefox
- Added alerts on unimplemented things
Tor
- Each connection now has its own JSON-RPC id counter
HTTP
- Fix HTTP target not including search
0.3.28 - Fixes
Chains
- Added Base and zkSync Era
TLS
- Added
server_name
extension
HTTP
- Added sending data with
Content-Length
Other
- Fixed input bugs
0.3.27 - Tokens
Tokens
- Added ERC-20 tokens (WETH, USDT, DAI, USDC, stETH, ...)
Chains
- Support for HTTP(S) for RPCs 🔗
- Support for multiple RPCs per chain (randomly selected for each request)
- Added Optimism, Gnosis, BSC, Arbitrum, Avalanche, Celo, Linea, Ethereum Classic
UI
- Added "Receive" dialog with QR code and address
Ledger
- Support for signing typed structured messages (blind)
- Support for type-0 legacy relay-protected Ethereum transactions
Tor
- Better retrying algorithm with better logs
- Better parallelization of Tor requests ⚡️
Other
- Fixed and improved state synchronization
0.3.26 - Ledger
Ledger
- You can now add your Ledger as a seed via USB
- It uses a custom Ledger connector that doesn't leak your IP address
- You may need to enable "Blind signing" on your Ledger
Others
- Refactors
0.3.25 - Mnemonic
Mnemonic seeds
- Added support for mnemonic seeds (12-words and 24-words phrases)
- Generate/import multiple seeds and store them encrypted + authenticated
- Generate a wallet from any path; import the 9th wallet of a seed without importing the first 8 wallets
- List all wallets by seed
UI
- Fixed bottom bar
Other
- Better indexation mechanism
- Fixed state synchronization bug
0.3.24 - Hotfix
Requests
- Fixed requests not showing on unknown origin
0.3.23 - Requests
Requests
- Requests page, where you can see all incoming requests from dapps
- Requests won't popup in your face when a dapp spams them
- You can reject all requests at once
Sessions
- You can disconnect all sessions at once
- You can connect with temporary sessions, they won't appear in the Sessions page, and will be destroyed when you reload the app
0.3.22 - Sessions
Sessions
- You can now view and disconnect sessions on the new Sessions page
Other
- Tor now uses native Ed25519 when using Safari 17
- Fixed bug when using authentication on Safari 17
- Improved wallet creation dialog
- Global storage synchronization