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