Changelog
Current release: v1.6.0
v1.6.0
2026-06-06
- ·Added Multi-Send tab to the wallet — pay many recipients in a single tx
- ·Supports native (ETH/BNB) and ERC-20 tokens (USDC, USDT, DAI, WETH, or any custom contract)
- ·Built on the Disperse contract on Ethereum, BSC, and Base
- ·Automatic ERC-20 allowance check with one-click Approve (and optional unlimited approval)
- ·Per-row recipient parsing with inline error highlighting and equal-amount shortcut
v1.4.8
2026-06-05
- ·Restored Ledger to the browser Buffer package instead of the incomplete local shim
- ·Added on-page Ledger diagnostics plus browser console logs for WebHID/Web Bluetooth failures
- ·Improved Web Bluetooth disabled and permission-denied error messages
v1.4.6
2026-06-05
- ·Replaced the external Buffer dependency in Ledger connection flow with a local browser shim
- ·Added the Buffer methods Ledger uses for WebHID/Web Bluetooth framing and Ethereum APDUs
v1.4.5
2026-06-05
- ·Removed the remaining static Buffer import from the Ledger shim
- ·Ledger Buffer setup now uses a fully dynamic browser import before Ledger libraries load
v1.4.4
2026-06-05
- ·Removed the Rollup Buffer injection that caused production builds to fail
- ·Moved Ledger Buffer setup into a client-only shim using safe property definition
v1.4.3
2026-06-05
- ·Added Vite/Rollup Buffer injection for Ledger browser bundles
- ·Hardened runtime Buffer checks so Ledger only loads after Buffer.alloc is available
v1.4.2
2026-06-05
- ·Fixed Ledger 'Cannot read properties of undefined (reading alloc)' error
- ·Buffer polyfill now installed via dynamic import before every Ledger transport load
v1.4.1
2025-06-05
- ·Unified site footer across all pages via root layout
- ·Bumped version badge to v1.4.1
v1.4.0
2025-06-05
- ·Added public changelog page with full version history
- ·Added version badge to site footer and home page header
v1.3.1
2025-06-05
- ·Fixed Ledger connection error: 'Cannot read properties of undefined (reading alloc)'
- ·Added eager Buffer polyfill for @ledgerhq sub-packages
v1.3.0
2025-06-04
- ·Added Zero Chill network support (chainId 90031273, symbol ZCU)
- ·Zero Chill RPC: https://rpc.zerochill.com
- ·Zero Chill explorer: https://scan.zerochill.com
- ·Ledger hardware wallet now supports Zero Chill signing
v1.2.1
2025-06-04
- ·Bulk scanner switched to user-uploaded address lists
- ·Removed bundled hardcoded address dataset
- ·Added paste and file upload support (.txt, .csv, .json)
- ·Added address validation, deduplication, and invalid-count feedback
v1.2.0
2025-06-04
- ·Added bulk EVM balance scanner at /balances
- ·Server-side Multicall3 batch scanning across Ethereum, BSC, and Base
- ·Native + stablecoin balances (USDC, USDT, DAI, BUSD)
- ·CSV export with per-chain native and token columns
- ·Parallel multi-chain scanning with progress tracking
v1.1.0
2025-06-03
- ·Added Ledger hardware wallet support
- ·WebHID (USB) transport for Chrome / Edge / Brave / Opera on desktop
- ·Web Bluetooth transport for Android Chrome and desktop Chrome / Edge
- ·Read account xpub directly from device — seed never leaves the Ledger
- ·Sign native and ERC-20 transactions on-device
v1.0.0
2025-06-02
- ·Initial release — Vault self-custody browser wallet
- ·BIP39 mnemonic generation and BIP44 HD derivation (m/44'/60'/0')
- ·Import from mnemonic or raw Ethereum private key
- ·Multi-chain support: Ethereum, BNB Smart Chain, Base
- ·Native balance + ERC-20 token send with gas estimation
- ·Custom token support (add any contract address)
- ·Receive with QR code generation
- ·xpub reveal for HD wallets
- ·Scan & Sweep: find and consolidate dust across derived addresses
- ·Disperse.app integration for bulk gas funding
- ·Password-encrypted local storage — keys never leave the device