Skip to content

Releases: ZcashFoundation/zecwallet

ZecWallet!

14 Mar 21:47
7dc1d1b
Compare
Choose a tag to compare

zec-qt-wallet is now ZecWallet, and includes a brand new logo (Thanks to Shawn from the Zcash Community!)

Note for Mac users:

You might need to delete the previous zec-qt-wallet App from your Applications folder manually, since the new app is called ZecWallet, and the upgrade process doesn't clean up the old app sometimes.

Other fixes:

  • Fixed a rare crash when the wallet was very large
  • New logo icons

zec-qt-wallet v0.6.1: Headless Mode

01 Mar 18:43
Compare
Choose a tag to compare

This version of zec-qt-wallet adds an experimental headless mode to zec-qt-wallet. Pass in --headless as a command line argument to get zec-qt-wallet to run without a UI.

Note that zec-qt-wallet will attempt to start embedded zcashd just as it normally would, even in headless mode. To get a sense of what zec-qt-wallet is doing while running headless, tail its log file:
tail -f ~/.local/share/zec-qt-wallet-org/zec-qt-wallet/zec-qt-wallet.log

As always, if you run into issues, please file a bug report.

Other changes in this release

zec-qt-wallet v0.6.0: Android App!

22 Feb 17:30
Compare
Choose a tag to compare

Android App support is finally here with v0.6.0. Connect to your android app by downloading it from the Google play store, and scan the QR Code from Apps -> Connect Mobile App

image

zec-qt-wallet v0.5.11: Update zcashd to 2.0.3

20 Feb 19:12
Compare
Choose a tag to compare

A maintenance release of zec-qt-wallet that updates the embedded zcashd to 2.0.3

zec-qt-wallet v0.5.10: Bug fixes

19 Feb 23:42
Compare
Choose a tag to compare

Several bug fixes in this release:

#101 - Fix labels so they update
#102 - Show import dialog at start
#103 - Fix amount parsing by disallowing ",", irrespective of locale
#106 - Signatures and hashes

zec-qt-wallet v0.5.9: Bug fixes

04 Feb 17:54
Compare
Choose a tag to compare

This is a maintenance release of zec-qt-wallet with a few bug fixes

  • #96 - Fix some typos (Thanks @garethtdavies)
  • #92 - Fix edge case where a remote node was being shut down on exit
  • #93 - Allow copying from memo field
  • Deprecate creation of a new sprout address
  • #91 - Properly handle storing outgoing shielded Txns with multiple outputs
  • Stop nagging for update

zec-qt-wallet v0.5.8: Configure zcash.conf and data directory

28 Jan 19:00
Compare
Choose a tag to compare

When starting a fresh zec-qt-wallet installation, you now have the ability to configure the data directory for zcashd, where the wallet.dat and the downloaded blockchain is stored. This directory can get pretty big, so if you want to store it in a non-default location, you can now select a custom target directory.
image

Also in this release:

  • Add zcashd version number
  • Fix bug where last label wasn't being deleted
  • Set a Tor connection on startup, so you never need to connect over the regular internet first

zec-qt-wallet v0.5.7: Zcash payment URI

14 Jan 23:17
Compare
Choose a tag to compare

Now pay zcash URIs by selecting File -> Pay Zcash URI and pasting the payment URI.

image

Zcash payment URIs encode the address, amount and memo into a single convenient string, so you can copy-paste it into zec-qt-wallet and make payments easily.

This version also has an update notifier that will notify you if there's a new release of zec-qt-wallet available.

zec-qt-wallet v0.5.6: Import Address Book

02 Jan 20:01
Compare
Choose a tag to compare

This version of zec-qt-wallet allows you to import Address Books exported from other wallets like WinZec.
image

Also includes other minor bug fixes:
#86 - Fix sync percentage

zec-qt-wallet v0.5.5: Tor Support!

12 Dec 23:12
Compare
Choose a tag to compare

zec-qt-wallet v0.5.5 now has support for Tor! If you are using the embedded zcashd, you can turn on Tor support in the Settings page. (Note that you'll also have to have the Tor service running locally that zec-qt-wallet can connect to)

image