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