- Mix UTXOs via Samourai Whirlpool coinjoin integration (mainnet and testnet)
- Mix to an external, open wallet after a configurable number of mixing rounds
- Add an option to optimize transactions for privacy (STONEWALL) or efficiency
- Add a simple privacy analysis of the constructed transaction to the Send tab
- Add Tor status indicator to the status bar if Tor is configured
- Binaries now reproducible (pre-installers) across all supported platforms
- Add privacy-focused anti-fee-sniping recommendations for taproot transactions (thanks @chris-belcher)
- Introduce multiple wallets in one tab via right aligned subtabs
- Export subtabbed wallets using DB persistence (normal wallets still use JSON for legibility)
- Export UTXOs to CSV
- Add items to the File > Save PSBT menu to copy a PSBT to the clipboard in hex or base64
- Allow the creation of multisig wallets with up to the maximum (20) number of cosigners
- Save application width and height across restarts
- Add caching for verbose transaction lookups to avoid repeat server requests
- Don't use a configured Tor proxy to connect to local network addresses
- Bug fix: Handle unknown derivation path for Caravan imports
- Bug fix: Use the correct address label for the utxo label when recieving a batched tx to several labelled address
- Bug fix: Truncate labels over 255 characters before saving to db
- Bug fix: Copying from the transaction hex view will never copy truncated hex
- Bug fix: Replace illegal filename characters in wallet name with underscores