1
0

prepare release 4.5.7

This commit is contained in:
SomberNight
2024-10-20 15:31:52 +00:00
parent 93f2e8a3ad
commit 8ec250e527
2 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,17 @@
# Release 4.5.7 (Oct 21, 2024)
* General:
- new: add new historical exchange rate providers: Bitfinex and Bitstamp
- fix: wizard regression: 2fa wallet setup erroring (#9253)
- fix: python 3.13 compat: could not connect to some self-signed electrum
servers with weird TLS certs. As workaround, set pre-3.13 behaviour (#9258)
* Lightning:
- fix: send update_fee right away after channel_reestablish (3a465593)
This fixes a race that can result in a force-closure if we try sending
a payment very soon after reestablishing the channel.
* Qt Desktop GUI:
- fix: show fee warnings also in the transaction dialog (c4fe2796)
# Release 4.5.6 (Oct 16, 2024)
* General:
- new: add support for testnet4 (#9197)

View File

@@ -1,4 +1,4 @@
ELECTRUM_VERSION = '4.5.6' # version of the client package
ELECTRUM_VERSION = '4.5.7' # version of the client package
PROTOCOL_VERSION = '1.4' # protocol version requested