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