]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blob - changelog.md
Update changelog.md
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / changelog.md
1 # 0.3.8
2
3 * Add p2wpkh for litecoin
4 * Add more networks - TSTRAT, Hush, ETC, PIRL, CLO, MIX, MUSIC, POA, EXP
5 * Add coinomi/ledger client to BIP32 tab
6 * Fix SYSCOIN and BTX parameters
7 * Remove bip39-standalone.html from repository
8 * Remove duplicate id properties on html elements
9
10 # 0.3.7
11
12 * Update AXE network parameters
13 * Add new networks - Xuez, BTCP, BTCZ, ZCL, ZEN
14 * Add litecoin bech32 params
15 * Fix BIP38 for altcoins
16 * Fix missing span closing tag
17 * Add indicator to UI for when BIP84 is unavailable
18 * Replace hasSegwit variable with test for segwit params
19 * Allow xpub to be used as root key for segwit derivations
20 * Add visual privacy safeguard
21
22 # 0.3.6
23
24 * Add Kobocoin
25 * Update Vertcoin version byte and segwit support
26 * Add Zcash
27 * Korean mnemonics use ascii spaces
28 * Add CashAddr address format for bitcoin cash
29
30 # 0.3.5
31
32 * Fix typo
33 * Add Neblio network
34 * Update bitcoinjs-lib from 3.3.0 to 3.3.2
35 * Add Beetle Coin
36 * Add segwit for bitcoin testnet and Fujicoin
37 * Set coin number for Bitcoin God to 156
38 * Add coins supported by coinomi
39 * Warn when generating low entropy mnemonics
40 * Warn when overriding weak entropy with a strong mnemonic length
41
42 # 0.3.4
43
44 * Add BlackCoin
45 * Add Denarius
46 * Raw entropy shows groupings with space every 11 bits
47 * Checksum shown in entropy details
48 * Warn that entropy values should exclude checksum
49 * Add Korean language
50
51 # 0.3.3
52
53 * Add AXE network
54 * Ethereum private key generation bugfix
55 * Add BIP38 support
56 * Allow initial number of rows to be set by the user
57
58 # 0.3.2
59
60 * Add Onixcoin
61 * Add Komodo
62 * BIP84 tab for derivation path
63 * CSV tab for derived addresses
64
65 # 0.3.1
66
67 * Populate entropy field with hex value used from PRNG
68 * Show list of word indexes
69 * Fix typos
70 * Update jquery from 2.1.1 to 3.2.1
71 * Update bootstrap from 3.2.0 to 3.3.7
72 * Move application-specific css into own file
73 * QR codes with accents work correctly by replacing jquery.qrcode with kjua
74
75 # 0.3.0
76
77 * Update bitcoinjs from 3.1.1 to 3.3.0
78 * Litecoin defaults to ltub instead of xpub
79 * Segwit option removed from bip32 tab
80 * BIP141 tab added for full segwit compatibility
81
82 # 0.2.9
83
84 * Update links from old site to new site
85 * Add Monacoin
86 * Add Bitcoin Gold
87 * Port test suite to selenium
88 * Allow more rows to be generated starting from a custom index
89
90 # 0.2.8
91
92 * Enable segwit for Litecoin
93 * BitPay-style addresses for Bitcoin Cash
94 * Use new xpub/xprv prefixes for Segwit BIP49
95 * Add nubits network
96
97 # 0.2.7
98
99 * Add Fujicoin
100 * List alternative tools
101 * Remove unused translations and library
102
103 # 0.2.6
104
105 * Detect and warn when entropy is filtered / discarded
106 * Reword entropy text to indicate using a single source only
107 * Add BIP49 to More Info section
108 * Update compile script to work across python 2 and 3
109 * QR Codes use correctLevel 3 instead of 2
110 * Source map removed from zxcvbn
111 * Tidy up code with consistent use of commas and semicolons
112
113 # 0.2.5
114
115 * Rename variables for clarity between BIP49 and P2WPKH Nested In P2SH
116 * Fix bug for validation of root key when using non-bitcoin networks
117 * Add option to use P2WPKH Nested In P2SH addresses on BIP32 tab
118
119 # 0.2.4
120
121 * Show error when using xpub with hardened addresses
122 * Allow switching litecoin prefixes between xprv and Ltpv
123
124 # 0.2.3
125
126 * Add maza coin
127
128 # 0.2.2
129
130 * Improve showing feedback for pending calculations
131 * Bugfix: Clear old seed when mnemonic is changed
132 * Add PIVX network
133
134 # 0.2.1
135
136 * BTC is the default coin
137 * Add myriadcoin
138 * Add Bitcon Cash
139
140 # 0.2.0
141
142 * BitcoinJS library upgrded to v3.1.1
143 * Tab order is alphabetical
144 * BIP44 'purpose' and 'coin' fields are readonly
145 * Refactor method to clear old data from the display
146 * BIP49 support
147 * Release process is documented
148
149 # 0.1.2
150
151 * Add Crown network
152 * Network names are displayed with currency code
153
154 # 0.1.1
155
156 * Add DASH Testnet
157 * Change entropy Strength to Time To Crack
158
159 # 0.1.0 2017-06-14
160
161 * Add changelog
162 * Display version number in top right
163 * Add hex prefix to ethereum keys