Skip to content

Commit

Permalink
v1.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinQnA committed May 31, 2022
1 parent 65b2946 commit b4fbcd6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
10 changes: 7 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ <h2>Warning</h2>
amnesic operating system like
<a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
</p>
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/1.0.6/index.html">
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/1.0.7/index.html">
<button class="btn" title="Download page for offline use">Download </button>
</a>

Expand Down Expand Up @@ -177955,10 +177955,13 @@ <h3>BIP85: Deterministic Entropy From BIP32 Keychains</h3>
BIP86: /*html*/ `
<h3>BIP86: Key Derivation for Single Key P2TR Outputs</h3>
<p>
About BIP
BIP86 defines the derivation standard for HD wallets whose keys are involved in single key P2TR (Pay to Taproot) outputs.
These Taproot addresses begin with <b>'bc1q'</b> and should not be confused with the similar looking 'Native Segwit' addresses beginning
with <b>'bc1p'</b> and defined in BIP84.

</p>
<p>
Read more on the official <a href="https://github.com/bitcoin/bips/blob/master/bip-0086.mediawiki" target="_blank" rel="noopener noreferrer">BITCOIN IMPROVEMENT PROPOSAL</a>
Read more on the official <a href="https://github.com/bitcoin/bips/blob/master/bip-0086.mediawiki" target="_blank" rel="noopener noreferrer">BIP86 page</a>
</p>`,
BIP141: /*html*/ `
<h3>BIP141: Segregated Witness (Consensus layer)</h3>
Expand Down Expand Up @@ -178091,6 +178094,7 @@ <h3>Changelog</h3>
<li>V1.0.4 - ADD: SeedXOR, One Time Pads & UI Updates. FIX: Entropy filtering</li>
<li>V1.0.5 - ADD: Last word calculator</li>
<li>V1.0.6 - ADD: Raw Entropy Input Method</li>
<li>V1.0.7 - ADD: BIP86 Taproot Address Generation</li>
</ul>`,
UNKNOWN: /*html*/ `
<h3>ERROR: 404</h3>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seed-tool",
"version": "1.0.6",
"version": "1.0.7",
"description": "Bitcoin wallet seed tool",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/www/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2>Warning</h2>
amnesic operating system like
<a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
</p>
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/1.0.6/index.html">
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/1.0.7/index.html">
<button class="btn" title="Download page for offline use">Download </button>
</a>

Expand Down
1 change: 1 addition & 0 deletions src/www/js/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ window.infoHtml = {
<li>V1.0.4 - ADD: SeedXOR, One Time Pads & UI Updates. FIX: Entropy filtering</li>
<li>V1.0.5 - ADD: Last word calculator</li>
<li>V1.0.6 - ADD: Raw Entropy Input Method</li>
<li>V1.0.7 - ADD: BIP86 Taproot Address Generation</li>
</ul>`,
UNKNOWN: /*html*/ `
<h3>ERROR: 404</h3>
Expand Down

0 comments on commit b4fbcd6

Please sign in to comment.