Overview
This is the v0.18.5.0 release of the Monero GUI software. This recommended release includes a large number of bug fixes.
The latest CLI release notes can be found on the precedent blog post
Some highlights of this release are:
- Move P2Pool install location to LocalAppData on Windows (#4575)
- Fix edge case in URI parsing (#4576)
- Disable offline tx creation with long payment id (#4579)
- Escape untrusted text in QR code scanning scenario (#4577)
- Update P2Pool to v4.15 (#4584)
- Minor bug fixes
The complete list of changes is available on GitHub, along with the source code.
Contributors for this Release
This release was the direct result of 6 people who worked to put out 14 commits containing 161 new lines of code. We’d like to thank them very much for their time and effort. In no particular order, they are:
- tobtoht
- selsta
- SChernykh
- jpk68
- SNeedlewoods
- luigi1111
Download
The new binaries can be downloaded from the Downloads page or from the direct links below.
A complete guide for the GUI wallet is included in the archives, but an online version is available.
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.18.5.0.zip, 86b665cbb22e0ce349e1a13fc37e600ae5ab36bf8335f623b7bc6570f6ced05d
monero-gui-install-win-x64-v0.18.5.0.exe, 2aee0fb9a4a858199da46ce3344e7d6dec080efeab21c599903379e3e1d29dec
monero-gui-mac-x64-v0.18.5.0.dmg, 19c6a250c9ae68871a0c5ca7935dfe0eb3f1ddb468d6718b7c257aede096a254
monero-gui-mac-armv8-v0.18.5.0.dmg, 2fe562dd6ffb84941a4ff73412c234ebda8cb1831dec5ebbb217ea17d4288b92
monero-gui-linux-x64-v0.18.5.0.tar.bz2, 99d7e9b1e8084f09bdf837dd862ad96c47a86292bdbd6c2f6b3aaa46ff510b62
A GPG-signed list of the hashes is at https://www.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) and Verify binaries on Linux, Mac, or Windows command line (advanced).