Updated release notes
[electrum-nvc.git] / RELEASE-NOTES
1 # Release 1.6.1 (10-01-2013)
2 == Core
3 * (Feature) Restore from MPK (actually added in 1.6.0)
4 * (Chore) Rewrote seed dialog to be more clear
5 * (Chore) Added button to the classic GUI to switch to lite GUI, also added the same button to the Lite GUI to keep it consistent.
6
7 == Classic GUI
8 * (Feature) Added request amount in other currencies to POS.
9
10 == Lite GUI
11 * (Chore) Removed receiving button in favor of menu item to keep it consistant with the history toggle.
12
13 # Release 1.6.0 (07-01-2013)
14
15 == Core
16 * (Feature) Add support for importing, signing and verifiying compressed keys
17 * (Feature) Auto reconnect to random server on disconnect
18 * (Feature) Ultimate fallback to HTTP port 80 if TCP doesn't work on any server
19 * (Bug) Under rare circumstances changing password with incorrect password could damage wallet
20
21 == Lite GUI
22 * (Chore) Use blockchain.info for exchange rate data 
23 * (Feature) added currency conversion for BRL, CNY, RUB
24 * (Feature) Saraha theme
25 * (Feature) csv import/export for transactions including labels 
26
27 == Classic GUI
28 * (Chore) pruning servers now called "p", full servers "f" to avoid confusion with terms
29 * (Feature) Debits in history shown in red
30 * (Feature) csv import/export for transactions including labels 
31
32 # Release 1.5.8 (02-01-2013)
33
34 == Core
35 * (Bug) Fix pending address balance on received coins for pruning servers 
36 * (Bug) Fix history command line option to show output again (regression by SPV)
37 * (Chore) Add timeout to blockchain headers file download by HTTP
38 * (Feature) new option: -L, --language: default language used in GUI. 
39
40 == Lite GUI
41 * (Bug) Sending to auto-completed contacts works again
42 * (Chore) Added version number to title bar
43
44 == Classic GUI
45 * (Feature) Language selector in options.
46
47 # Release 1.5.7 (18-12-2012)
48
49 == Core
50 * The blockchain headers file is no longer included in the packages, it is downloaded on startup.
51 * 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
52
53 == Lite GUI
54 * (Feature) Added the ability to export your transactions to a CSV file.
55 * (Feature) Added a label dialog after sending a transaction.
56 * (Feature) Reworked receiving addresses; instead of a random selection from one of your receiving addresses a new widget will show listing unused addresses.
57 * (Chore)   Removed server selection. With all the new server options a simple menu item does not suffice anymore.
58