SomberNight
4 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
2 changed files with
16 additions and
2 deletions
-
RELEASE-NOTES
-
electrum/version.py
|
|
@ -1,3 +1,17 @@ |
|
|
|
# Release 4.1.5 - (July 19, 2021) |
|
|
|
* Builds/binaries: |
|
|
|
- macOS: the .dmg binary should now be reproducible |
|
|
|
* Kivy/Android: fix paying bip70 invoices (regression) (90579ccf) |
|
|
|
* fix: payment requests not saved if process is killed (6a049d99) |
|
|
|
* Lightning: improve payment success when using trampoline (3a7f5373) |
|
|
|
* add support for signet test network (#7282) |
|
|
|
* Qt GUI: |
|
|
|
- allow restoring from SLIP39 seeds (#6917) |
|
|
|
- rework QR code scanning on Windows and macOS (#7365) |
|
|
|
- support smaller window sizes, decrease minimums (#7385) |
|
|
|
* GUIs: add "funded or unused" filter option to Addresses tab (#5823) |
|
|
|
|
|
|
|
|
|
|
|
# Release 4.1.4 - (June 17, 2021) |
|
|
|
* Kivy/Android: fix a regression where a non-LN wallet |
|
|
|
could not open the settings (c49d6995) |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
ELECTRUM_VERSION = '4.1.4' # version of the client package |
|
|
|
APK_VERSION = '4.1.4.0' # read by buildozer.spec |
|
|
|
ELECTRUM_VERSION = '4.1.5' # version of the client package |
|
|
|
APK_VERSION = '4.1.5.0' # read by buildozer.spec |
|
|
|
|
|
|
|
PROTOCOL_VERSION = '1.4' # protocol version requested |
|
|
|
|
|
|
|