aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2019-12-19 14:48:25 +1100
committerIan Coleman <ian@iancoleman.io>2019-12-19 14:48:25 +1100
commitaa793f572f26ad20740f28040de13431c973dfb8 (patch)
treee0579ac38772546ec4955f308b4e170c4122e379
parent6973e692b09deec0db10813ecaf65ed897ed745d (diff)
downloadBIP39-aa793f572f26ad20740f28040de13431c973dfb8.tar.gz
BIP39-aa793f572f26ad20740f28040de13431c973dfb8.tar.zst
BIP39-aa793f572f26ad20740f28040de13431c973dfb8.zip
Release v0.4.0
-rw-r--r--changelog.md11
-rw-r--r--src/index.html2
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">