File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -791,7 +791,7 @@ <h2>LOADING</h2>
791791 <div class="container">
792792 <div class="content">
793793 <h1>Seed Tool</h1>
794- <h5 style="text-align:center;">v2.0.2 </h5>
794+ <h5 style="text-align:center;">v2.1.0 </h5>
795795 <hr>
796796 <button class="accordion" title="Click to expand this section" id="aboutPanel">
797797 About
@@ -819,7 +819,7 @@ <h2>Warning</h2>
819819 amnesic operating system like
820820 <a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
821821 </p>
822- <a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.2 /index.html">
822+ <a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.1.0 /index.html">
823823 <button class="btn" title="Download page for offline use">Download </button>
824824 </a>
825825
@@ -190759,6 +190759,7 @@ <h3>Changelog</h3>
190759190759 <li>V2.0.0 - ADD: Predictive seed word input, Single Address Tool and BIP48 Multisig Address Derivation</li>
190760190760 <li>V2.0.1 - ADD: Version number to header. FIX: BIP47 testnet derivation </li>
190761190761 <li>V2.0.2 - ADD: SeedQR Support and Testnet 'Single Address' Functionality </li>
190762+ <li>V2.1.0 - FIX: Update color scheme, fix testnet WIF + address derivation, show Taproot addresses in Single address tool </li>
190762190763 </ul>`,
190763190764 UNKNOWN: /*html*/ `
190764190765 <h3>ERROR: 404</h3>
Original file line number Diff line number Diff line change 11{
22 "name" : " seed-tool" ,
3- "version" : " 2.0.2 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " Bitcoin wallet seed tool" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ <h2>LOADING</h2>
9696 < div class ="container ">
9797 < div class ="content ">
9898 < h1 > Seed Tool</ h1 >
99- < h5 style ="text-align:center; "> v2.0.2 </ h5 >
99+ < h5 style ="text-align:center; "> v2.1.0 </ h5 >
100100 < hr >
101101 < button class ="accordion " title ="Click to expand this section " id ="aboutPanel ">
102102 About
@@ -124,7 +124,7 @@ <h2>Warning</h2>
124124 amnesic operating system like
125125 < a href ="https://tails.boum.org/about/index.en.html " target ="_blank " rel ="noopener noreferrer "> Tails.</ a >
126126 </ p >
127- < a href ="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.2 /index.html ">
127+ < a href ="https://github.com/BitcoinQnA/seedtool/releases/download/2.1.0 /index.html ">
128128 < button class ="btn " title ="Download page for offline use "> Download </ button >
129129 </ a >
130130
Original file line number Diff line number Diff line change @@ -531,6 +531,7 @@ window.infoHtml = {
531531 <li>V2.0.0 - ADD: Predictive seed word input, Single Address Tool and BIP48 Multisig Address Derivation</li>
532532 <li>V2.0.1 - ADD: Version number to header. FIX: BIP47 testnet derivation </li>
533533 <li>V2.0.2 - ADD: SeedQR Support and Testnet 'Single Address' Functionality </li>
534+ <li>V2.1.0 - FIX: Update color scheme, fix testnet WIF + address derivation, show Taproot addresses in Single address tool </li>
534535 </ul>` ,
535536 UNKNOWN : /*html*/ `
536537 <h3>ERROR: 404</h3>
You can’t perform that action at this time.
0 commit comments