The syntax of these commands is similar to their bitcoind counterpart.
The syntax of these commands is similar to their bitcoind counterpart.
For an example, see Gavin's tutorial: https://gist.github.com/gavinandresen/3966071
For an example, see Gavin's tutorial: https://gist.github.com/gavinandresen/3966071
* Offline wallets now work in a way similar to Armory:
* Offline wallets now work in a way similar to Armory:
1. user creates an unsigned transaction using the online (watching-only) wallet.
1. user creates an unsigned transaction using the online (watching-only) wallet.
2. unsigned transaction is copied to the offline computer, and signed by the offline wallet.
2. unsigned transaction is copied to the offline computer, and signed by the offline wallet.
3. signed transaction is copied to the online computer, broadcasted by the online client.
3. signed transaction is copied to the online computer, broadcasted by the online client.
4. All these steps can be done via the command line interface or the classic GUI.
4. All these steps can be done via the command line interface or the classic GUI.
* Many command line commands have been renamed in order to make the syntax consistent with bitcoind.
* Many command line commands have been renamed in order to make the syntax consistent with bitcoind.
@ -383,23 +383,23 @@ For an example, see Gavin's tutorial: https://gist.github.com/gavinandresen/3966
* (Bug) Under rare circumstances changing password with incorrect password could damage wallet
* (Bug) Under rare circumstances changing password with incorrect password could damage wallet
== Lite GUI
== Lite GUI
* (Chore) Use blockchain.info for exchange rate data
* (Chore) Use blockchain.info for exchange rate data
* (Feature) added currency conversion for BRL, CNY, RUB
* (Feature) added currency conversion for BRL, CNY, RUB
* (Feature) Saraha theme
* (Feature) Saraha theme
* (Feature) csv import/export for transactions including labels
* (Feature) csv import/export for transactions including labels
== Classic GUI
== Classic GUI
* (Chore) pruning servers now called "p", full servers "f" to avoid confusion with terms
* (Chore) pruning servers now called "p", full servers "f" to avoid confusion with terms
* (Feature) Debits in history shown in red
* (Feature) Debits in history shown in red
* (Feature) csv import/export for transactions including labels
* (Feature) csv import/export for transactions including labels
# Release 1.5.8 (02-01-2013)
# Release 1.5.8 (02-01-2013)
== Core
== Core
* (Bug) Fix pending address balance on received coins for pruning servers
* (Bug) Fix pending address balance on received coins for pruning servers
* (Bug) Fix history command line option to show output again (regression by SPV)
* (Bug) Fix history command line option to show output again (regression by SPV)
* (Chore) Add timeout to blockchain headers file download by HTTP
* (Chore) Add timeout to blockchain headers file download by HTTP
* (Feature) new option: -L, --language: default language used in GUI.
* (Feature) new option: -L, --language: default language used in GUI.
== Lite GUI
== Lite GUI
* (Bug) Sending to auto-completed contacts works again
* (Bug) Sending to auto-completed contacts works again
@ -419,4 +419,3 @@ For an example, see Gavin's tutorial: https://gist.github.com/gavinandresen/3966
* (Feature) Added a label dialog after sending a transaction.
* (Feature) Added a label dialog after sending a transaction.
* (Feature) Reworked receiving addresses; instead of a random selection from one of your receiving addresses a new widget will show listing unused addresses.
* (Feature) Reworked receiving addresses; instead of a random selection from one of your receiving addresses a new widget will show listing unused addresses.
* (Chore) Removed server selection. With all the new server options a simple menu item does not suffice anymore.
* (Chore) Removed server selection. With all the new server options a simple menu item does not suffice anymore.