From 70b9ea2639cfe71973907a39d3e80007696092cd Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Thu, 22 Feb 2024 10:44:55 +0100 Subject: [PATCH] prepare release 4.5.3 --- RELEASE-NOTES | 26 ++++++++++++++++++++++++++ electrum/version.py | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 97b02fc2b..ec389ff62 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,29 @@ +# Release 4.5.3 (February 23, 2024) + * General: + - changed: label tx sizes as "vbytes", and feerates as "sat/vbyte" (#8864) + - fix: wizard regression not able to use HWW as cosigner for new wallets (643fbec) + - fix: onchain invoice paid detection broken if jsonpatch enabled (#8842) + - fix: program not starting because of bad "proxy" config value (#8837) + - fix: wizard: don't log sensitive values: replace blacklist with whitelist (638fdf11) + * Qt Desktop GUI: + - new: basic "add server as bookmark" functionality (#8865) + - fix: potential race condition in wizard page construction (c78a90a) + - fix: don't use lightning invoice when user specifies MAX amount (#8900) + - various UI fixes (#8874, 2882c4b, #8889, 66af6e6) + * QML GUI (Android): + - fix potential concurrency issue loading wallet (#8355) + - fix: wizard: fails to restore from 2fa seed: KeyError: 'x1' (#8861) + - various UI fixes (50a53aa, 0a6b2d5, #8782, 6738e1e, c0b8927, 016e500, #8898) + * Hardware wallets: + - Trezor: + - new: support SLIP-19 ownership proofs, for trezor-based Standard_Wallets (#8871) + - fix: regression in sign_transaction for trezor one for multisig (#8813) + * CLI/RPC: + - changed: nicer error messages and error-passing (#8888) + * Lightning: + - fix: timing issue in lnpeer.reestablish_channel, for replaying unacked updates (79d88dcb) + + # Release 4.5.2 (January 20, 2024) * Qt Desktop GUI: - fix crash during startup/wizard-open (#8833) diff --git a/electrum/version.py b/electrum/version.py index f37cc9d14..95aa55aa3 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.5.2' # version of the client package -APK_VERSION = '4.5.2.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.5.3' # version of the client package +APK_VERSION = '4.5.3.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested