Ship Theseus 0.0.4 2722c073 (update-check chip lives)

Rebuild + redeploy of the prior commit. Version bumped from 0.0.3 →
0.0.4 so the chip actually surfaces itself for anyone still on 0.0.3
(the versionIsNewer check requires a strict semver bump — same-version
rebuilds are intentionally silent).

  TheseusNavigator-Setup-0.0.4.exe
  sha256 2722c07317b6ab45b22bbaaacb043f0dcdb30a02a6ec1c3c9525ad94ecbd2574

  TheseusNavigator-0.0.4-portable.exe
  sha256 938505db9a9a83387387c998423925168498bc482768e23b1b888ad62069fa20

Live on dl.silentmode.st + Sia bns/silentmode/. Manifest bumped to
2026-08-08. Site pages (site/tools/index.html + site/releases/index.html)
updated with the new filenames + hashes.

Rollback points on the VPS at /opt/silent-mode/dl/_prev/ (7 versions):
- 8ab9cc3e (0.0.3, UX batch — the ship right before this one)
- 9c09955e (0.0.3, password manager phase 1)
- b62ecf52 (0.0.2, shield green)
- 418e7bba / 208b059a / 036e94c7 (0.0.1 series)
- 81831c08 (parallel-session 0.0.1)

On-chain pointer at releases.silentmode.bch unchanged — publishes the
manifest URL, so 0.0.4 is reachable via BCNR without a wallet spend.

What existing 0.0.3 users will see: on their next Theseus launch the
new update-check chip fires immediately (startup fetch of the manifest),
showing "↓ Update to 0.0.4" next to the Tor toggle. Click → downloads
the installer via the system browser. Dismiss → hidden this session,
reappears next launch until they upgrade.
This commit is contained in:
Local Dev 2026-08-28 20:30:07 +02:00
parent ca2c052e04
commit bde5c787fc
3 changed files with 14 additions and 14 deletions

View file

@ -1,6 +1,6 @@
{ {
"schema": "silentmode-releases/2", "schema": "silentmode-releases/2",
"updated": "2026-08-07", "updated": "2026-08-08",
"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.3", "version": "0.0.4",
"date": "2026-08-07", "date": "2026-08-08",
"platform": "win-x64", "platform": "win-x64",
"signed": false, "signed": false,
"signingAuthority": null, "signingAuthority": null,
"changes": "Fix address bar not updating on in-page navigation and subdomain hops — t.url now refreshed from webContents on did-navigate / did-navigate-in-page (main.js:770 refreshTabUrl).", "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.",
"files": { "files": {
"TheseusNavigator-Setup-0.0.3.exe": "8ab9cc3ee4b826bf60bd12b12d3efdca0966e2b9fef9a3180ef4104af4c6fef3", "TheseusNavigator-Setup-0.0.4.exe": "2722c07317b6ab45b22bbaaacb043f0dcdb30a02a6ec1c3c9525ad94ecbd2574",
"TheseusNavigator-0.0.3-portable.exe": "e23be66fdfd2e165e92dcc3e1fc46b718bd574d1b03994d7a5d57c7f30606089" "TheseusNavigator-0.0.4-portable.exe": "938505db9a9a83387387c998423925168498bc482768e23b1b888ad62069fa20"
} }
} }
] ]

View file

@ -51,12 +51,12 @@
<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-07 · address-bar fix on in-page nav</div>
<div class="file"> <div class="file">
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.0.3.exe">TheseusNavigator-Setup-0.0.3.exe</a> — installer</div> <div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.0.4.exe">TheseusNavigator-Setup-0.0.4.exe</a> — installer</div>
<code>8ab9cc3ee4b826bf60bd12b12d3efdca0966e2b9fef9a3180ef4104af4c6fef3</code> <code>2722c07317b6ab45b22bbaaacb043f0dcdb30a02a6ec1c3c9525ad94ecbd2574</code>
</div> </div>
<div class="file"> <div class="file">
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.0.3-portable.exe">TheseusNavigator-0.0.3-portable.exe</a> — portable</div> <div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.0.4-portable.exe">TheseusNavigator-0.0.4-portable.exe</a> — portable</div>
<code>e23be66fdfd2e165e92dcc3e1fc46b718bd574d1b03994d7a5d57c7f30606089</code> <code>938505db9a9a83387387c998423925168498bc482768e23b1b888ad62069fa20</code>
</div> </div>
</div> </div>

View file

@ -110,13 +110,13 @@
macOS and Linux not yet packaged.</p> macOS and Linux not yet packaged.</p>
<div class="meta">v0.0.3 · ~92 MB · unsigned</div> <div class="meta">v0.0.3 · ~92 MB · unsigned</div>
<div class="buttons"> <div class="buttons">
<a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.0.3.exe">Installer</a> <a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.0.4.exe">Installer</a>
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.0.3-portable.exe">Portable .exe</a> <a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.0.4-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>8ab9cc3ee4b826bf60bd12b12d3efdca0966e2b9fef9a3180ef4104af4c6fef3</code></div> <div class="h"><b>Installer</b><code>2722c07317b6ab45b22bbaaacb043f0dcdb30a02a6ec1c3c9525ad94ecbd2574</code></div>
<div class="h"><b>Portable</b><code>e23be66fdfd2e165e92dcc3e1fc46b718bd574d1b03994d7a5d57c7f30606089</code></div> <div class="h"><b>Portable</b><code>938505db9a9a83387387c998423925168498bc482768e23b1b888ad62069fa20</code></div>
</div> </div>
</div> </div>