Skip to content

Commit

Permalink
2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinQnA committed Jun 5, 2023
1 parent 607a4ca commit be23715
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ <h2>LOADING</h2>
<div class="container">
<div class="content">
<h1>Seed Tool</h1>
<h5 style="text-align:center;">v2.0.2</h5>
<h5 style="text-align:center;">v2.1.0</h5>
<hr>
<button class="accordion" title="Click to expand this section" id="aboutPanel">
About
Expand Down Expand Up @@ -819,7 +819,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/2.0.2/index.html">
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.1.0/index.html">
<button class="btn" title="Download page for offline use">Download </button>
</a>

Expand Down Expand Up @@ -190759,6 +190759,7 @@ <h3>Changelog</h3>
<li>V2.0.0 - ADD: Predictive seed word input, Single Address Tool and BIP48 Multisig Address Derivation</li>
<li>V2.0.1 - ADD: Version number to header. FIX: BIP47 testnet derivation </li>
<li>V2.0.2 - ADD: SeedQR Support and Testnet 'Single Address' Functionality </li>
<li>V2.1.0 - FIX: Update color scheme, fix testnet WIF + address derivation, show Taproot addresses in Single address tool </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": "2.0.2",
"version": "2.1.0",
"description": "Bitcoin wallet seed tool",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/www/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2>LOADING</h2>
<div class="container">
<div class="content">
<h1>Seed Tool</h1>
<h5 style="text-align:center;">v2.0.2</h5>
<h5 style="text-align:center;">v2.1.0</h5>
<hr>
<button class="accordion" title="Click to expand this section" id="aboutPanel">
About
Expand Down Expand Up @@ -124,7 +124,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/2.0.2/index.html">
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.1.0/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 @@ -531,6 +531,7 @@ window.infoHtml = {
<li>V2.0.0 - ADD: Predictive seed word input, Single Address Tool and BIP48 Multisig Address Derivation</li>
<li>V2.0.1 - ADD: Version number to header. FIX: BIP47 testnet derivation </li>
<li>V2.0.2 - ADD: SeedQR Support and Testnet 'Single Address' Functionality </li>
<li>V2.1.0 - FIX: Update color scheme, fix testnet WIF + address derivation, show Taproot addresses in Single address tool </li>
</ul>`,
UNKNOWN: /*html*/ `
<h3>ERROR: 404</h3>
Expand Down

0 comments on commit be23715

Please sign in to comment.