]>
Commit | Line | Data |
---|---|---|
1 | # 0.3.2 | |
2 | ||
3 | * Add Onixcoin | |
4 | * Add Komodo | |
5 | * BIP84 tab for derivation path | |
6 | * CSV tab for derived addresses | |
7 | ||
8 | # 0.3.1 | |
9 | ||
10 | * Populate entropy field with hex value used from PRNG | |
11 | * Show list of word indexes | |
12 | * Fix typos | |
13 | * Update jquery from 2.1.1 to 3.2.1 | |
14 | * Update bootstrap from 3.2.0 to 3.3.7 | |
15 | * Move application-specific css into own file | |
16 | * QR codes with accents work correctly by replacing jquery.qrcode with kjua | |
17 | ||
18 | # 0.3.0 | |
19 | ||
20 | * Update bitcoinjs from 3.1.1 to 3.3.0 | |
21 | * Litecoin defaults to ltub instead of xpub | |
22 | * Segwit option removed from bip32 tab | |
23 | * BIP141 tab added for full segwit compatibility | |
24 | ||
25 | # 0.2.9 | |
26 | ||
27 | * Update links from old site to new site | |
28 | * Add Monacoin | |
29 | * Add Bitcoin Gold | |
30 | * Port test suite to selenium | |
31 | * Allow more rows to be generated starting from a custom index | |
32 | ||
33 | # 0.2.8 | |
34 | ||
35 | * Enable segwit for Litecoin | |
36 | * BitPay-style addresses for Bitcoin Cash | |
37 | * Use new xpub/xprv prefixes for Segwit BIP49 | |
38 | * Add nubits network | |
39 | ||
40 | # 0.2.7 | |
41 | ||
42 | * Add Fujicoin | |
43 | * List alternative tools | |
44 | * Remove unused translations and library | |
45 | ||
46 | # 0.2.6 | |
47 | ||
48 | * Detect and warn when entropy is filtered / discarded | |
49 | * Reword entropy text to indicate using a single source only | |
50 | * Add BIP49 to More Info section | |
51 | * Update compile script to work across python 2 and 3 | |
52 | * QR Codes use correctLevel 3 instead of 2 | |
53 | * Source map removed from zxcvbn | |
54 | * Tidy up code with consistent use of commas and semicolons | |
55 | ||
56 | # 0.2.5 | |
57 | ||
58 | * Rename variables for clarity between BIP49 and P2WPKH Nested In P2SH | |
59 | * Fix bug for validation of root key when using non-bitcoin networks | |
60 | * Add option to use P2WPKH Nested In P2SH addresses on BIP32 tab | |
61 | ||
62 | # 0.2.4 | |
63 | ||
64 | * Show error when using xpub with hardened addresses | |
65 | * Allow switching litecoin prefixes between xprv and Ltpv | |
66 | ||
67 | # 0.2.3 | |
68 | ||
69 | * Add maza coin | |
70 | ||
71 | # 0.2.2 | |
72 | ||
73 | * Improve showing feedback for pending calculations | |
74 | * Bugfix: Clear old seed when mnemonic is changed | |
75 | * Add PIVX network | |
76 | ||
77 | # 0.2.1 | |
78 | ||
79 | * BTC is the default coin | |
80 | * Add myriadcoin | |
81 | * Add Bitcon Cash | |
82 | ||
83 | # 0.2.0 | |
84 | ||
85 | * BitcoinJS library upgrded to v3.1.1 | |
86 | * Tab order is alphabetical | |
87 | * BIP44 'purpose' and 'coin' fields are readonly | |
88 | * Refactor method to clear old data from the display | |
89 | * BIP49 support | |
90 | * Release process is documented | |
91 | ||
92 | # 0.1.2 | |
93 | ||
94 | * Add Crown network | |
95 | * Network names are displayed with currency code | |
96 | ||
97 | # 0.1.1 | |
98 | ||
99 | * Add DASH Testnet | |
100 | * Change entropy Strength to Time To Crack | |
101 | ||
102 | # 0.1.0 2017-06-14 | |
103 | ||
104 | * Add changelog | |
105 | * Display version number in top right | |
106 | * Add hex prefix to ethereum keys |