Skip to content

Releases: ZcashFoundation/zecwallet

zec-qt-wallet v0.5.4: Bug fixes

07 Dec 18:50
Compare
Choose a tag to compare

This version of zec-qt-wallet features a couple of bug fixes

#75 - Add used indicator to addresses on the receive tab
image

#70 - Bugfix for "max" button not working with custom fees

zec-qt-wallet v0.5.3: Update zcashd to 2.0.2

05 Dec 17:35
Compare
Choose a tag to compare

Easily reply to messages sent to your z-addresses.

  • If you receive a transaction with a memo that contains a reply-to address, you can now reply to it right from the transactions table. Just right click -> Reply To to compose a reply!
    image

zcashd 2.0.2

The embedded zcashd has been updated to 2.0.2

zec-qt-wallet v0.5.2: Portuguese and French translations

04 Dec 17:37
Compare
Choose a tag to compare

Today's zec-qt-wallet release contains translations for two additional languages: French and Portuguese.

Portuguese translations credit : @tloriato
French translations credit: Den

image
image

The memo dialog has also been updated to make it easy to insert a "Reply To" address!
image

zec-qt-wallet v0.5.1: Now speaking Spanish!

03 Dec 18:29
Compare
Choose a tag to compare

zec-qt-wallet can now use your local interface language! Our first set of translations comes from @ChileBob, who diligently translated the UI into Spanish!
image

If you'd like to help translate the UI to other languages, here's how to get started

Other fixes

#64 - Fix settings UI
#65 - Export translations from the menu

zec-qt-wallet v0.5.0: Installers!

26 Nov 22:29
Compare
Choose a tag to compare

zec-qt-wallet v0.5.0 is here with installers for Windows, Linux and macOS. In addition to the usual binaries, you can now install via an installer, which will make managing and upgrading to future versions of zec-qt-wallet much easier. No more fiddling with the binaries (unless you want to!)

zec-qt-wallet v0.4.3: Auto shield t-Address change

24 Nov 17:36
Compare
Choose a tag to compare

zec-qt-wallet can now send the change from your t-Address transactions into sapling addresses automatically!

Opt-in from the settings page, and zec-qt-wallet will send any change from your t-Addr -> t-Addr or t-Addr -> Sapling transactions into your sapling address instead of sending it back to a t-Address.

image
image

zec-qt-wallet v0.4.2: Improved Address Management

22 Nov 17:46
Compare
Choose a tag to compare

This bugfix release of zec-qt-wallet has a refreshed Recieve tab from where you can manage address labels, private keys and view balances

image

Other fixes:

  • Force update after settings refresh
  • Label validation
  • Cleanup tab stops
  • Fix issue where balances were getting rounded to 6 places sometimes
  • Turnstile only if not syncing
  • Show labels and balances in all address dropdowns

zec-qt-wallet v0.4.1: Bug fixes

20 Nov 22:53
Compare
Choose a tag to compare

Fix a bug where zcashd won't start if some params are missing. zec-qt-wallet will now verify params before starting, and download them if missing.

zec-qt-wallet v0.4.0: macOS is here!

19 Nov 18:01
Compare
Choose a tag to compare

macOS support is here! zec-qt-wallet now has full support for macOS. This version of zec-qt-wallet for macOS includes embedded zcashd, sapling support, z-board integration and everything else that is available on Windows and Linux.
screen shot 2018-11-19 at 9 51 24 am

As always, if you run into problems, please file an issue

Special thanks to @rex4539 and @garethtdavies for extensively beta testing the macOS version.

zec-qt-wallet v0.3.2: Bug fixes

16 Nov 02:00
Compare
Choose a tag to compare

Lots of bugfixes in this release, thanks to extensive testing by @garethtdavies and @rex4539

Also, thanks to feedback from the community, zec-qt-wallet will need users to opt-in to custom fees first (In edit->settings) before you can change the default fee for privacy reasons. Additionally, a warning is shown when overriding the default fee

image
image

Issues fixed in this release

  • Crash when double clicking address book
  • Failed to start zcashd when params are different
  • Fix random number generator
  • #53 Allow copying from tx table
  • #51 Prevent zcashd tab flicker
  • #52 Bad formatting of balances
  • Show warning when spending while node is still syncing