From ef536493ee4c1799aff7252666e1071363315165 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 29 May 2024 14:47:57 +0000 Subject: [PATCH] update release notes for version 4.5.5 --- RELEASE-NOTES | 28 ++++++++++++++++++++++++++++ electrum/version.py | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c8a18b49e..b2d2a91f7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,31 @@ +# Release 4.5.5 (May 30, 2024) + * General: + - fix: timeout error shadowed by aiorpcx cancellation bug (#8954) + - changed: Fiat exchange rates: do not overwrite the locally saved historical + data. Instead, merge old and new data (a2fb70d6). This also ~fixes the + CoinGecko historical API by only asking for the last 365 days. + - update: support latest revision of SLIP-39 mnemonic spec (to restore) (#9059) + * Lightning: + - new: unify max fee bounds for payments, make it configurable (#9041) + - changed: trampoline fees: instead of hardcoded list, use + exponential search, capped by configurable budget (#9033) + - fix: opening new channels with peer that has .onion address (#9002) + * Dependencies: + - remove bitstring (#9020) + * QML GUI (Android): + - new: add tx options to ConfirmTxDialog, RbfBumpFeeDialog (#8909) + - various UI fixes (#9018, 472a65eb) + * Qt Desktop GUI: + - fix: save notes whenever modified (#8951) + - fix: offline 2fa wallet creation failing in some cases (#9037) + - various UI fixes (#8962, #8874, #9012, 1047200a, #9058) + * Hardware wallets: + - Bitbox02: fix: call pairing dialog when necessary (#8971) + - Jade: update: bump library to 1.0.29 (#9007) + * Binaries: + - new: add AppArmor profiles for tarball and AppImage (#9003) + + # Release 4.5.4 (March 14, 2024) * General: - fix: failing WalletDB upgrade(58) in 4.5.3 (#8913), for wallets with diff --git a/electrum/version.py b/electrum/version.py index b6e429a14..4ba739142 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.5.4' # version of the client package -APK_VERSION = '4.5.4.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.5.5' # version of the client package +APK_VERSION = '4.5.5.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested