From 1de0fe73f94541d819bc86078d19c2f6aae1a9a4 Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 26 Nov 2020 10:14:31 +0100 Subject: [PATCH] blog: v0.17.1.5 gui release notes --- ...2020-11-26-monero-GUI-0.17.1.5-released.md | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 _posts/2020-11-26-monero-GUI-0.17.1.5-released.md diff --git a/_posts/2020-11-26-monero-GUI-0.17.1.5-released.md b/_posts/2020-11-26-monero-GUI-0.17.1.5-released.md new file mode 100644 index 00000000..f8a3d54a --- /dev/null +++ b/_posts/2020-11-26-monero-GUI-0.17.1.5-released.md @@ -0,0 +1,62 @@ +--- +layout: post +title: "Monero GUI 0.17.1.5 'Oxygen Orion' released" +summary: Point release which improves simple mode reliability. +tags: [releases] +author: selsta +image: /blog/assets/2020-09-17-monero-0.17-released/oxygen-orion.png +--- + +
+ +
+ +# Overview + +This is the v0.17.1.5 minor point release of the Monero GUI software. This release improves simple mode reliability. + +[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2020/11/25/monero-0.17.1.5-released.html) + +Some highlights of this minor release are: + +- Simple mode: skip syncing nodes +- Write QML cache to portable folder +- Linux: enable high DPI support +- Minor bug fixes + +The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.17.1.4...v0.17.1.5), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.17.1.5). + +# Contributors for this Release + +This release was the direct result of 4 people who worked, largely unpaid and altruistically, to put out 22 commits containing 228 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are: + +- luigi1111 +- xiphon +- Snipa +- selsta + +# Download + +The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads/#gui) or from the direct links below. + +- [Windows, 64-bit](https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.17.1.5.zip) +- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.17.1.5.exe) +- [macOS, 64-bit](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.17.1.5.dmg) +- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.17.1.5.tar.bz2) + +A complete guide for the GUI wallet is included in the archives, but [an online version is available](https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md). + +# Download Hashes + +If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes: + +``` +monero-gui-win-x64-v0.17.1.5.zip, a5ed83ffeec340b6695c4dcf0305decd5c419a97572e104c323b956deeac3c3d +monero-gui-install-win-x64-v0.17.1.5.exe, 89e6bad3e8b5b1a57c647f7ddb30ebe4476c74db5730738c0cb7115fb8e44b65 +monero-gui-mac-x64-v0.17.1.5.dmg, 7c7812263ab242f954534d062984e63cbe34211d8a6fd7f08e4bacfeb52ad1ec +monero-gui-linux-x64-v0.17.1.5.tar.bz2, 577c5b2bcef436cffb57e4addf3ae9b669733f9aae83dc74f5025c76671667ed +``` + +A GPG-signed list of the hashes is at [https://getmonero.org/downloads/hashes.txt](https://getmonero.org/downloads/hashes.txt) and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid. + +Two guides are available to guide you through the verification process: [Verify binaries on Windows (beginner)]({{ site.baseurl }}/resources/user-guides/verification-windows-beginner.html) and [Verify binaries on Linux, Mac, or Windows command line (advanced)]({{ site.baseurl }}/resources/user-guides/verification-allos-advanced.html).