1.9.1: bug fixes
[electrum-nvc.git] / RELEASE-NOTES
1 # Release 1.9.1
2 * fix regression with --offline mode
3 * fix regression with --portable mode: use a dedicated directory
4
5 # Release 1.9
6
7 * The client connects to multiple servers in order to retrieve block headers and find the longest chain
8 * SSL certificate validation (to prevent MITM)
9 * Deterministic signatures (RFC 6979)
10 * Menu to create/restore/open wallets
11 * Create transactions with multiple outputs from CSV (comma separated values)
12 * New text gui: stdio
13 * Plugins are no longer tied to the qt GUI, they can reach all GUIs
14 * Proxy bugs have been fixed
15
16
17 # Release 1.8.1
18
19 * Notification option when receiving new tranactions 
20 * Confirm dialogue before sending large amounts 
21 * Alternative datafile location for non-windows systems
22 * Fix offline wallet creation
23 * Remove enforced tx fee
24 * Tray icon improvements
25 * Various bugfixes 
26
27
28 # Release 1.8
29
30 * Menubar in classic gui
31 * Updated the QR Code plugin to enable offline/online wallets to transmit unsigned/signed transactions via QR code.
32 * Fixed bug where never-confirmed transactions prevented further spending
33
34
35 # Release 1.7.4
36
37 * Increase default fee
38 * fix create and restore in command line
39 * fix verify message in the gui
40
41
42 # Release 1.7.3:
43
44 * Classic GUI can display amounts in mBTC
45 * Account selector in the classic GUI
46 * Changed the way the portable flag uses without supplying a -w argument
47 * Classic GUI asks users to enter their seed on wallet creation
48
49
50 # Release 1.7.2:  
51
52 * Transactions that are in the same block are displayed in chronological order in the history.
53 * The client computes transaction priority and rejects zero-fee transactions that need a fee.
54 * The default fee was lowered to 200 uBTC per kb.
55 * Due to an internal format change, your history may be pruned when
56   you open your wallet for the first time after upgrading to 1.7.2. If
57   this is the case, please visit a full server to restore your full
58   history. You will only need to do that once.
59
60
61 # Release 1.7.1:  bugfixes.
62
63
64 # Release 1.7
65
66 * The Classic GUI can be extended with plugins. Developers who want to
67 add new features or third-party services to Electrum are invited to
68 write plugins. Some previously existing and non-essential features of
69 Electrum (point-of-sale mode, qrcode scanner) were removed from the
70 core and are now available as plugins.
71
72 * The wallet waits for 2 confirmations before creating new
73 addresses. This makes recovery from seed more robust. Note that it
74 might create unwanted gaps if you use Electrum 1.7 together with older
75 versions of Electrum.
76
77 * An interactive Python console replaces the 'Wall' tab. The provided
78 python environment gives users access to the wallet and gui. Most
79 electrum commands are available as python function in the
80 console. Custom scripts an be loaded with a "run(filename)"
81 command. Tab-completions are available.
82
83 * The location of the Electrum folder in Windows changed from
84 LOCALAPPDATA to APPDATA. Discussion on this topic can be found here:
85 https://bitcointalk.org/index.php?topic=144575.0
86
87 * Private keys can be exported from within the classic GUI:
88   For a single address, use the address menu (right-click).
89   To export the keys of your entire wallet, use the settings dialog (import/export tab).
90
91 * It is possible to create, sign and redeem multisig transaction using the 
92 command line interface.  This is made possible by the following new commands:
93     dumpprivkey, listunspent, createmultisig, createrawtransaction, decoderawtransaction, signrawtransaction
94 The syntax of these commands is similar to their bitcoind counterpart. 
95 For an example, see Gavin's tutorial: https://gist.github.com/gavinandresen/3966071
96
97 * Offline wallets now work in a way similar to Armory: 
98   1. user creates an unsigned transaction using the online (watching-only) wallet.
99   2. unsigned transaction is copied to the offline computer, and signed by the offline wallet.
100   3. signed transaction is copied to the online computer, broadcasted by the online client.
101   4. All these steps can be done via the command line interface or the classic GUI. 
102
103 * Many command line commands have been renamed in order to make the syntax consistent with bitcoind.
104
105 # Release 1.6.2
106
107 == Classic GUI
108 * Added new version notification
109
110 # Release 1.6.1 (11-01-2013)
111
112 == Core
113 * It is now possible to restore a wallet from MPK (this will create a watching-only wallet)
114 * A switch button allows to easily switch between Lite and Classic GUI.
115
116 == Classic GUI
117 * Seed and MPK help dialogs were rewritten
118 * Point of Sale: requested amounts can be expressed in other currencies and are converted to bitcoin.
119
120 == Lite GUI
121 * The receiving button was removed in favor of a menu item to keep it consistent with the history toggle.
122
123 # Release 1.6.0 (07-01-2013)
124
125 == Core
126 * (Feature) Add support for importing, signing and verifiying compressed keys
127 * (Feature) Auto reconnect to random server on disconnect
128 * (Feature) Ultimate fallback to HTTP port 80 if TCP doesn't work on any server
129 * (Bug) Under rare circumstances changing password with incorrect password could damage wallet
130
131 == Lite GUI
132 * (Chore) Use blockchain.info for exchange rate data 
133 * (Feature) added currency conversion for BRL, CNY, RUB
134 * (Feature) Saraha theme
135 * (Feature) csv import/export for transactions including labels 
136
137 == Classic GUI
138 * (Chore) pruning servers now called "p", full servers "f" to avoid confusion with terms
139 * (Feature) Debits in history shown in red
140 * (Feature) csv import/export for transactions including labels 
141
142 # Release 1.5.8 (02-01-2013)
143
144 == Core
145 * (Bug) Fix pending address balance on received coins for pruning servers 
146 * (Bug) Fix history command line option to show output again (regression by SPV)
147 * (Chore) Add timeout to blockchain headers file download by HTTP
148 * (Feature) new option: -L, --language: default language used in GUI. 
149
150 == Lite GUI
151 * (Bug) Sending to auto-completed contacts works again
152 * (Chore) Added version number to title bar
153
154 == Classic GUI
155 * (Feature) Language selector in options.
156
157 # Release 1.5.7 (18-12-2012)
158
159 == Core
160 * The blockchain headers file is no longer included in the packages, it is downloaded on startup.
161 * 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
162
163 == Lite GUI
164 * (Feature) Added the ability to export your transactions to a CSV file.
165 * (Feature) Added a label dialog after sending a transaction.
166 * (Feature) Reworked receiving addresses; instead of a random selection from one of your receiving addresses a new widget will show listing unused addresses.
167 * (Chore)   Removed server selection. With all the new server options a simple menu item does not suffice anymore.
168