Skip to content

Commit 80c40b9

Browse files
selstanahuhh
authored andcommitted
blog: add cli v0.18.4.6 and gui v0.18.4.7 release notes
blog: remove liquid tags
1 parent 314257a commit 80c40b9

4 files changed

Lines changed: 137 additions & 5 deletions

src/content/blog/2026-01-07-monero-0.18.4.5-released.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
title: "Monero 0.18.4.5 'Fluorine Fermi' released"
43
summary: Release that fixes a bug with Ledger hardware wallet.
54
tags: [releases]
@@ -36,7 +35,7 @@ This release was the direct result of 7 people who worked to put out 16 commits
3635

3736
# Download
3837

39-
The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads/#cli) or from the direct links below.
38+
The new binaries can be downloaded from the [Downloads page](/downloads/#cli) or from the direct links below.
4039

4140
- [Windows, 64-bit](https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.5.zip)
4241
- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.5.zip)
@@ -70,6 +69,6 @@ monero-android-armv7-v0.18.4.5.tar.bz2, 3cd6611c5c33ae4c10e52698826560bbb17e00cf
7069
monero-freebsd-x64-v0.18.4.5.tar.bz2, a2e924a2293e1d0c192f6e50748dcbcbb58dd9d5ad2b6733ffccefad37c556cf
7170
```
7271

73-
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.
72+
A GPG-signed list of the hashes is at [https://www.getmonero.org/downloads/hashes.txt](/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.
7473

75-
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).
74+
Two guides are available to guide you through the verification process: [Verify binaries on Windows (beginner)](/resources/user-guides/verification-windows-beginner.html) and [Verify binaries on Linux, Mac, or Windows command line (advanced)](/resources/user-guides/verification-allos-advanced.html).

src/content/blog/2026-01-07-monero-GUI-0.18.4.5-released.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
layout: post
32
title: "Monero GUI 0.18.4.5 'Fluorine Fermi' released"
43
summary: Release that fixes a bug with Ledger hardware wallet.
54
tags: [releases]
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: "Monero 0.18.4.6 'Fluorine Fermi' released"
3+
summary: Release containing bug fixes.
4+
tags: [releases]
5+
author: selsta
6+
image: ./assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png
7+
---
8+
9+
# Overview
10+
11+
This is the v0.18.4.6 release of the Monero software. This release contains bug fixes.
12+
13+
Some highlights of this release are:
14+
15+
- Daemon: fix bug in peer list filter (#[10317](https://github.com/monero-project/monero/pull/10317))
16+
- Daemon: p2p connection bug fixes (#[10298](https://github.com/monero-project/monero/pull/10298))
17+
- Multisig: fix key exchange failure in `monero-gen-trusted-multisig` (#[10284](https://github.com/monero-project/monero/pull/10284))
18+
- Minor bug fixes and improvements
19+
20+
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).
21+
22+
# Contributors for this Release
23+
24+
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:
25+
26+
- tobtoht
27+
- selsta
28+
- binaryFate
29+
- vtnerd
30+
- woodser
31+
- 0xFFFC0000
32+
- j-berman
33+
34+
# Download
35+
36+
The new binaries can be downloaded from the [Downloads page](/downloads/#cli) or from the direct links below.
37+
38+
- [Windows, 64-bit](https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.6.zip)
39+
- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.6.zip)
40+
- [macOS, Intel](https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.4.6.tar.bz2)
41+
- [macOS, ARM](https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.4.6.tar.bz2)
42+
- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.6.tar.bz2)
43+
- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.4.6.tar.bz2)
44+
- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.4.6.tar.bz2)
45+
- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.4.6.tar.bz2)
46+
- [Linux, riscv64](https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.4.6.tar.bz2)
47+
- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.4.6.tar.bz2)
48+
- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.4.6.tar.bz2)
49+
- [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.4.6.tar.bz2)
50+
51+
# Hashes
52+
53+
If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:
54+
55+
```
56+
monero-win-x64-v0.18.4.6.zip, 566601fde2c0c4684a7e99e5274100edea3c73ef3ca9de72d32ccd1c64fdea47
57+
monero-win-x86-v0.18.4.6.zip, f164ef30f29ae80ece7b529edbe3c74694174b7f4204967dcc7ef5a855928308
58+
monero-mac-x64-v0.18.4.6.tar.bz2, 1e07c0b672faa2664cc3708de44bab4083a320838dbf7c5582e31e7196bc1c78
59+
monero-mac-armv8-v0.18.4.6.tar.bz2, c71f526012211eb83d7200cc072c3e4ddff637786a9d2ee267165abdd6aea541
60+
monero-linux-x64-v0.18.4.6.tar.bz2, 60cfc32d39c6fe6c19b23513d02017fe9055d2e412ee4cbc30fa40ba811fe052
61+
monero-linux-x86-v0.18.4.6.tar.bz2, 6b33c1f1ff0b5fd5bba6a87f204a464c575e3a230805582fe16db5247e2ff28c
62+
monero-linux-armv8-v0.18.4.6.tar.bz2, d38c9ef8ee1a5d2de32f67d2f46c767c0c5cc3bb23ba7e3dfa9cbb19ceb2c84c
63+
monero-linux-armv7-v0.18.4.6.tar.bz2, c4dbec17d1f25ef52f9a4832b8ba80b8818c8ed9adb786fa193ed38a019b1817
64+
monero-linux-riscv64-v0.18.4.6.tar.bz2 3ff6f636d875f5cc8a0e6972d8cca4204d1564f2c8ce60c295fa95439711868e
65+
monero-android-armv8-v0.18.4.6.tar.bz2, 0fe77f999e5eb2d2961d062fb82909dc51c210384106f96c06059b4d572ad158
66+
monero-android-armv7-v0.18.4.6.tar.bz2, e67c07dd2a4b2cb0150b125426d7f33c2c1680784de70b381ea099953353d30b
67+
monero-freebsd-x64-v0.18.4.6.tar.bz2, 0ac63ad6a027da8de7ba33bed5a3ccbd7c8dd02027625fc315a8db48b327d849
68+
```
69+
70+
A GPG-signed list of the hashes is at [https://www.getmonero.org/downloads/hashes.txt](/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.
71+
72+
Two guides are available to guide you through the verification process: [Verify binaries on Windows (beginner)](/resources/user-guides/verification-windows-beginner.html) and [Verify binaries on Linux, Mac, or Windows command line (advanced)](/resources/user-guides/verification-allos-advanced.html).
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: "Monero GUI 0.18.4.7 'Fluorine Fermi' released"
3+
summary: Release containing bug fixes.
4+
tags: [releases]
5+
author: selsta
6+
image: ./assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png
7+
---
8+
9+
# Overview
10+
11+
This is the v0.18.4.7 release of the Monero GUI software. This release contains bug fixes.
12+
13+
[The latest CLI release notes can be found on the precedent blog post](/blog/2026/03/04/monero-0.18.4.6-released/)
14+
15+
Some highlights of this release are:
16+
17+
- Fix GUI getting stuck during exit on macOS (#[4558](https://github.com/monero-project/monero-gui/pull/4558))
18+
- Fix lack of focus during password dialog (#[4549](https://github.com/monero-project/monero-gui/pull/4549))
19+
- 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))
20+
- Improve blockchain size estimate accuracy (#[4552](https://github.com/monero-project/monero-gui/pull/4552))
21+
- Update Qt to 5.15.18 (#[4565](https://github.com/monero-project/monero-gui/pull/4565))
22+
- Update p2pool to v4.14 (#[4570](https://github.com/monero-project/monero-gui/pull/4570))
23+
- Minor bug fixes
24+
25+
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).
26+
27+
# Contributors for this Release
28+
29+
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:
30+
31+
- tobtoht
32+
- selsta
33+
- SChernykh
34+
- luigi1111
35+
36+
# Download
37+
38+
The new binaries can be downloaded from the [Downloads page](/downloads/#gui) or from the direct links below.
39+
40+
- [Windows, 64-bit](https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.4.7.zip)
41+
- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.4.7.exe)
42+
- [macOS, Intel](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.4.7.dmg)
43+
- [macOS, ARM](https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.4.7.dmg)
44+
- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.4.7.tar.bz2)
45+
46+
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).
47+
48+
# Download Hashes
49+
50+
If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:
51+
52+
```
53+
monero-gui-win-x64-v0.18.4.7.zip, b06dde8291aa03c4ac89efe19568c22eba2854af18a39163ed6d4a1fb88f1a20
54+
monero-gui-install-win-x64-v0.18.4.7.exe, adf679471c5a619a6e1f484672c883de097ba55caecaf85a6b040d7190d38576
55+
monero-gui-mac-x64-v0.18.4.7.dmg, 23a09caf2430f1e2b4809bd52ca2477de6acbe8db45890942975e757fb8096db
56+
monero-gui-mac-armv8-v0.18.4.7.dmg, 5685e948ea070c4a7b9450a576da00b4037168b2f0645aa27437fa6d2e609095
57+
monero-gui-linux-x64-v0.18.4.7.tar.bz2, 4573defcf21b0daeea0e9c7213540012c7d1186e829daf991fa8edfc5033dc08
58+
```
59+
60+
A GPG-signed list of the hashes is at [https://www.getmonero.org/downloads/hashes.txt](/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.
61+
62+
Two guides are available to guide you through the verification process: [Verify binaries on Windows (beginner)](/resources/user-guides/verification-windows-beginner.html) and [Verify binaries on Linux, Mac, or Windows command line (advanced)](/resources/user-guides/verification-allos-advanced.html).

0 commit comments

Comments
 (0)