trelease notes for 2.0.4 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 08f63a7f14263c44ad893ad3c2377c478f99108c DIR parent c0e60ec93d1ba800c6d04685fe0016b33fe3a9f9 HTML Author: ThomasV <thomasv@gitorious> Date: Thu, 26 Mar 2015 09:26:25 +0100 release notes for 2.0.4 Diffstat: M RELEASE-NOTES | 17 +++++++++++++++++ M lib/version.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,3 +1,20 @@ +# Release 2.0.4 - Minor GUI improvements + * The password dialog will ask for password again if the user enters + a wrong password + * The Master Public Key dialog displays which keys belong to the + wallet, and which are cosigners + * The transaction dialog will ask to save unsaved transaction + received from cosigner pool, when user clicks on 'Close' + * The multisig restore dialog accepts xprv keys. + * The network daemon must be started explicitly before using commands + that require a connection + Example: + electrum daemon start + electrum getaddressunspent <addr> + electrum daemon status + electrum daemon stop + If a daemon is running, the GUI will use it. + # Release 2.0.3 - bugfixes and minor GUI improvements * Do not use daemon threads (fix #960) * Add a zoom button to receive tab DIR diff --git a/lib/version.py b/lib/version.py t@@ -1,4 +1,4 @@ -ELECTRUM_VERSION = "2.0.3" # version of the client package +ELECTRUM_VERSION = "2.0.4" # version of the client package PROTOCOL_VERSION = '0.9' # protocol version requested NEW_SEED_VERSION = 11 # electrum versions >= 2.0 OLD_SEED_VERSION = 4 # electrum versions < 2.0