From 42aa903898aded6207462e52d424fd64209cd547 Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 19 Sep 2022 17:14:29 +0200 Subject: [PATCH] blog: add v0.18.1.1 release notes --- _posts/2022-09-19-monero-0.18.1.1-released.md | 76 +++++++++++++++++++ ...2022-09-19-monero-GUI-0.18.1.1-released.md | 68 +++++++++++++++++ 2 files changed, 144 insertions(+) create mode 100644 _posts/2022-09-19-monero-0.18.1.1-released.md create mode 100644 _posts/2022-09-19-monero-GUI-0.18.1.1-released.md diff --git a/_posts/2022-09-19-monero-0.18.1.1-released.md b/_posts/2022-09-19-monero-0.18.1.1-released.md new file mode 100644 index 00000000..3952924c --- /dev/null +++ b/_posts/2022-09-19-monero-0.18.1.1-released.md @@ -0,0 +1,76 @@ +--- +layout: post +title: "Monero 0.18.1.1 'Fluorine Fermi' released" +summary: Release containing bugfixes related to output import/export and multisig seed restore. +tags: [releases] +author: selsta +image: /blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png +--- + +
+ +
+ +# Overview + +This is the v0.18.1.1 release of the Monero software. This release has bugfixes related to output import/export and multisig seed restore. + +Some highlights of this release are: + +- Wallet: fix unicode file path support on Windows (#[8548](https://github.com/monero-project/monero/pull/8548)) +- Wallet: fix multisig seed restore (#[8545](https://github.com/monero-project/monero/pull/8545)) +- Wallet: fixes to output import/export, allow exporting in chunks (#[8555](https://github.com/monero-project/monero/pull/8555)) +- Wallet: skip bootstrap nodes that are lower than last checkpoint (#[8552](https://github.com/monero-project/monero/pull/8552)) +- Wallet: check wallet compatibility with daemon's hard fork version (#[8544](https://github.com/monero-project/monero/pull/8544)) +- Minor bug fixes and improvements + +The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.18.1.0...v0.18.1.1), along with [the source code](https://github.com/monero-project/monero/tree/v0.18.1.1). + +# Contributors for this Release + +This release was the direct result of 6 people who worked, largely unpaid and altruistically, to put out 25 commits containing 802 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are: + +- selsta +- sethforprivacy +- moneromooo +- j-berman +- tobtoht +- luigi1111 + +# Download + +The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads/#cli) or from the direct links below. + +- [Windows, 64-bit](https://downloads.getmonero.org/cli/monero-win-x64-v0.18.1.1.zip) +- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.18.1.1.zip) +- [macOS, Intel](https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.1.1.tar.bz2) +- [macOS, ARM](https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.1.1.tar.bz2) +- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.1.1.tar.bz2) +- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.1.1.tar.bz2) +- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.1.1.tar.bz2) +- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.1.1.tar.bz2) +- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.1.1.tar.bz2) +- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.1.1.tar.bz2) +- [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.1.1.tar.bz2) + +# Hashes + +If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes: + +``` +monero-win-x64-v0.18.1.1.zip, 14eb0d7111b478a0adcde2254dabb8612a8f0b21f0dc3d5d673d851fd7039094 +monero-win-x86-v0.18.1.1.zip, bae1688502882cdfc293cff55460b38a1906ce41416628c6d9b6a38120de6fb4 +monero-mac-x64-v0.18.1.1.tar.bz2, 60fc466655ab4d1ae32b471c25c8c0160304f97499f2424e7514ca61c7c08991 +monero-mac-armv8-v0.18.1.1.tar.bz2, 3c806061ed56a8b84b134d918f9c6bc101e3dd67d321e6cbbecfd2acc297b50f +monero-linux-x64-v0.18.1.1.tar.bz2, 937dfcc48d91748dd2e8f58714dfc45d17a0959dff33fc7385bbe06344ff2c16 +monero-linux-x86-v0.18.1.1.tar.bz2, 43fe3a76f1fa13d1ac57095d4e32fe2b31bf20dde67ba1de7335a7c0fcdd03b1 +monero-linux-armv8-v0.18.1.1.tar.bz2, e9b7e1dd0e70309d52be66240a43bddadc64eac1ed3a5aad17cfa1609ea424c1 +monero-linux-armv7-v0.18.1.1.tar.bz2, c8cbf9cdfb89f1b2c5f6599ceb715ece69bd99f9ce669953d6768d7c7aa6963b +monero-android-armv8-v0.18.1.1.tar.bz2, e521a881e146530b4c2af35153e49c755cb31139c06bfa62e3f5b0dd91cc9602 +monero-android-armv7-v0.18.1.1.tar.bz2, 696db3a95d541569375c3dab331bbd08e8c6acd30cb1c74f2ebae8c377cba6fd +monero-freebsd-x64-v0.18.1.1.tar.bz2, 5372efd08180485ce24cd69d036365b43d1c2f4bd2b506d5e51c5795cffd6d26 +``` + +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). diff --git a/_posts/2022-09-19-monero-GUI-0.18.1.1-released.md b/_posts/2022-09-19-monero-GUI-0.18.1.1-released.md new file mode 100644 index 00000000..0719f336 --- /dev/null +++ b/_posts/2022-09-19-monero-GUI-0.18.1.1-released.md @@ -0,0 +1,68 @@ +--- +layout: post +title: "Monero GUI 0.18.1.1 'Fluorine Fermi' released" +summary: Release containing improvements to simple mode. +tags: [releases] +author: selsta +image: /blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png +--- + +
+ +
+ +# Overview + +This is the v0.18.1.1 release of the Monero GUI software. This release adds improvements to simple mode. + +[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2022/09/19/monero-0.18.1.1-released.html) + +Some highlights of this release are: + +- Skip nodes that are behind last checkpoint in Simple Mode +- Warn when connecting to an outdated node +- Update Qt to 5.15.6 on Windows and Linux (#[4025](https://github.com/monero-project/monero-gui/pull/4025)) +- Allow to use Windows Installer on ARM64 systems (#[4026](https://github.com/monero-project/monero-gui/pull/4026)) +- Update translations (#[4031](https://github.com/monero-project/monero-gui/pull/4031)) +- 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.1.0...v0.18.1.1), along with [the source code](https://github.com/monero-project/monero-gui/tree/v0.18.1.1). + +# Contributors for this Release + +This release was the direct result of 24 people who worked, largely unpaid and altruistically, to put out 16 commits containing 6549 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 +- tobtoht +- netrik182 + +A special thanks to translators + +castorp, foresle, 12, W4ikiky, juanda-097, Miguel Medina, John Lee, vaa red, MahtiAnkka, Jiri, Tony Nguyen, Tabula Rasa, Lafudoci, cryptoouob, awdfffr, v1docq47, tedtei, ZeoZ, Kareem, ZeoZ + +# 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.1.1.zip) +- [Windows, 64-bit (Installer)](https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.1.1.exe) +- [macOS, 64-bit](https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.1.1.dmg) +- [Linux, 64-bit](https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.1.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.1.1.zip, 4efb0009e97c3a4d97139f3a4ba9b149e5707695569bc60b465a943741a64aa0 +monero-gui-install-win-x64-v0.18.1.1.exe, bf1261059ad0086cc3fd5cdaa47afef12508a70d4eae144e1e40ca36e047551c +monero-gui-mac-x64-v0.18.1.1.dmg, ed2a74739e2a01185712af5f898a3341f09d58195e22f03a6e4630e8e1e17fc0 +monero-gui-linux-x64-v0.18.1.1.tar.bz2, 2dedc03de5c3d77aaf9be2ea19786c603db1f9596e4b38beeef4b7eb0acd473c +``` + +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).