Browse Source

bump version number. initial release notes for version 4.1.0

patch-4
ThomasV 4 years ago
parent
commit
5ec1f7b398
  1. 16
      RELEASE-NOTES
  2. 4
      electrum/version.py

16
RELEASE-NOTES

@ -1,3 +1,19 @@
# Release 4.1.0 - (not released yet; release notes are a draft)
* The wallet creation wizard will no longer ask for seed type,
and create segwit wallets. Older seed types can still be
created wit the command line.
* Lightning:
- support multi-part-payment
- support trampoline routing (enabled by default)
- channel backups can be recovered from seed (enabled by default)
- submarine swaps are available on kivy/android.
- support upfront_shutdown_script
* GUI: invoices (both incoming and outgoing) are automatically
removed from the list once they are paid. Invoice details can
still be accessed from the transaction history.
* Android: if possible, use the same password for all wallets
# Release 4.0.9 - (Dec 18, 2020)
* fixes a regression introduced in 4.0.8, that prevents from
paying BIP70 invoices (#6859)

4
electrum/version.py

@ -1,5 +1,5 @@
ELECTRUM_VERSION = '4.0.9' # version of the client package
APK_VERSION = '4.0.9.0' # read by buildozer.spec
ELECTRUM_VERSION = '4.1.0' # version of the client package
APK_VERSION = '4.1.0.0' # read by buildozer.spec
PROTOCOL_VERSION = '1.4' # protocol version requested

Loading…
Cancel
Save