SomberNight
4 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
2 changed files with
17 additions and
2 deletions
-
RELEASE-NOTES
-
electrum/version.py
|
|
@ -1,3 +1,18 @@ |
|
|
|
# Release 4.0.5 - (Nov 18, 2020) |
|
|
|
* Fix .dmg binary hanging on recently released macOS 11 Big Sur (#6461) |
|
|
|
* Lightning: |
|
|
|
- bugfix: during LN channel opening, if the client crashed at the |
|
|
|
wrong moment, the channel might not get fully persisted to disk, |
|
|
|
and would need manual console-tinkering to recover (#6656) |
|
|
|
- Lightning is enabled by default. Electrum will not connect to |
|
|
|
the Lightning Network until the user opens a channel. (#6639) |
|
|
|
- smarter node recommendation (to open channels with) (#6705) |
|
|
|
* user interface: some minor changes that aim to improve usability |
|
|
|
* Ledger: |
|
|
|
- fix enumerating devices with new bitcoin app (1.5.1) (b78cbcff) |
|
|
|
- fix compat with HW.1 (200f547a) |
|
|
|
* A few other minor bugfixes. |
|
|
|
|
|
|
|
# Release 4.0.4 - (Oct 15, 2020) |
|
|
|
* PSBT: fix regression in 4.0.3 where UTXO data was not included in |
|
|
|
QR codes (#6600) |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
ELECTRUM_VERSION = '4.0.4' # version of the client package |
|
|
|
APK_VERSION = '4.0.4.0' # read by buildozer.spec |
|
|
|
ELECTRUM_VERSION = '4.0.5' # version of the client package |
|
|
|
APK_VERSION = '4.0.5.0' # read by buildozer.spec |
|
|
|
|
|
|
|
PROTOCOL_VERSION = '1.4' # protocol version requested |
|
|
|
|
|
|
|