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