trelease notes for 2.7 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit db7467ef4ef99896b9baa71eb227dcbfe5f07097 DIR parent 2cf479525043203675815341ea3fca8b83d210f4 HTML Author: ThomasV <thomasv@electrum.org> Date: Tue, 31 May 2016 20:53:15 +0200 release notes for 2.7 Diffstat: M RELEASE-NOTES | 9 +++++++++ M lib/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,3 +1,12 @@ +# Release 2.7.0 + * Dynamic fees are enabled by default + * Support for Replace-By-Fee transactions + * Use confirmation times targets for dynamic fees + * Qt GUI: + - A fee slider is available in the in send tab + - The Address tab is hidden by default + - UTXOs are displayed in the Address tab + # Release 2.6.4 (bugfixes) * fix coinchooser bug (#1703) * fix daemon JSONRPC (#1731) DIR diff --git a/lib/version.py b/lib/version.py t@@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '2.6.4' # version of the client package +ELECTRUM_VERSION = '2.7.0' # version of the client package PROTOCOL_VERSION = '0.10' # protocol version requested NEW_SEED_VERSION = 11 # electrum versions >= 2.0 OLD_SEED_VERSION = 4 # electrum versions < 2.0