forked from etotheipi/BitcoinArmory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.txt
60 lines (45 loc) · 2.41 KB
/
versions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#-------------------------------------------------------------------------------
# https://github.com/etotheipi/BitcoinArmory/blob/master/versions.txt
# Maintain this file in the repo so that Armory can always find info
# about the latest version. This is a good way to document progress,
# anyway...
#-------------------------------------------------------------------------------
VERSION 0.82.1
Logging system implemented
- The datadir will now have armorylog.txt which contains everything
that is normally written to the console. This makes it much easier,
especially for Windows users, to report bugs/crashes.
#-------------------------------------------------------------------------------
VERSION 0.82
URI Creator
- Right click on an address in your address book, or press "Create
Clickable Link" when you get a new address. Use this to email
payment requests to others, or post payment information on webpages.
Minimize-to-system-tray
- The file menu now has a "Minimize" option, and you can set it to
minimize-by-default when you click the "x" on the top window bar.
New "MAX" button
- New button for each recipient in the send-bitcoins window. Given
the values already entered for other recipients and the transaction
fee, it will compute the max spendable balance for this recipient
and insert it into the "Amount" field. Makes
Specify Change Address (Expert Mode Only!)
- The send-bitcoins window now has options in the bottom-left corner
to specify how you want change outputs to be constructed. Either
recycle change into existing addresses, or specify an address.
The
#-------------------------------------------------------------------------------
VERSION 0.81
Export Transactions Window
- Export your transaction history in *.csv format. You can select
which wallets to export, sort order, and date format.
Options/Preferences Dialog
- Set your default transaction fee, date formats, usermode, and
system tray notifications!
Major bug fix (spend zero-conf change)
- If Armory needed to use zero-confirmation outputs to construct
your transaction, it would crash. This has been fixed.
Major bug fix (address importing)
- There was an incompatibility between old address importing code
and the new blockchain engine. All import/sweep operations should
work as expected now