Browse Source

update release notes for version 4.5.7

master
SomberNight 1 year ago
parent
commit
eded892c77
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 14
      RELEASE-NOTES
  2. 2
      electrum/version.py

14
RELEASE-NOTES

@ -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)

2
electrum/version.py

@ -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

Loading…
Cancel
Save