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