We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450b0a5 commit e2fdc5bCopy full SHA for e2fdc5b
changelog.md
@@ -1,3 +1,11 @@
1
+# 0.5.4
2
+
3
+* Add Particl network
4
+* Add Divi network
5
+* Add option to turn autocompute on / off
6
+* Add option to set custom number of pbkdf2 rounds
7
+* Fix blank mnemonic errors when using only seed
8
9
# 0.5.3
10
11
Add Starname network
src/index.html
@@ -15,7 +15,7 @@
15
<div class="container">
16
17
<h1 class="text-center">Mnemonic Code Converter</h1>
18
- <p class="version">v0.5.3</p>
+ <p class="version">v0.5.4</p>
19
<hr>
20
<div class="row">
21
<div class="col-md-12">
0 commit comments