trelease notes for 1.7 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 5dc46f058f1b87646247b08395f6252263956d5d DIR parent 4a0c70dafae4c62cb3b9541d7443ac2359fc7320 HTML Author: ThomasV <thomasv@gitorious> Date: Fri, 15 Feb 2013 17:11:25 +0100 release notes for 1.7 Diffstat: M RELEASE-NOTES | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,4 +1,19 @@ -# Release 1.6.2 (Not released) +# Release 1.7 + +* Synchronization waits until transactions have 2 confirmations before +creating new addresses. This makes recovery from seed more robust, but +it might create unwanted gaps if you use Electrum 1.7 together with +older versions of Electrum. + +* The Wall has been replaced by an interactive Python console. Wallet +and Blockchain functions can be accessed through it. The goal is to +let users extend Electrum through custom scripts. + +* New menu item to display the private key corresponding to a +receiving address. + + +# Release 1.6.2 == Classic GUI * Added new version notification