]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blob - changelog.md
Merge pull request #352 from PavlosTze/bsv-rpd-monkey-arya
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / changelog.md
1 # 0.3.12
2
3 * Fix typos
4 * Fix DigiByte signing message
5 * Add DeepOnion network
6 * Add EOS network
7 * Add LTC testnetwork
8 * Add DOGE testnetwork
9 * Add Stellar network
10 * Add TWINS network
11 * Add FIX network
12
13 # 0.3.11
14
15 * Add NIX network
16 * Fix coin parameters for NMC, XMY, CLAM, ONX, LKR
17 * Add DEXON network
18 * Add Nebulas network
19 * Add LSP network
20 * Fix Crown network address format
21 * Add Ellaism network
22 * Add Etheresocial network
23 * Add Bolivarcoin network
24 * Force spellcheck and autocomplete to be off
25
26 # 0.3.10
27
28 * Add Phore network
29 * Add Blocknode network
30 * Add Ravencoin network
31 * Add Safecoin network
32 * Add LitecoinZ network
33 * Add LKRcoin network
34 * Update Peercoin scripthash parameter
35 * Add Blockstamp network
36 * Remove old info regarding use of private keys
37
38 # 0.3.9
39
40 * Update BTG signing message
41 * Add segwit parameters for BTG
42 * Add segwit parameters for DigiByte
43 * Add Stash network (see 0.3.8s below)
44 * Add Salus network
45 * Add Cryptoescudo network
46 * Add ExchangeCoin network
47 * Add Artax network
48 * Add BitCloud network
49 * Add Megacoin network
50 * Add Bitcoin Green network
51 * Add ANON network
52 * Add ProjectCoin network
53 * Reword the 'generate' inputs and words
54 * Add note for running http server in python 2
55 * Adjust test to run reliably on slow computers
56
57 # 0.3.8s
58
59 * Add Stash network
60
61 # 0.3.8
62
63 * Add p2wpkh for litecoin
64 * Add more networks - TSTRAT, Hush, ETC, PIRL, CLO, MIX, MUSIC, POA, EXP
65 * Add coinomi/ledger client to BIP32 tab
66 * Fix SYSCOIN and BTX parameters
67 * Remove bip39-standalone.html from repository
68 * Remove duplicate id properties on html elements
69
70 # 0.3.7
71
72 * Update AXE network parameters
73 * Add new networks - Xuez, BTCP, BTCZ, ZCL, ZEN
74 * Add litecoin bech32 params
75 * Fix BIP38 for altcoins
76 * Fix missing span closing tag
77 * Add indicator to UI for when BIP84 is unavailable
78 * Replace hasSegwit variable with test for segwit params
79 * Allow xpub to be used as root key for segwit derivations
80 * Add visual privacy safeguard
81
82 # 0.3.6
83
84 * Add Kobocoin
85 * Update Vertcoin version byte and segwit support
86 * Add Zcash
87 * Korean mnemonics use ascii spaces
88 * Add CashAddr address format for bitcoin cash
89
90 # 0.3.5
91
92 * Fix typo
93 * Add Neblio network
94 * Update bitcoinjs-lib from 3.3.0 to 3.3.2
95 * Add Beetle Coin
96 * Add segwit for bitcoin testnet and Fujicoin
97 * Set coin number for Bitcoin God to 156
98 * Add coins supported by coinomi
99 * Warn when generating low entropy mnemonics
100 * Warn when overriding weak entropy with a strong mnemonic length
101
102 # 0.3.4
103
104 * Add BlackCoin
105 * Add Denarius
106 * Raw entropy shows groupings with space every 11 bits
107 * Checksum shown in entropy details
108 * Warn that entropy values should exclude checksum
109 * Add Korean language
110
111 # 0.3.3
112
113 * Add AXE network
114 * Ethereum private key generation bugfix
115 * Add BIP38 support
116 * Allow initial number of rows to be set by the user
117
118 # 0.3.2
119
120 * Add Onixcoin
121 * Add Komodo
122 * BIP84 tab for derivation path
123 * CSV tab for derived addresses
124
125 # 0.3.1
126
127 * Populate entropy field with hex value used from PRNG
128 * Show list of word indexes
129 * Fix typos
130 * Update jquery from 2.1.1 to 3.2.1
131 * Update bootstrap from 3.2.0 to 3.3.7
132 * Move application-specific css into own file
133 * QR codes with accents work correctly by replacing jquery.qrcode with kjua
134
135 # 0.3.0
136
137 * Update bitcoinjs from 3.1.1 to 3.3.0
138 * Litecoin defaults to ltub instead of xpub
139 * Segwit option removed from bip32 tab
140 * BIP141 tab added for full segwit compatibility
141
142 # 0.2.9
143
144 * Update links from old site to new site
145 * Add Monacoin
146 * Add Bitcoin Gold
147 * Port test suite to selenium
148 * Allow more rows to be generated starting from a custom index
149
150 # 0.2.8
151
152 * Enable segwit for Litecoin
153 * BitPay-style addresses for Bitcoin Cash
154 * Use new xpub/xprv prefixes for Segwit BIP49
155 * Add nubits network
156
157 # 0.2.7
158
159 * Add Fujicoin
160 * List alternative tools
161 * Remove unused translations and library
162
163 # 0.2.6
164
165 * Detect and warn when entropy is filtered / discarded
166 * Reword entropy text to indicate using a single source only
167 * Add BIP49 to More Info section
168 * Update compile script to work across python 2 and 3
169 * QR Codes use correctLevel 3 instead of 2
170 * Source map removed from zxcvbn
171 * Tidy up code with consistent use of commas and semicolons
172
173 # 0.2.5
174
175 * Rename variables for clarity between BIP49 and P2WPKH Nested In P2SH
176 * Fix bug for validation of root key when using non-bitcoin networks
177 * Add option to use P2WPKH Nested In P2SH addresses on BIP32 tab
178
179 # 0.2.4
180
181 * Show error when using xpub with hardened addresses
182 * Allow switching litecoin prefixes between xprv and Ltpv
183
184 # 0.2.3
185
186 * Add maza coin
187
188 # 0.2.2
189
190 * Improve showing feedback for pending calculations
191 * Bugfix: Clear old seed when mnemonic is changed
192 * Add PIVX network
193
194 # 0.2.1
195
196 * BTC is the default coin
197 * Add myriadcoin
198 * Add Bitcon Cash
199
200 # 0.2.0
201
202 * BitcoinJS library upgrded to v3.1.1
203 * Tab order is alphabetical
204 * BIP44 'purpose' and 'coin' fields are readonly
205 * Refactor method to clear old data from the display
206 * BIP49 support
207 * Release process is documented
208
209 # 0.1.2
210
211 * Add Crown network
212 * Network names are displayed with currency code
213
214 # 0.1.1
215
216 * Add DASH Testnet
217 * Change entropy Strength to Time To Crack
218
219 # 0.1.0 2017-06-14
220
221 * Add changelog
222 * Display version number in top right
223 * Add hex prefix to ethereum keys