Skip to content

Commit

Permalink
update release notes for version 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SomberNight committed May 31, 2023
1 parent 22919bc commit bd5a786
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion RELEASE-NOTES
@@ -1,8 +1,19 @@
# Release 4.4.4 (May 31, 2023)
* QML GUI:
- fix creating multisig wallets involving BIP39 seeds (#8432)
- fix "cannot scroll to open a lightning channel" (#8446)
- wizard: "confirm seed" screen to normalize whitespaces (#8442)
- fix assert on address details screen (#8420)
* Qt GUI:
- better handle some expected errors in SwapDialog (#8430)
* libsecp256k1: bump bundled version to 0.3.2 (10574bb1)


# Release 4.4.3 (May 11, 2023)
* Intentionally break multisig wallets that have heterogeneous master
keys. Versions 4.4.0 to 4.4.2 of Electrum for Android did not check
that master keys used the same script type. This may have resulted
in the creation of multisig wallets that that cannot be spent from
in the creation of multisig wallets that cannot be spent from
with any existing version of Electrum. It is not sure whether any
users are affected by this; if there are any, we will publish
instructions on how to spend those coins (#8417, #8418).
Expand Down
4 changes: 2 additions & 2 deletions electrum/version.py
@@ -1,5 +1,5 @@
ELECTRUM_VERSION = '4.4.3' # version of the client package
APK_VERSION = '4.4.3.0' # read by buildozer.spec
ELECTRUM_VERSION = '4.4.4' # version of the client package
APK_VERSION = '4.4.4.0' # read by buildozer.spec

PROTOCOL_VERSION = '1.4' # protocol version requested

Expand Down

0 comments on commit bd5a786

Please sign in to comment.