Releases: ZcashFoundation/zecwallet
zcash-qt-wallet v0.2.1: See shielded Txs in the Transactions Tab
Shielded transactions are not saved in zcashd, so the wallet UI needs to save them. This release adds support for viewing sent and received z-Addr transactions in the transactions tab.
Issues fixed in this release
zcash-qt-wallet 2.0: Full Sapling Support!
zcash-qt-wallet now comes with full sapling support. Since sapling is only active on testnet right now, sync your node to the zcash testnet to try these features out.
- Create new sapling address on the 'Receive' tab
- Send from Sapling address and to Sapling address.
Other issues fixed in this release:
- Switch to "full" windows build to fix crashes on some windows machines
- Make dev fee clear on send tab and confirm dialog
- Refactor transactions code to be safer
zcash-qt-wallet v0.1.9: Windows!
zcash-qt-wallet now support Windows! It can run against WinZEC or even zcashd running inside Windows Subsystem for Linux (WSL)
Download the zip file, extract it, and double click on zcash-qt-wallet to run.
Note on running with zcashd/WSL
If you are running zcashd inside WSL, zcash-qt-wallet can't automatically detect it, so you need to go to File->Settings and enter your rpcuser/rpcpassword
zcash-qt-wallet v0.1.8: $$$
New in this release
- A dev fee is added to testnet transactions (no dev fee for mainnet yet)
- Add USD equivalents for ZEC amounts in the UI
- Call testnet currency "TAZ" to prevent any confusion
Issues fixed in this release
- #5 Improve zcash.conf parsing and detection
- Improve testnet detection and configuration
- Lot of rendering fixes for Windows to prep for upcoming windows release
zcash-qt-wallet v0.1.7: Memos!
This release of zcash-qt-wallet has memos! You can set a memo when you send transactions to z-Addresses.
New Features
- Copy txid from the status bar when a Tx finishes computing
- "View on block explorer" shortcuts on balances/transactions
- Auto-detect testnet and configure ports correctly
- Memo support when sending a Tx
- Cleanup of the send tab to reduce some clutter
Also features a number of bug fixes and speed improvements. Special thanks to @garethtdavies for lots of useful feedback that went into building this release.
zcash-qt-wallet v0.1.6: Minor Bug Fixes
Minor bug fixes
Issues fixed with this release
- Statically link QT to allow running without downloading QT
- Remove flicker
- Support testnet addresses
zcash-qt-wallet v0.1.5: Full support for shielded addresses
zcash-qt-wallet now has full support for shielded addresses
Issues fixed in this release
- Send and Receive ZEC from shielded and transparent addresses
- Track ongoing tx computation
- Multiple TO address support in transactions
- Create new z-Addr and t-Addr on the receive tab