Draft release notes for 1.6.0
[electrum-nvc.git] / RELEASE-NOTES
1 # Release 1.6.0 (07-01-2013)
2
3 == Core
4 * (Feature) Add support for importing, signing and verifiying compressed keys
5 * (Feature) Auto reconnect to random server on disconnect
6 * (Feautre) Ultimate fallback to HTTP port 80 if TCP doesn't work on any server
7
8 == Lite GUI
9 * (Chore) Use blockchain.info for exchange rate data 
10 * (Feature) added currency conversion for BRL, CNY, RUB
11 * (Feature) Saraha theme
12 * (Feature) csv import/export for transactions including labels 
13
14 == Classic GUI
15 * (Chore) pruning servers now called "p", full servers "f" to avoid confusion with terms
16 * (Feature) Debits in history shown in red
17 * (Feature) csv import/export for transactions including labels 
18
19 # Release 1.5.8 (02-01-2013)
20
21 == Core
22 * (Bug) Fix pending address balance on received coins for pruning servers 
23 * (Bug) Fix history command line option to show output again (regression by SPV)
24 * (Chore) Add timeout to blockchain headers file download by HTTP
25 * (Feature) new option: -L, --language: default language used in GUI. 
26
27 == Lite GUI
28 * (Bug) Sending to auto-completed contacts works again
29 * (Chore) Added version number to title bar
30
31 == Classic GUI
32 * (Feature) Language selector in options.
33
34 # Release 1.5.7 (18-12-2012)
35
36 == Core
37 * The blockchain headers file is no longer included in the packages, it is downloaded on startup.
38 * New command line option: -P or --portable, for portable wallets. With this flag, all preferences are saved to the wallet file, and the blockchain headers file is in the same directory as the wallet
39
40 == Lite GUI
41 * (Feature) Added the ability to export your transactions to a CSV file.
42 * (Feature) Added a label dialog after sending a transaction.
43 * (Feature) Reworked receiving addresses; instead of a random selection from one of your receiving addresses a new widget will show listing unused addresses.
44 * (Chore)   Removed server selection. With all the new server options a simple menu item does not suffice anymore.
45