update release notes

This commit is contained in:
ThomasV 2017-03-07 08:04:32 +01:00
parent 5eda662e1d
commit 2eeea3199a

View file

@ -1,12 +1,21 @@
# Release 2.8.0 # Release 2.8.0 (March 7, 2017)
* Asymmetric wallet file encryption: A keypair is derived from the * Wallet file encryption: A keypair is derived from the wallet
wallet password. Once the wallet is decrypted, only the public key password. Once the wallet is decrypted, only the public key is
is retained in memory, in order to write the encrypted file. retained in memory, in order to save the encrypted file.
* Segregated Witness support (testnet only). * The daemon requires wallets to be explicitly loaded before
* Child Pays For Parent (CPFP) dialog in the GUI. commands can use them. Wallets can be loaded using: 'electrum
* Plugin for Digital Bitbox hardware. daemon load_wallet [-w path]'. This command will require a
* The GUI uses a blue icon when connected using a proxy. password if the wallet is encrypted.
* Invoices and contacts are stored in the wallet file and are no
longer shared between wallets. Previously created invoices and
contacts files may be imported from the menu.
* Fees improvements:
- Dynamic fees are enabled by default.
- Child Pays For Parent (CPFP) dialog in the GUI.
- RBF is automatically proposed for low fee transactions.
* Support for Segregated Witness (testnet only).
* Support for Digital Bitbox hardware wallet.
* The GUI shows a blue icon when connected using a proxy.
# Release 2.7.18 # Release 2.7.18
* enforce https on exchange rate APIs * enforce https on exchange rate APIs