We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6973e69 commit aa793f5Copy full SHA for aa793f5
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
12
# 0.3.14
13
14
* Ethereum uses standard BIP44 as per majority of wallets (Issue 378)
src/index.html
@@ -15,7 +15,7 @@
15
<div class="container">
16
17
<h1 class="text-center">Mnemonic Code Converter</h1>
18
- <p class="version">v0.3.14</p>
+ <p class="version">v0.4.0</p>
19
<hr>
20
<div class="row">
21
<div class="col-md-12">
0 commit comments