Skip to content

Releases: ZcashFoundation/zecwallet

zcash-qt-wallet v0.2.1: See shielded Txs in the Transactions Tab

24 Oct 17:39
Compare
Choose a tag to compare

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.

shielded-tx-in-transactions-tab

Issues fixed in this release

  • Small font rendering and formatting fixes
  • Options tab to select "save shielded history" and clearing history.
  • Save sent shielded Txs locally, and use them to properly display the transactions tab.
  • Issue #9 : Correctly show fees
  • Issue #8 : Make it clear new t-Addr was created

zcash-qt-wallet 2.0: Full Sapling Support!

22 Oct 21:11
Compare
Choose a tag to compare

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!

19 Oct 21:07
Compare
Choose a tag to compare

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: $$$

19 Oct 05:20
Compare
Choose a tag to compare

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!

17 Oct 22:45
Compare
Choose a tag to compare

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

16 Oct 22:43
Compare
Choose a tag to compare

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

16 Oct 16:44
Compare
Choose a tag to compare

zcash-qt-wallet now has full support for shielded addresses

Issues fixed in this release

  1. Send and Receive ZEC from shielded and transparent addresses
  2. Track ongoing tx computation
  3. Multiple TO address support in transactions
  4. Create new z-Addr and t-Addr on the receive tab