mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-28 13:20:41 +00:00
Release v0.4.0
This commit is contained in:
@@ -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
|
# 0.3.14
|
||||||
|
|
||||||
* Ethereum uses standard BIP44 as per majority of wallets (Issue 378)
|
* Ethereum uses standard BIP44 as per majority of wallets (Issue 378)
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<h1 class="text-center">Mnemonic Code Converter</h1>
|
<h1 class="text-center">Mnemonic Code Converter</h1>
|
||||||
<p class="version">v0.3.14</p>
|
<p class="version">v0.4.0</p>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|||||||
Reference in New Issue
Block a user