update release notes

This commit is contained in:
ThomasV 2015-02-25 11:23:03 +01:00
parent 1e39231344
commit 6c30efd8be
1 changed files with 9 additions and 7 deletions

View File

@ -15,7 +15,7 @@
and use a gap limit of 20. and use a gap limit of 20.
* Support for Multisig wallets using parallel BIP32 derivations and * Support for Multisig wallets using parallel BIP32 derivations and
P2SH addresses (2 of 2, 2 of 3). P2SH addresses ("2 of 2", "2 of 3").
* Compact serialization format for unsigned or partially signed * Compact serialization format for unsigned or partially signed
transactions, that includes the BIP32 master public key and transactions, that includes the BIP32 master public key and
@ -27,7 +27,7 @@
- In the GUI, payment requests are shown in the 'Invoices' tab. - In the GUI, payment requests are shown in the 'Invoices' tab.
* Two-factor authentication plugin using TrustedCoin's cosigning * Two-factor authentication plugin using TrustedCoin's cosigning
service. It uses 2 of 3 multisig wallets and Google service. It uses "2 of 3" multisig wallets and Google
Authenticator. These wallets can be deterministically restored from Authenticator. These wallets can be deterministically restored from
seed without Trustedcoin's server. seed without Trustedcoin's server.
@ -49,12 +49,14 @@
* The 'Send' tab in the Qt GUI supports transactions with multiple * The 'Send' tab in the Qt GUI supports transactions with multiple
outputs, and raw hexadecimal scripts. outputs, and raw hexadecimal scripts.
* The GUI can use the daemon: "electrum -d". The daemon can serve * The GUI can connect to the Electrum daemon: "electrum -d" will
several clients. It times out if no client uses if for more than 5 start the daemon if it is not already running, and the GUI will
minutes. connect to it. The daemon can serve several clients. It times out
if no client uses if for more than 5 minutes.
* More watching-only functionality: Create wallets to monitor any * The install wizard can be used to import addresses or private
address of choice by entering a list of addresses in the install wizard keys. A watching-only wallet is created by entering a list of
addresses in the wizard dialog.
* New file format: Wallets files are saved as JSON. Note that new * New file format: Wallets files are saved as JSON. Note that new
wallet files cannot be read by older versions of Electrum. Old wallet files cannot be read by older versions of Electrum. Old