diff options
-rw-r--r-- | changelog.md | 11 | ||||
-rw-r--r-- | src/index.html | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 903975f..31a19b5 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -1,3 +1,14 @@ | |||
1 | # 0.4.0 | ||
2 | |||
3 | * Third party libraries deduplicated and minified | ||
4 | * Add text reminder for multibit wallet change addresses | ||
5 | * Seed field can be edited | ||
6 | * Add bitcoin regtest parameters | ||
7 | * Mnemonic conversion to entropy is hex encoded instead of binary | ||
8 | * Entropy type can be manually selected | ||
9 | * Add Bitcoin P2WSH and P2WSH-P2SH | ||
10 | * Add Czech language | ||
11 | |||
1 | # 0.3.14 | 12 | # 0.3.14 |
2 | 13 | ||
3 | * Ethereum uses standard BIP44 as per majority of wallets (Issue 378) | 14 | * Ethereum uses standard BIP44 as per majority of wallets (Issue 378) |
diff --git a/src/index.html b/src/index.html index 2de2b3d..2bf7c6a 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -15,7 +15,7 @@ | |||
15 | <div class="container"> | 15 | <div class="container"> |
16 | 16 | ||
17 | <h1 class="text-center">Mnemonic Code Converter</h1> | 17 | <h1 class="text-center">Mnemonic Code Converter</h1> |
18 | <p class="version">v0.3.14</p> | 18 | <p class="version">v0.4.0</p> |
19 | <hr> | 19 | <hr> |
20 | <div class="row"> | 20 | <div class="row"> |
21 | <div class="col-md-12"> | 21 | <div class="col-md-12"> |