Compare commits

...

3 Commits
0.5.5 ... 0.5.6

Author SHA1 Message Date
Ian Coleman
de71c22328 Release v0.5.6 2023-08-01 13:44:51 +10:00
iancoleman
8fd86ecbe0 Merge pull request #640 from tayvano/patch-2
Add warning to site encouraging ppl not to share the info on this page
2023-08-01 13:10:18 +10:00
Taylor Monahan
20181be9a0 Update index.html 2023-07-29 08:06:50 -07:00
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# 0.5.6
* Add warning to not share info from the page
# 0.5.5
* Fix BIP85 bug when pressing enter

View File

@@ -15,7 +15,7 @@
<div class="container">
<h1 class="text-center">Mnemonic Code Converter</h1>
<p class="version">v0.5.5</p>
<p class="version">v0.5.6</p>
<hr>
<div class="row">
<div class="col-md-12">
@@ -29,6 +29,15 @@
For more info see the
<a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a>.
</p>
<p>
<span class="text-danger">
If you share the information generated by this page with anyone, they can steal your assets.
Anyone asking you to share your your secret recovery phrase or BIP 32 root key is a scammer.
Do NOT copy & paste information from this page or send it to anyone offering to help you on Twitter, Discord, Telegram, Etherscan, or Line.
<strong>They will steal your coins.</strong>
</span>
</p>
</div>
</div>
<div class="form-group generate-container">