diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-11-11 12:42:52 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-11-11 12:42:52 +1100 |
commit | 732613e44cb0847886a560fea4fdc73d83075d6b (patch) | |
tree | 085d2f758dc3e47442f5f6c1060ab2b4261eded7 | |
parent | 9ce31d35094acc66eb0faf2d25eeac3a57438bc2 (diff) | |
download | BIP39-732613e44cb0847886a560fea4fdc73d83075d6b.tar.gz BIP39-732613e44cb0847886a560fea4fdc73d83075d6b.tar.zst BIP39-732613e44cb0847886a560fea4fdc73d83075d6b.zip |
Release v0.3.13
-rw-r--r-- | changelog.md | 20 | ||||
-rw-r--r-- | src/index.html | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 39a1531..e5910c5 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -1,3 +1,23 @@ | |||
1 | # 0.3.13 | ||
2 | |||
3 | * Add Thought network | ||
4 | * Add Energyweb network | ||
5 | * Add Elastos network | ||
6 | * Add Groestlcoin | ||
7 | * Fix for syscoin network | ||
8 | * Add BSV, RPD, MONKEY, ARYA | ||
9 | * Rename Zencash to Horizen | ||
10 | * Update Hush network | ||
11 | * Add CasinoCoin | ||
12 | * Add CPUchain | ||
13 | * Add Wagerr | ||
14 | * Add VeChain | ||
15 | * Option to not use 'change' field for ethereum networks in bip45 | ||
16 | * Add segwit parameters for MONKEY, BCA, BTC, MONA, SYS, VIA, DOGEt, LTCt | ||
17 | * Convert mnemonic back to raw entropy | ||
18 | * Add 2-of-3 phrase cards | ||
19 | * Move position of hardened addresses checkbox to address table | ||
20 | |||
1 | # 0.3.12 | 21 | # 0.3.12 |
2 | 22 | ||
3 | * Fix typos | 23 | * Fix typos |
diff --git a/src/index.html b/src/index.html index 41e01a7..10e4a95 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.12</p> | 18 | <p class="version">v0.3.13</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"> |