From b657e63ab6c7b1df84c06c9b27ea84a3250589a9 Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 5 Oct 2020 18:54:02 +0200 Subject: [PATCH] blog: add v0.17.0.1 GUI post --- ...2020-10-05-monero-GUI-0.17.0.1-released.md | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 _posts/2020-10-05-monero-GUI-0.17.0.1-released.md diff --git a/_posts/2020-10-05-monero-GUI-0.17.0.1-released.md b/_posts/2020-10-05-monero-GUI-0.17.0.1-released.md new file mode 100644 index 00000000..f8768e90 --- /dev/null +++ b/_posts/2020-10-05-monero-GUI-0.17.0.1-released.md @@ -0,0 +1,75 @@ +--- +layout: post +title: "Monero GUI 0.17.0.1 'Oxygen Orion' released" +summary: GUI release of Monero 0.17.0.1 +tags: [releases] +author: selsta +image: /blog/assets/2020-09-17-monero-0.17-released/oxygen-orion.png +--- + +
+ +
+ +# Overview + +This is the v0.17.0.1 release of the Monero GUI software. + +[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2020/09/27/monero-0.17.0.1-released.html) + +Some highlights of this major release are: + +- Socks5 proxy support, automatically enabled on Tails +- Simple mode transactions are sent trough local daemon, improved reliability +- Portable mode, save wallets + config to "storage" folder +- History page: improvements, incoming / outgoing labels +- Transfer: new success dialog +- CMake build system improvements +- Windows cross compilation support using Docker +- Various minor bug and UI fixes + +The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.16.0.3...v0.17.0.1), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.17.0.1). + +# Contributors for this Release + +This release was the direct result of 43 people who worked, largely unpaid and altruistically, to put out 130 commits containing 7836 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are: + +- luigi1111 +- rbrunner7 +- selsta +- xiphon +- rating89us +- dsc +- Italocoin +- erciccione +- ph4r05 + +A special thanks to translators + +Michael Russo, G.T.S., kombometralla, CharlesCrisco, nemecis rojas, porokon7, Viktor, 78carla, erciccione, Gleb Golov, Agent LvM, solevoy-psih, v1docq47, TheFuzzStone, Russian Bear, translator133, Peter J. Mello, EvolBit, icuntcode, Bertrand Jacquin, el00ruobuob, srk raidu, To Ja, vp11, netrik182, Jaimie, Jonathan Heirbaut, Marcus, obit33, Paul Janowitz, SJ, Wobole, Anonymous, GreenPiece + +# 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.0.1.zip) +- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.17.0.1.exe) +- [macOS, 64-bit](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.17.0.1.dmg) +- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.17.0.1.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.0.1.zip, c18a47e6d6c273406ea4cf7cc834982a7905a53021268d4fe503ef95507890b5 +monero-gui-install-win-x64-v0.17.0.1.exe, 6250fc57720c6190362fd1cb74e61eb4f765cd8d15c7cc512d48bb15e8fefd51 +monero-gui-mac-x64-v0.17.0.1.dmg, 1796d266e7bffed1803531b2aab18ff2162f3925d2d42fbe8c8c98bd687c1bcc +monero-gui-linux-x64-v0.17.0.1.tar.bz2, d7ab169a2cd4177adb5320ea0a8e0fb541a0d1bc6e1dde4a1c4c0710bf736a8c +``` + +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).