update 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 * (Feature) Ultimate fallback to HTTP port 80 if TCP doesn't work on any server
7 * (Bug) Under rare circumstances changing password with incorrect password could damage wallet
8
9 == Lite GUI
10 * (Chore) Use blockchain.info for exchange rate data 
11 * (Feature) added currency conversion for BRL, CNY, RUB
12 * (Feature) Saraha theme
13 * (Feature) csv import/export for transactions including labels 
14
15 == Classic GUI
16 * (Chore) pruning servers now called "p", full servers "f" to avoid confusion with terms
17 * (Feature) Debits in history shown in red
18 * (Feature) csv import/export for transactions including labels 
19
20 # Release 1.5.8 (02-01-2013)
21
22 == Core
23 * (Bug) Fix pending address balance on received coins for pruning servers 
24 * (Bug) Fix history command line option to show output again (regression by SPV)
25 * (Chore) Add timeout to blockchain headers file download by HTTP
26 * (Feature) new option: -L, --language: default language used in GUI. 
27
28 == Lite GUI
29 * (Bug) Sending to auto-completed contacts works again
30 * (Chore) Added version number to title bar
31
32 == Classic GUI
33 * (Feature) Language selector in options.
34
35 # Release 1.5.7 (18-12-2012)
36
37 == Core
38 * The blockchain headers file is no longer included in the packages, it is downloaded on startup.
39 * 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
40
41 == Lite GUI
42 * (Feature) Added the ability to export your transactions to a CSV file.
43 * (Feature) Added a label dialog after sending a transaction.
44 * (Feature) Reworked receiving addresses; instead of a random selection from one of your receiving addresses a new widget will show listing unused addresses.
45 * (Chore)   Removed server selection. With all the new server options a simple menu item does not suffice anymore.
46