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