aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2020-10-19 01:13:39 +0000
committerIan Coleman <ian@iancoleman.io>2020-10-19 01:13:39 +0000
commit4e59e7d6fcafa09d2f35542349ee0be2eaebc1ed (patch)
tree71528b02a310ad8be3a3754e8976fbb255b0c0bb
parent8c3a56ec4f2af06ce2e0977d458c50fd7b1b7687 (diff)
downloadBIP39-4e59e7d6fcafa09d2f35542349ee0be2eaebc1ed.tar.gz
BIP39-4e59e7d6fcafa09d2f35542349ee0be2eaebc1ed.tar.zst
BIP39-4e59e7d6fcafa09d2f35542349ee0be2eaebc1ed.zip
Release v0.5.0
-rw-r--r--changelog.md14
-rw-r--r--src/index.html2
2 files changed, 15 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 3efd7f3..1f8c45a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,17 @@
1# 0.5.0
2
3* Remove bias from base 6 and base 10 entropy
4* Add notes about card entropy
5* Hide/show split mnemonic cards
6* Fix link to standalone release file
7* Add Scribe network
8* Add Nano network
9* Add TRX network
10* Add Binance Smart Chain network
11* Clean up dependencies for eos-util
12* Update bootstrap to 3.4.1
13* Bump library versions
14
1# 0.4.3 15# 0.4.3
2 16
3* Add FIO - Foundation for Interwallet Operability 17* Add FIO - Foundation for Interwallet Operability
diff --git a/src/index.html b/src/index.html
index e8e56be..b73bf50 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.4.3</p> 18 <p class="version">v0.5.0</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">