Skip to content

Commit 37c9230

Browse files
selstanahuhh
authored andcommitted
blog: add cli v0.18.4.6 and gui v0.18.4.7 release notes
1 parent 5bede85 commit 37c9230

2 files changed

Lines changed: 144 additions & 0 deletions

File tree

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
layout: post
3+
title: "Monero 0.18.4.6 'Fluorine Fermi' released"
4+
summary: Release containing bug fixes.
5+
tags: [releases]
6+
author: selsta
7+
image: /blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png
8+
---
9+
10+
<div align="center">
11+
<img src="{{ page.image }}" width="350px">
12+
</div>
13+
14+
# Overview
15+
16+
This is the v0.18.4.6 release of the Monero software. This release contains bug fixes.
17+
18+
Some highlights of this release are:
19+
20+
- Daemon: fix bug in peer list filter (#[10317](https://github.com/monero-project/monero/pull/10317))
21+
- Daemon: p2p connection bug fixes (#[10298](https://github.com/monero-project/monero/pull/10298))
22+
- Multisig: fix key exchange failure in `monero-gen-trusted-multisig` (#[10284](https://github.com/monero-project/monero/pull/10284))
23+
- Minor bug fixes and improvements
24+
25+
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.18.4.5...v0.18.4.6), along with [the source code](https://github.com/monero-project/monero/tree/v0.18.4.6).
26+
27+
# Contributors for this Release
28+
29+
This release was the direct result of 7 people who worked to put out 16 commits containing 197 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:
30+
31+
- tobtoht
32+
- selsta
33+
- binaryFate
34+
- vtnerd
35+
- woodser
36+
- 0xFFFC0000
37+
- j-berman
38+
39+
# Download
40+
41+
The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads/#cli) or from the direct links below.
42+
43+
- [Windows, 64-bit](https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.6.zip)
44+
- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.6.zip)
45+
- [macOS, Intel](https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.4.6.tar.bz2)
46+
- [macOS, ARM](https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.4.6.tar.bz2)
47+
- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.6.tar.bz2)
48+
- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.4.6.tar.bz2)
49+
- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.4.6.tar.bz2)
50+
- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.4.6.tar.bz2)
51+
- [Linux, riscv64](https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.4.6.tar.bz2)
52+
- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.4.6.tar.bz2)
53+
- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.4.6.tar.bz2)
54+
- [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.4.6.tar.bz2)
55+
56+
# Hashes
57+
58+
If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:
59+
60+
```
61+
monero-win-x64-v0.18.4.6.zip, 566601fde2c0c4684a7e99e5274100edea3c73ef3ca9de72d32ccd1c64fdea47
62+
monero-win-x86-v0.18.4.6.zip, f164ef30f29ae80ece7b529edbe3c74694174b7f4204967dcc7ef5a855928308
63+
monero-mac-x64-v0.18.4.6.tar.bz2, 1e07c0b672faa2664cc3708de44bab4083a320838dbf7c5582e31e7196bc1c78
64+
monero-mac-armv8-v0.18.4.6.tar.bz2, c71f526012211eb83d7200cc072c3e4ddff637786a9d2ee267165abdd6aea541
65+
monero-linux-x64-v0.18.4.6.tar.bz2, 60cfc32d39c6fe6c19b23513d02017fe9055d2e412ee4cbc30fa40ba811fe052
66+
monero-linux-x86-v0.18.4.6.tar.bz2, 6b33c1f1ff0b5fd5bba6a87f204a464c575e3a230805582fe16db5247e2ff28c
67+
monero-linux-armv8-v0.18.4.6.tar.bz2, d38c9ef8ee1a5d2de32f67d2f46c767c0c5cc3bb23ba7e3dfa9cbb19ceb2c84c
68+
monero-linux-armv7-v0.18.4.6.tar.bz2, c4dbec17d1f25ef52f9a4832b8ba80b8818c8ed9adb786fa193ed38a019b1817
69+
monero-linux-riscv64-v0.18.4.6.tar.bz2 3ff6f636d875f5cc8a0e6972d8cca4204d1564f2c8ce60c295fa95439711868e
70+
monero-android-armv8-v0.18.4.6.tar.bz2, 0fe77f999e5eb2d2961d062fb82909dc51c210384106f96c06059b4d572ad158
71+
monero-android-armv7-v0.18.4.6.tar.bz2, e67c07dd2a4b2cb0150b125426d7f33c2c1680784de70b381ea099953353d30b
72+
monero-freebsd-x64-v0.18.4.6.tar.bz2, 0ac63ad6a027da8de7ba33bed5a3ccbd7c8dd02027625fc315a8db48b327d849
73+
```
74+
75+
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.
76+
77+
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).
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
layout: post
3+
title: "Monero GUI 0.18.4.7 'Fluorine Fermi' released"
4+
summary: Release containing bug fixes.
5+
tags: [releases]
6+
author: selsta
7+
image: /blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png
8+
---
9+
10+
<div align="center">
11+
<img src="{{ page.image }}" width="350px">
12+
</div>
13+
14+
# Overview
15+
16+
This is the v0.18.4.7 release of the Monero GUI software. This release contains bug fixes.
17+
18+
[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2026/03/04/monero-0.18.4.6-released.html)
19+
20+
Some highlights of this release are:
21+
22+
- Fix GUI getting stuck during exit on macOS (#[4558](https://github.com/monero-project/monero-gui/pull/4558))
23+
- Fix lack of focus during password dialog (#[4549](https://github.com/monero-project/monero-gui/pull/4549))
24+
- Set password for temporary wallet during wizard wallet creation (#[4556](https://github.com/monero-project/monero-gui/pull/4556), #[4571](https://github.com/monero-project/monero-gui/pull/4571))
25+
- Improve blockchain size estimate accuracy (#[4552](https://github.com/monero-project/monero-gui/pull/4552))
26+
- Update Qt to 5.15.18 (#[4565](https://github.com/monero-project/monero-gui/pull/4565))
27+
- Update p2pool to v4.14 (#[4570](https://github.com/monero-project/monero-gui/pull/4570))
28+
- Minor bug fixes
29+
30+
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero-gui/compare/v0.18.4.5...v0.18.4.7), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.18.4.7).
31+
32+
# Contributors for this Release
33+
34+
This release was the direct result of 4 people who worked to put out 29 commits containing 163 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:
35+
36+
- tobtoht
37+
- selsta
38+
- SChernykh
39+
- luigi1111
40+
41+
# Download
42+
43+
The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads/#gui) or from the direct links below.
44+
45+
- [Windows, 64-bit](https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.4.7.zip)
46+
- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.4.7.exe)
47+
- [macOS, Intel](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.4.7.dmg)
48+
- [macOS, ARM](https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.4.7.dmg)
49+
- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.4.7.tar.bz2)
50+
51+
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).
52+
53+
# Download Hashes
54+
55+
If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:
56+
57+
```
58+
monero-gui-win-x64-v0.18.4.7.zip, b06dde8291aa03c4ac89efe19568c22eba2854af18a39163ed6d4a1fb88f1a20
59+
monero-gui-install-win-x64-v0.18.4.7.exe, adf679471c5a619a6e1f484672c883de097ba55caecaf85a6b040d7190d38576
60+
monero-gui-mac-x64-v0.18.4.7.dmg, 23a09caf2430f1e2b4809bd52ca2477de6acbe8db45890942975e757fb8096db
61+
monero-gui-mac-armv8-v0.18.4.7.dmg, 5685e948ea070c4a7b9450a576da00b4037168b2f0645aa27437fa6d2e609095
62+
monero-gui-linux-x64-v0.18.4.7.tar.bz2, 4573defcf21b0daeea0e9c7213540012c7d1186e829daf991fa8edfc5033dc08
63+
```
64+
65+
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.
66+
67+
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).

0 commit comments

Comments
 (0)