diff options
author | Marcel O'Neil | 2018-12-30 01:17:13 -0500 |
---|---|---|
committer | Marcel O'Neil | 2018-12-30 01:17:13 -0500 |
commit | 81a44179ad3594161b380e3b6fb3bf4239e5ecd5 (patch) | |
tree | 71fc10c77d48aaee8715e9347ee9f70a2326a1ef | |
parent | 962f4b47f70b8f00a032ced21fe001b5dbe9ff94 (diff) | |
download | aur-81a44179ad3594161b380e3b6fb3bf4239e5ecd5.tar.gz |
3.3.4
* Anti-Phishing protection.. Server-provided text will not appear in
user-facing GUI windows anymore. Server error messages are instead
parsed and mapped to predefined strings.
* "Import Labels" now works.
* Memory usage of the app has been reduced -- especially with multiple
wallets.
* Upgrade prebuilt Windows and MacOS binary to use newer PyQt5 5.11.3.
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = electron-cash-git pkgdesc = Lightweight Bitcoin Cash wallet - pkgver = 3.3.3.r1.g7ecf99b1 + pkgver = 3.3.5.dev.r3.gb5797ff8 pkgrel = 1 url = http://www.electroncash.org/ arch = any @@ -6,7 +6,7 @@ pkgname='electron-cash-git' pkgdesc='Lightweight Bitcoin Cash wallet' -pkgver=3.3.3.r1.g7ecf99b1 +pkgver=3.3.5.dev.r3.gb5797ff8 pkgrel=1 url='http://www.electroncash.org/' arch=('any') |