diff --git a/.travis.yml b/.travis.yml
index ad6e4b6f..698f5fea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ os: linux
language: shell
env:
- - ZEND_VERSION=3.2.1 JDK=16
+ - ZEND_VERSION=3.3.0 JDK=16
install:
- source ./scripts/install.sh
diff --git a/README.md b/README.md
index 4bf1692e..350f5d68 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ presents the information in a user-friendly manner.
#### New/Experimental: [Horizen Desktop GUI Wallet packages for Debian/Ubuntu Linux](https://github.com/HorizenOfficial/zencash-swing-wallet-ui/blob/master/docs/ReleaseUbuntuRepository.md) are available
-#### New/Experimental: [Horizen Desktop GUI Wallet for Windows/macOS](https://github.com/HorizenOfficial/zencash-swing-wallet-ui/blob/master/docs/Release_1.0.8.md) is available
+#### New/Experimental: [Horizen Desktop GUI Wallet for Windows/macOS](https://github.com/HorizenOfficial/zencash-swing-wallet-ui/blob/master/docs/Release_1.0.9.md) is available
#### Information on diagnosing some common problems may be found in this [troubleshooting guide](docs/TroubleshootingGuide.md).
diff --git a/docs/Release_1.0.9.md b/docs/Release_1.0.9.md
new file mode 100644
index 00000000..a2dfa2c1
--- /dev/null
+++ b/docs/Release_1.0.9.md
@@ -0,0 +1,85 @@
+## [Horizen](https://horizen.io/) Desktop GUI Wallet binary release 1.0.9
+
+It includes [Horizen 3.3.0 binaries](https://github.com/HorizenOfficial/zen/releases/tag/v3.3.0).
+
+**This wallet is targeted at advanced users who understand the implications of running a full Zen node on**
+**the local machine, maintaining a full local copy of the blockchain, maintaining and backing up the**
+**Zen nodes's `wallet.dat` file etc! The wallet is not suitable for novice crypto-currency users!**
+
+**SECURITY WARNING: Encryption of the wallet.dat file is not yet supported for Horizen. Using the wallet**
+**on a system infected with malware may result in wallet data/funds being stolen. The**
+**wallet.dat needs to be backed up regularly (not just once - e.g. after every 30-40**
+**outgoing transactions) and it must also be backed up after creating a new Z address.**
+
+**STABILITY WARNING: The GUI wallet is as yet considered experimental! It is known to exhibit occasional stability problems related to running a full Zen node.**
+**Specifically if the locally running `zend` cannot start properly due to issues with the local blockchain, the GUI cannot start either!**
+**Users need to be prepared to fix such problems manually as described in the [troubleshooting guide](https://github.com/HorizenOfficial/zencash-swing-wallet-ui/blob/master/docs/TroubleshootingGuide.md).**
+**Doing so requires command line skills.**
+
+**AUTO-DEPRECATION WARNING: Wallet binary releases for Mac/Windows contain ZEN full node binaries. These have an auto-deprecation feature:**
+**they are considered outdated after 16 weeks and stop working. So they need to be updated to a newer version before this term expires.**
+**Users need to ensure they use an up-to-date version of the wallet (e.g. update the wallet every two months or so).**
+
+### Installing the Horizen Desktop GUI Wallet on Windows
+
+It requires a 64-bit Windows 7 or later version to run.
+
+1. Download the Wallet EXE file
+[HorizenDesktopGUIWallet-1.0.9.exe](https://github.com/HorizenOfficial/zencash-swing-wallet-ui/releases/download/1.0.9/HorizenDesktopGUIWallet-1.0.9.exe).
+
+2. Security check: You may decide to run a virus scan on it, before proceeding... In addition using a tool
+such as [http://quickhash-gui.org/](http://quickhash-gui.org/) you may calculate the its SHA256 checksum. The
+result should be:
+```
+18fb5f3360053a11481acb141027c53d0e4dd0f315ba1f367067f9a37f3764c6 HorizenDesktopGUIWallet-1.0.9.exe
+```
+**If the resulting checksum is not `18fb5f3360053a11481acb141027c53d0e4dd0f315ba1f367067f9a37f3764c6` then**
+**something is wrong and you should discard the downloaded wallet!**
+
+3. Run the `HorizenDesktopGUIWallet-1.0.9.exe` installer and choose an installation folder.
+
+### Running the Horizen Desktop GUI Wallet on Windows
+
+Double click on `HorizenDesktopGUIWallet.exe` in the installation folder or run `HorizenDesktopGUIWallet` from the start menu.
+On first run (only) the wallet will download the cryptographic keys (1.6GB or so).
+In case of problems logs are written in `%LOCALAPPDATA%\ZENCashSwingWalletUI\` for diagnostics.
+
+### Installing the Horizen Desktop GUI Wallet on Mac OS
+
+It requires Mac OS Sierra/High Sierra/Mojave.
+
+1. Download the Wallet image file
+[HorizenDesktopGUIWallet-1.0.9.dmg](https://github.com/HorizenOfficial/zencash-swing-wallet-ui/releases/download/1.0.9/HorizenDesktopGUIWallet-1.0.9.dmg).
+
+2. Security check: You may decide to run a virus scan on it before proceeding... In addition using a tool
+such as [http://quickhash-gui.org/](http://quickhash-gui.org/) you may calculate the its SHA256 checksum. The
+result should be:
+```
+374d4cb62c48619efdf70d1fefd84b53da65a95c8f0c7528fb8de0b4f27bffd8 HorizenDesktopGUIWallet-1.0.9.dmg
+```
+**If the resulting checksum is not `374d4cb62c48619efdf70d1fefd84b53da65a95c8f0c7528fb8de0b4f27bffd8` then**
+**something is wrong and you should discard the downloaded wallet!**
+
+3. Install the wallet like any other downloaded Mac OS application: Open the disk image `HorizenWallet-1.0.9.dmg`
+and copy the HorizenWallet application to the Applications folder. You can then discard the disk image.
+
+### Running the Horizen Desktop GUI Wallet on Mac OS
+
+Simply click on HorizenWallet in the Mac OS application launchpad.
+
+### Disclaimer
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+### Some known issues and limitations
+1. If a system has a high resolution monitor with DPI scaling enabled, not all GUI elements scale alike.
+As a result the Wallet UI may feel inconvenient to use at scaling above 1.5x or even unusable at scaling above 3x.
+This problem will be fixed in future versions.
+1. Limitation: The list of transactions does not show all outgoing ones (specifically outgoing Z address
+transactions).
diff --git a/installer/pom.xml b/installer/pom.xml
index eebe5171..76ccf297 100644
--- a/installer/pom.xml
+++ b/installer/pom.xml
@@ -5,7 +5,7 @@
com.zencash
HorizenSwingWalletUI
- 1.0.8-SNAPSHOT
+ 1.0.9-SNAPSHOT
installer
diff --git a/installer/src/main/izpack/install.xml b/installer/src/main/izpack/install.xml
index 3fd8246f..f0ee8f6a 100644
--- a/installer/src/main/izpack/install.xml
+++ b/installer/src/main/izpack/install.xml
@@ -2,7 +2,7 @@
HorizenSwingWalletUI
- 1.0.8
+ 1.0.9
https://horizen.io
@@ -47,7 +47,7 @@
-
+
diff --git a/pom.xml b/pom.xml
index 76f39496..ddb57d0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.zencash
HorizenSwingWalletUI
- 1.0.8-SNAPSHOT
+ 1.0.9-SNAPSHOT
pom
Horizen Swing Wallet UI
diff --git a/scripts/bump_version_devtool.sh b/scripts/bump_version_devtool.sh
index b74846f0..b64b23b8 100755
--- a/scripts/bump_version_devtool.sh
+++ b/scripts/bump_version_devtool.sh
@@ -2,11 +2,11 @@
set -euo pipefail
-zend_version_old="3.2.0"
-zend_version_new="3.2.1"
+zend_version_old="3.2.1"
+zend_version_new="3.3.0"
-swing_version_old="1.0.7"
-swing_version_new="1.0.8"
+swing_version_old="1.0.8"
+swing_version_new="1.0.9"
# bump zend version
sed -i "s/${zend_version_old//./\\.}/${zend_version_new//./\\.}/g" .travis.yml
diff --git a/src/build/build.xml b/src/build/build.xml
index 9d03bfad..85af1c44 100644
--- a/src/build/build.xml
+++ b/src/build/build.xml
@@ -103,7 +103,7 @@
-
diff --git a/src/resources/messages/zencash_en.properties b/src/resources/messages/zencash_en.properties
index c1dd4c92..39b4fddf 100644
--- a/src/resources/messages/zencash_en.properties
+++ b/src/resources/messages/zencash_en.properties
@@ -1,4 +1,4 @@
-main.frame.title=Horizen Desktop GUI Wallet 1.0.8
+main.frame.title=Horizen Desktop GUI Wallet 1.0.9
main.frame.progressbar=Starting GUI wallet...
main.frame.title.testnet=\u0020[using TESTNET]
main.frame.tab.overview.title=Overview\u0020
diff --git a/src/resources/messages/zencash_it.properties b/src/resources/messages/zencash_it.properties
index f22ab31d..711a76f6 100644
--- a/src/resources/messages/zencash_it.properties
+++ b/src/resources/messages/zencash_it.properties
@@ -1,4 +1,4 @@
-main.frame.title=Horizen Desktop GUI Wallet 1.0.8
+main.frame.title=Horizen Desktop GUI Wallet 1.0.9
main.frame.progressbar=Avviando la GUI...
main.frame.title.testnet=\u0020[usando TESTNET]
main.frame.tab.overview.title=Anteprima\u0020
diff --git a/zencash-wallet-swing/pom.xml b/zencash-wallet-swing/pom.xml
index f072067b..4da87e7c 100644
--- a/zencash-wallet-swing/pom.xml
+++ b/zencash-wallet-swing/pom.xml
@@ -7,7 +7,7 @@
com.zencash
HorizenSwingWalletUI
- 1.0.8-SNAPSHOT
+ 1.0.9-SNAPSHOT
zencash-wallet-swing
diff --git a/zencash-wallet-swing/src/deb/control/control b/zencash-wallet-swing/src/deb/control/control
index 11b55c85..56dd7df9 100644
--- a/zencash-wallet-swing/src/deb/control/control
+++ b/zencash-wallet-swing/src/deb/control/control
@@ -1,5 +1,5 @@
Package: zencash-desktop-gui-wallet
-Version: 1.0.8
+Version: 1.0.9
Section: misc
Priority: low
Architecture: all