From e28d8bc0e80bc04b3a87246f25b336fc5de715ad Mon Sep 17 00:00:00 2001 From: Calin Culianu Date: Tue, 30 Apr 2024 21:12:07 +0300 Subject: [PATCH] Bumped version to 4.4.1 and updated RELEASE-NOTES --- RELEASE-NOTES | 12 ++++++++++++ electroncash/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c05fc397ba8d..0d40ab648693 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1436,3 +1436,15 @@ and there is no warning message. - Update transaction.py to accept both capitalizations of locktime #2782 (The00Dustin) - Bump gh-action-pip-audit #2795 (Jonas Lundqvist) - Bump python dependencies #2796 (Jonas Lundqvist) + +# RELEASE NOTES 4.4.1 + +- Use native architecture when building on macos #2804 (The00Dustin) +- build: Update PyOpenSSL to version 24.1.0 #2815 (Axel Gembe) +- build: Fix AppImage reproducibility by using rusts trim-paths #2816 (Axel Gembe) +- build: remove deprecated apt-key for winehq key #2820 (Axel Gembe) +- Don't allow a server sending us a dict as "params" to crash network thread (cculianu) +- portable: bugfix where it was deleting the user directory + more #2833 (Axel Gembe) +- Add optional support for more advanced "Console" tab, enabled with -C when running from source (cculianu) +- Add colon and help text to QR reader setting label #2838 (Axel Gembe) +- Fix for macOS ARM segfault crash in darkdetect when running from source (cculianu, The00Dustin) diff --git a/electroncash/version.py b/electroncash/version.py index 7c53dcc650a0..f4310bea97d2 100644 --- a/electroncash/version.py +++ b/electroncash/version.py @@ -1,4 +1,4 @@ -PACKAGE_VERSION = '4.4.0' # version of the client package +PACKAGE_VERSION = '4.4.1' # version of the client package PROTOCOL_VERSION = '1.4' # protocol version requested # The hash of the Electrum mnemonic seed must begin with this