mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
74 lines
4 KiB
Markdown
74 lines
4 KiB
Markdown
|
---
|
||
|
layout: post
|
||
|
title: "Monero GUI 0.18.3.1 'Fluorine Fermi' released"
|
||
|
summary: Release adding support for macOS ARM.
|
||
|
tags: [releases]
|
||
|
author: selsta
|
||
|
image: /blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png
|
||
|
---
|
||
|
|
||
|
<div align="center">
|
||
|
<img src="{{ page.image }}" width="350px">
|
||
|
</div>
|
||
|
|
||
|
# Overview
|
||
|
|
||
|
This is the v0.18.3.1 release of the Monero GUI software. This release adds support for macOS ARM.
|
||
|
|
||
|
[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2023/10/07/monero-0.18.3.1-released.html)
|
||
|
|
||
|
Some highlights of this release are:
|
||
|
|
||
|
- Add macOS ARM support
|
||
|
- Display error when `Scan Transaction` is used on older tx via untrusted daemon (#[4051](https://github.com/monero-project/monero-gui/pull/4051))
|
||
|
- Add image when Ledger Stax is selected in wizard (#[4146](https://github.com/monero-project/monero-gui/pull/4146))
|
||
|
- Add more detailed P2Pool failure messages, fix a rare crash (#[4147](https://github.com/monero-project/monero-gui/pull/4147))
|
||
|
- Update Qt to 5.15.10 (#[4143](https://github.com/monero-project/monero-gui/pull/4143))
|
||
|
- Update p2pool to v3.7 (#[4219](https://github.com/monero-project/monero-gui/pull/4219))
|
||
|
- Minor bug fixes and UI improvements
|
||
|
|
||
|
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.18.2.2...v0.18.3.1), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.18.3.1).
|
||
|
|
||
|
# Contributors for this Release
|
||
|
|
||
|
This release was the direct result of 10 people who worked, largely unpaid and altruistically, to put out 60 commits containing 605 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are:
|
||
|
|
||
|
- luigi1111
|
||
|
- tobtoht
|
||
|
- j-berman
|
||
|
- Botspot
|
||
|
- plowsof
|
||
|
- Dvd-Znf
|
||
|
- web3d3v
|
||
|
- BigmenPixel0
|
||
|
- selsta
|
||
|
- SChernykh
|
||
|
|
||
|
# 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.18.3.1.zip)
|
||
|
- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.3.1.exe)
|
||
|
- [macOS, Intel](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.3.1.dmg)
|
||
|
- [macOS, ARM](https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.3.1.dmg)
|
||
|
- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.3.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.18.3.1.zip, f263ce5863fd87ea959f79420e28ef0002649fa02bd57ae34efda926bdcf1a70
|
||
|
monero-gui-install-win-x64-v0.18.3.1.exe, 792271147ad71a2eaa02fc37d61d72cd92f2f9857dcc09ea032f48481f87e279
|
||
|
monero-gui-mac-x64-v0.18.3.1.dmg, 8ae53f0908f9bc03452f23d5092bf1eb1d2ad9f1224580486b486cf0a2020401
|
||
|
monero-gui-mac-armv8-v0.18.3.1.dmg, b0c8d07f8d8ade49d08419b196ddb9f691717ef05cae066e220db707e4dfedc4
|
||
|
monero-gui-linux-x64-v0.18.3.1.tar.bz2, 06f6e600db51205116d52522964cf9b96337d7b5cb1e101730ccb0039b30e15b
|
||
|
```
|
||
|
|
||
|
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).
|