Merge pull request #1018

blog: add post for GUI release 0.16
This commit is contained in:
luigi1111 2020-05-30 09:15:36 -05:00 committed by GitHub
commit e222c36b8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,73 @@
---
layout: post
title: "Monero GUI 0.16.0.0 'Nitrogen Nebula' released"
summary: GUI release of Monero 0.16.0.0
tags: [releases]
author: ErCiccione, selsta
---
# Overview
This is the v0.16.0.0 release of the Monero GUI software.
[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2020/05/23/monero-0.16-released.html)
Some highlights of this major release are:
- Simple mode: node selction algorithm improved
- UX: display estimated transaction fee
- UX: add update dialog with download and verify functionality
- UX: implement autosave feature
- UI: redesign advanced options on transfer page
- UI: improve daemon sync progress bar
- UI: new language sidebar
- UI: new processing splash design
- UI: redesign settings page
- Trezor: support new passphrase entry mechanism
- Wizard: add support for seed offset
- Various bug fixes and performance improvements
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.15.0.5...v0.16.0.0), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.16.0.0).
# Contributors for this Release
This release was the direct result of 54 people who worked, largely unpaid and altruistically, to put out 178 commits containing 32608 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:
- luigi1111
- Dusan Klinec
- mmbyday
- rbrunner7
- selsta
- xiphon
- rating89us
- erciccione
- thotbot
A special thanks to translators
reketen, TheFuzzStone, Michael Russo, kombometralla, CharlesCrisco, Anonymous, porokon7, Juanpaab, enaSo97, TasmaniaKrama, vaa red, 8uDD4T, Lafudoci, Gilberto F da Silva, Marius Tanislav, Vlad G., Agent LvM, solevoy-psih, v1docq47, Russian Bear, translator133, Scott Anecito, Viktor, jindouyunz, anony_xmr, tan, Muge Niu, TE Scott, razorshaman909, Matija Mazi, To Ja, ANMNQ, Nelson Renan, netrik182, Boçogrolho Tabúrcio Mendez, Asdrubal Petronidas Calhofos, bitbooz, Marcus, B, peter hermansson, KforG, Poul, Wobole, René Brunner, 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.16.0.0.zip)
[Windows, 64-bit(Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.16.0.0.exe)
[macOS, 64-bit](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.16.0.0.tar.bz2)
[Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.16.0.0.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.16.0.0.zip, f7894e92a8973f9b504fe028dc90a672fc3e97086ab835c346a1ae2dfb0d53cf
monero-gui-install-win-x64-v0.16.0.0.exe, 0820aeb30b39bb86b550ff5d6e641c16491cff3cff2b9ab9873bdc05acc6a041
monero-gui-mac-x64-v0.16.0.0.tar.bz2, 96effab969c1d4f715d323835d98b202e33f75b835ed4587bb49a76fb288bc6d
monero-gui-linux-x64-v0.16.0.0.tar.bz2, 6a1064e89d1ac626ae9307429276ad447ddbbf38035de0b24599e267977e61f1
```
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).