Ship Theseus 0.0.5 606529ea (search fix + link-hover status bar)
Setup 606529ea9f1de9dc1ec5012534dda31b06919245f19f934ee1b9f4f10385a5bc Portable ed89547a155e998278beccf21f9807841ac6267f75cdcbbead81b80acfee0adc Fixes: - Classic form-GET search engines (Google, Brave, Bing, Startpage, Yandex, Ecosia, Mojeek, ...) now show results. The tab's will-navigate intercept was dropping the query string on every dotted-host navigation, so /search?q=foo landed on /search. DDG only appeared to work because its in-page search uses pushState + XHR and never triggered will-navigate. - Address bar reflects the target URL immediately on Enter instead of showing the previous page's URL until did-navigate fires. New: - Link-hover status bar: Firefox / Chrome-style pill at the bottom- left of the window showing the href when the pointer is over a link, hidden when it leaves. Auto-sizes to text, cleared on tab switch, tracks window resize. Also on-VPS: bns-gateway auto-index directory paths (f43ec61) so silentmode.bch/tools/ returns the tools page instead of NoSuchKey. Deployed: - scp installers + releases-manifest.json to /opt/silent-mode/dl/ - scp tools/index.html + releases/index.html to /opt/silent-mode/site/ - sia-upload of ../site to bns/silentmode/ - verified: HEAD 200 on both installers, manifest reports 0.0.5, silentmode.st/tools shows the 0.0.5 buttons, Sia mirror ditto. The 0.0.4 update-check chip should now surface itself for existing installs on their next launch.
This commit is contained in:
parent
fbf07a37f7
commit
286db6e390
3 changed files with 17 additions and 17 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"schema": "silentmode-releases/2",
|
"schema": "silentmode-releases/2",
|
||||||
"updated": "2026-08-08",
|
"updated": "2026-08-29",
|
||||||
"mirrors": [
|
"mirrors": [
|
||||||
"https://dl.silentmode.st/"
|
"https://dl.silentmode.st/"
|
||||||
],
|
],
|
||||||
|
|
@ -35,15 +35,15 @@
|
||||||
{
|
{
|
||||||
"id": "theseus-navigator",
|
"id": "theseus-navigator",
|
||||||
"product": "Theseus Navigator",
|
"product": "Theseus Navigator",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"date": "2026-08-08",
|
"date": "2026-08-29",
|
||||||
"platform": "win-x64",
|
"platform": "win-x64",
|
||||||
"signed": false,
|
"signed": false,
|
||||||
"signingAuthority": null,
|
"signingAuthority": null,
|
||||||
"changes": "In-app update-check chip: startup + 6h manifest poll surfaces a one-click download when a newer version is out. No auto-install; the chip opens the download URL in the system browser.",
|
"changes": "Search-engine query fix: classic form-GET engines (Google, Brave, Bing, Startpage, Yandex, Ecosia, Mojeek, ...) now show results; the tab's will-navigate intercept was stripping the ?q= query. Address bar reflects the target URL immediately on Enter instead of showing the previous page until load finishes. New: link-hover status bar (bottom-left href pill, Firefox/Chrome-style).",
|
||||||
"files": {
|
"files": {
|
||||||
"TheseusNavigator-Setup-0.0.4.exe": "2722c07317b6ab45b22bbaaacb043f0dcdb30a02a6ec1c3c9525ad94ecbd2574",
|
"TheseusNavigator-Setup-0.0.5.exe": "606529ea9f1de9dc1ec5012534dda31b06919245f19f934ee1b9f4f10385a5bc",
|
||||||
"TheseusNavigator-0.0.4-portable.exe": "938505db9a9a83387387c998423925168498bc482768e23b1b888ad62069fa20"
|
"TheseusNavigator-0.0.5-portable.exe": "ed89547a155e998278beccf21f9807841ac6267f75cdcbbead81b80acfee0adc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -47,16 +47,16 @@
|
||||||
mirror cannot change what you check against here.</p>
|
mirror cannot change what you check against here.</p>
|
||||||
|
|
||||||
<div class="rel">
|
<div class="rel">
|
||||||
<h2>Theseus Navigator <span style="color:var(--acid)">0.0.3</span></h2>
|
<h2>Theseus Navigator <span style="color:var(--acid)">0.0.5</span></h2>
|
||||||
<div class="meta">Windows 64-bit · unsigned · 2026-08-07 · address-bar fix on in-page nav</div>
|
<div class="meta">Windows 64-bit · unsigned · 2026-08-29 · search-engine query fix + link-hover status bar</div>
|
||||||
|
|
||||||
<div class="file">
|
<div class="file">
|
||||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.0.4.exe">TheseusNavigator-Setup-0.0.4.exe</a> — installer</div>
|
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.0.5.exe">TheseusNavigator-Setup-0.0.5.exe</a> — installer</div>
|
||||||
<code>2722c07317b6ab45b22bbaaacb043f0dcdb30a02a6ec1c3c9525ad94ecbd2574</code>
|
<code>606529ea9f1de9dc1ec5012534dda31b06919245f19f934ee1b9f4f10385a5bc</code>
|
||||||
</div>
|
</div>
|
||||||
<div class="file">
|
<div class="file">
|
||||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.0.4-portable.exe">TheseusNavigator-0.0.4-portable.exe</a> — portable</div>
|
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.0.5-portable.exe">TheseusNavigator-0.0.5-portable.exe</a> — portable</div>
|
||||||
<code>938505db9a9a83387387c998423925168498bc482768e23b1b888ad62069fa20</code>
|
<code>ed89547a155e998278beccf21f9807841ac6267f75cdcbbead81b80acfee0adc</code>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -108,15 +108,15 @@
|
||||||
<h3>for Windows</h3>
|
<h3>for Windows</h3>
|
||||||
<p class="desc">Full-window desktop browser with Tor toggle and search bar.
|
<p class="desc">Full-window desktop browser with Tor toggle and search bar.
|
||||||
macOS and Linux not yet packaged.</p>
|
macOS and Linux not yet packaged.</p>
|
||||||
<div class="meta">v0.0.4 · ~93 MB · unsigned</div>
|
<div class="meta">v0.0.5 · ~93 MB · unsigned</div>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.0.4.exe">Installer</a>
|
<a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.0.5.exe">Installer</a>
|
||||||
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.0.4-portable.exe">Portable .exe</a>
|
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.0.5-portable.exe">Portable .exe</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="verifybox">
|
<div class="verifybox">
|
||||||
<div class="lbl">SHA-256 — verify before running</div>
|
<div class="lbl">SHA-256 — verify before running</div>
|
||||||
<div class="h"><b>Installer</b><code>2722c07317b6ab45b22bbaaacb043f0dcdb30a02a6ec1c3c9525ad94ecbd2574</code></div>
|
<div class="h"><b>Installer</b><code>606529ea9f1de9dc1ec5012534dda31b06919245f19f934ee1b9f4f10385a5bc</code></div>
|
||||||
<div class="h"><b>Portable</b><code>938505db9a9a83387387c998423925168498bc482768e23b1b888ad62069fa20</code></div>
|
<div class="h"><b>Portable</b><code>ed89547a155e998278beccf21f9807841ac6267f75cdcbbead81b80acfee0adc</code></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue