Skip to content

Commit aa793f5

Browse files
committed
Release v0.4.0
1 parent 6973e69 commit aa793f5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -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+
112
# 0.3.14
213

314
* Ethereum uses standard BIP44 as per majority of wallets (Issue 378)

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="container">
1616

1717
<h1 class="text-center">Mnemonic Code Converter</h1>
18-
<p class="version">v0.3.14</p>
18+
<p class="version">v0.4.0</p>
1919
<hr>
2020
<div class="row">
2121
<div class="col-md-12">

0 commit comments

Comments
 (0)