mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
71 lines
4.6 KiB
Markdown
71 lines
4.6 KiB
Markdown
|
---
|
||
|
layout: post
|
||
|
title: "Monero GUI 0.17.2.3 'Oxygen Orion' released"
|
||
|
summary: Point release containing decoy selection bug fix that improves privacy.
|
||
|
tags: [releases]
|
||
|
author: selsta
|
||
|
image: /blog/assets/2020-09-17-monero-0.17-released/oxygen-orion.png
|
||
|
---
|
||
|
|
||
|
<div align="center">
|
||
|
<img src="{{ page.image }}" width="350px">
|
||
|
</div>
|
||
|
|
||
|
# Overview
|
||
|
|
||
|
This is the v0.17.2.3 minor point release of the Monero GUI software. This release contains a decoy selection bug fix that improves privacy.
|
||
|
|
||
|
[The latest CLI release notes can be found on the precedent blog post.]({{ site.baseurl_root }}/2021/08/31/monero-0.17.2.3-released.html)
|
||
|
|
||
|
Some highlights of this minor release are:
|
||
|
|
||
|
- Add payment request functionality to receive page (#[3650](https://github.com/monero-project/monero-gui/pull/3650))
|
||
|
- Display images on create hardware wallet page (#[3618](https://github.com/monero-project/monero-gui/pull/3618))
|
||
|
- Reenable password strength meter in release binaries (#[3562](https://github.com/monero-project/monero-gui/pull/3562))
|
||
|
- Automatically correct incorrectly typed restore dates (#[3564](https://github.com/monero-project/monero-gui/pull/3564))
|
||
|
- Add tooltips to all buttons (#[3490](https://github.com/monero-project/monero-gui/pull/3490))
|
||
|
- Add search transactions button on receive and account page (#[3216](https://github.com/monero-project/monero-gui/pull/3216), #[3546](https://github.com/monero-project/monero-gui/pull/3546))
|
||
|
- Set an unused wallet name in wizard (#[3544](https://github.com/monero-project/monero-gui/pull/3544))
|
||
|
- Fix bug not accepting new restore height (#[3563](https://github.com/monero-project/monero-gui/pull/3563))
|
||
|
- Fix get / check proof on Sign / Verify page (#[3674](https://github.com/monero-project/monero-gui/pull/3674))
|
||
|
- Fix scanning QR codes that miss an URI prefix (#[3598](https://github.com/monero-project/monero-gui/pull/3598))
|
||
|
- Various date picker improvements
|
||
|
- Accessibility improvements (#[3611](https://github.com/monero-project/monero-gui/pull/3611), #[3603](https://github.com/monero-project/monero-gui/pull/3603))
|
||
|
- Minor bug fixes and UI improvements
|
||
|
|
||
|
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.17.2.2...v0.17.2.3), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.17.2.3).
|
||
|
|
||
|
# Contributors for this Release
|
||
|
|
||
|
This release was the direct result of 3 people who worked, largely unpaid and altruistically, to put out 170 commits containing 26608 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:
|
||
|
|
||
|
- selsta
|
||
|
- luigi1111
|
||
|
- rating89us
|
||
|
|
||
|
# 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.2.3.zip)
|
||
|
- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.17.2.3.exe)
|
||
|
- [macOS, 64-bit](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.17.2.3.dmg)
|
||
|
- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.17.2.3.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.2.3.zip, 1ae06f71e7b469ea95f10008f2624797cf0a3223e47f07c42591c0dff63e63ec
|
||
|
monero-gui-install-win-x64-v0.17.2.3.exe, 8b5f37eb6b2d0534cbbc490986f23d7fb470697b7839ac1305499c4675f1ea11
|
||
|
monero-gui-mac-x64-v0.17.2.3.dmg, 20fe978294b65c2bb44932489f114e6a91cb4c2c4b03afb87ab683c8182cf811
|
||
|
monero-gui-linux-x64-v0.17.2.3.tar.bz2, f011ba2bd67395ca8c17d5faf1397785905533dd1a8b9ebf1e6810d0f726f40f
|
||
|
```
|
||
|
|
||
|
A GPG-signed list of the hashes is at [https://www.getmonero.org/downloads/hashes.txt]({{ site.baseurl_root }}/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).
|