mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Release v0.3.1
This commit is contained in:
19687
bip39-standalone.html
19687
bip39-standalone.html
File diff suppressed because one or more lines are too long
10
changelog.md
10
changelog.md
@@ -1,3 +1,13 @@
|
||||
# 0.3.1
|
||||
|
||||
* Populate entropy field with hex value used from PRNG
|
||||
* Show list of word indexes
|
||||
* Fix typos
|
||||
* Update jquery from 2.1.1 to 3.2.1
|
||||
* Update bootstrap from 3.2.0 to 3.3.7
|
||||
* Move application-specific css into own file
|
||||
* QR codes with accents work correctly by replacing jquery.qrcode with kjua
|
||||
|
||||
# 0.3.0
|
||||
|
||||
* Update bitcoinjs from 3.1.1 to 3.3.0
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="container">
|
||||
|
||||
<h1 class="text-center">Mnemonic Code Converter</h1>
|
||||
<p class="version">v0.3.0</p>
|
||||
<p class="version">v0.3.1</p>
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
||||
Reference in New Issue
Block a user