Browse Source

version 2.7.5, release notes

283 2.7.5
ThomasV 9 years ago
parent
commit
c4c2203caa
  1. 8
      RELEASE-NOTES
  2. 2
      lib/version.py

8
RELEASE-NOTES

@ -1,3 +1,11 @@
# Release 2.7.5
* Add number of confirmations to request status. (issue #1757)
* In the GUI, refer to passphrase as 'seed extension'.
* Fix bug with utf8 encoded passphrases.
* Kivy wizard: add a dialog for seed options.
* Kivy wizard: add current word to suggestions, because some users
don't see the space key.
# Release 2.7.4 # Release 2.7.4
* Fix private key import in wizard * Fix private key import in wizard
* Fix Ledger display (issue #1961) * Fix Ledger display (issue #1961)

2
lib/version.py

@ -1,4 +1,4 @@
ELECTRUM_VERSION = '2.7.4' # version of the client package ELECTRUM_VERSION = '2.7.5' # version of the client package
PROTOCOL_VERSION = '0.10' # protocol version requested PROTOCOL_VERSION = '0.10' # protocol version requested
OLD_SEED_VERSION = 4 # electrum versions < 2.0 OLD_SEED_VERSION = 4 # electrum versions < 2.0

Loading…
Cancel
Save