From aa793f572f26ad20740f28040de13431c973dfb8 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 19 Dec 2019 14:48:25 +1100 Subject: [PATCH] Release v0.4.0 --- changelog.md | 11 +++++++++++ src/index.html | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 903975f..31a19b5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,14 @@ +# 0.4.0 + +* Third party libraries deduplicated and minified +* Add text reminder for multibit wallet change addresses +* Seed field can be edited +* Add bitcoin regtest parameters +* Mnemonic conversion to entropy is hex encoded instead of binary +* Entropy type can be manually selected +* Add Bitcoin P2WSH and P2WSH-P2SH +* Add Czech language + # 0.3.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 @@

Mnemonic Code Converter

-

v0.3.14

+

v0.4.0


-- 2.41.0