Ship Theseus 0.3.44 6dd51018 (Brave-style sec-ch-ua so Cloudflare stops 503-ing)

Every outbound request now advertises the Google Chrome brand in the
sec-ch-ua client-hint family alongside Chromium — same technique Brave,
Vivaldi and Opera use to stay off Cloudflare Bot Fight Mode's naughty
list. Fixes whybitcoincash.com and every other CF-fronted site that was
returning 503 to Theseus while curl got 200. Values come from
process.versions.chrome so nothing straddles.

Installer: 6dd510184a3c1488ac93b7fd0194ddd239fe4e31083705afcc3c7bde0f530107
Portable:  346be24804db0d8a00cd76a2c89cd3bd2b9af17e5505b25ec326f30c3ceec6ad
This commit is contained in:
Local Dev 2026-09-09 03:32:51 +02:00
parent df1b08f892
commit a7aa3dccad
3 changed files with 14 additions and 14 deletions

View file

@ -36,15 +36,15 @@
{
"id": "theseus-navigator",
"product": "Theseus Navigator",
"version": "0.3.43",
"version": "0.3.44",
"date": "2026-09-09",
"platform": "win-x64",
"signed": false,
"signingAuthority": null,
"changes": "Toolbar drag handle now enforces a 30 % share floor for both the address bar and the search bar — neither can be squeezed below 30 % of the combined budget. Search box min-width bumped to 180 px so the Search placeholder always fits, and a 10 px margin between the search bar and the trailing dock keeps them from touching. Bookmark brand-case for .x names now uses a canonical map: SILENTMODE.X → SilentMode.X, silentmode.x → SilentMode.X, GAME.X → Game.X, coinspectrum.x → CoinSpectrum.X. Single-word brands (Theseus, Sirius, Deviant, Aegis, Ariadne, Argus, Hermes, Prometheus, Hephaestus, Helios, Atlas, Katalogos, Game, Poutakidis, Syskypo) are in the same map for consistency. Unknown names fall back to Title-case.",
"changes": "Cloudflare-fronted sites (whybitcoincash.com and others) that returned 503 to Theseus now load normally. The fix is the same one Brave, Vivaldi and Opera use — rewrite the sec-ch-ua client-hint family so the request advertises the Google Chrome brand alongside Chromium. Electron's default sec-ch-ua identifies as 'Chromium' only, which combined with the UA strip made Cloudflare's Bot Fight Mode / Turnstile flag Theseus as bot. Now every outbound request carries sec-ch-ua, sec-ch-ua-full-version-list, sec-ch-ua-mobile and sec-ch-ua-platform values matching stock Chrome, with the Chromium version pulled from process.versions.chrome so nothing straddles fingerprint-wise.",
"files": {
"TheseusNavigator-Setup-0.3.43.exe": "678a598c52cf3e86686241633d99cf49bcbc6509d893a93af4ba3336712e5e23",
"TheseusNavigator-0.3.43-portable.exe": "718ce35606cb15e6a3333704f1b4e0999e488048eb2c4f1bbff2896ffcc7124c"
"TheseusNavigator-Setup-0.3.44.exe": "6dd510184a3c1488ac93b7fd0194ddd239fe4e31083705afcc3c7bde0f530107",
"TheseusNavigator-0.3.44-portable.exe": "346be24804db0d8a00cd76a2c89cd3bd2b9af17e5505b25ec326f30c3ceec6ad"
}
}
]

View file

@ -50,15 +50,15 @@
<div class="rel">
<h2>Theseus Navigator <span style="color:var(--acid)">0.3.31</span></h2>
<div class="meta">Windows 64-bit · unsigned · 2026-09-08 · <b>0.3.43 — UI improvements + defensive hash-verify on updates</b> — Same content as the 0.3.31 rewrite, published under a bumped version so existing 0.3.33 installs actually see an update chip. Light-mode chrome strip retuned to a soft neutral grey (<code style="display:inline">--bg #e6e8ec</code>, inactive tab <code style="display:inline">#f2f4f7</code>, active tab <code style="display:inline">#ffffff</code>) so tabs stop dissolving into the light Windows title bar. Bookmark chips shrunk to 130px max-width with 11px text on a 22px row (~40% more chips fit) and are now draggable to reorder. Light-mode Tor and Theseus (⛓ logo) chips swap from illegible white-on-<code style="display:inline">#253A49</code> to <code style="display:inline">#eef1f5</code> with <code style="display:inline">#253A49</code> ink. Updater now streams the downloaded setup .exe through <code style="display:inline">crypto.createHash("sha256")</code> and compares to this manifest before arming Install — truncated payloads (Electron reports <code style="display:inline">"completed"</code> on those) are rejected and deleted instead of spawned as setup. <code style="display:inline">install-update-now</code> spawn flags left at <code style="display:inline">/S</code> alone — the 0.3.32 <code style="display:inline">--updated /S --force-run</code> change was proven not to address the <code style="display:inline">D:\Program Files</code> silent-no-op symptom. Screenshot white-loop, Aegis IPC-shape crash fix, and light-mode Settings surfaces all ride along.</div>
<div class="meta">Windows 64-bit · unsigned · 2026-09-08 · <b>0.3.44 — UI improvements + defensive hash-verify on updates</b> — Same content as the 0.3.31 rewrite, published under a bumped version so existing 0.3.33 installs actually see an update chip. Light-mode chrome strip retuned to a soft neutral grey (<code style="display:inline">--bg #e6e8ec</code>, inactive tab <code style="display:inline">#f2f4f7</code>, active tab <code style="display:inline">#ffffff</code>) so tabs stop dissolving into the light Windows title bar. Bookmark chips shrunk to 130px max-width with 11px text on a 22px row (~40% more chips fit) and are now draggable to reorder. Light-mode Tor and Theseus (⛓ logo) chips swap from illegible white-on-<code style="display:inline">#253A49</code> to <code style="display:inline">#eef1f5</code> with <code style="display:inline">#253A49</code> ink. Updater now streams the downloaded setup .exe through <code style="display:inline">crypto.createHash("sha256")</code> and compares to this manifest before arming Install — truncated payloads (Electron reports <code style="display:inline">"completed"</code> on those) are rejected and deleted instead of spawned as setup. <code style="display:inline">install-update-now</code> spawn flags left at <code style="display:inline">/S</code> alone — the 0.3.32 <code style="display:inline">--updated /S --force-run</code> change was proven not to address the <code style="display:inline">D:\Program Files</code> silent-no-op symptom. Screenshot white-loop, Aegis IPC-shape crash fix, and light-mode Settings surfaces all ride along.</div>
<div class="file">
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.43.exe">TheseusNavigator-Setup-0.3.43.exe</a> — installer</div>
<code>678a598c52cf3e86686241633d99cf49bcbc6509d893a93af4ba3336712e5e23</code>
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.44.exe">TheseusNavigator-Setup-0.3.44.exe</a> — installer</div>
<code>6dd510184a3c1488ac93b7fd0194ddd239fe4e31083705afcc3c7bde0f530107</code>
</div>
<div class="file">
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.3.43-portable.exe">TheseusNavigator-0.3.43-portable.exe</a> — portable</div>
<code>718ce35606cb15e6a3333704f1b4e0999e488048eb2c4f1bbff2896ffcc7124c</code>
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.3.44-portable.exe">TheseusNavigator-0.3.44-portable.exe</a> — portable</div>
<code>346be24804db0d8a00cd76a2c89cd3bd2b9af17e5505b25ec326f30c3ceec6ad</code>
</div>
</div>

View file

@ -110,15 +110,15 @@
<h3>for Windows</h3>
<p class="desc">Full-window desktop browser with Tor toggle and search bar.
macOS and Linux not yet packaged.</p>
<div class="meta">v0.3.43 · installer ~118 MB (with Ariadne's Thread) · portable ~117 MB · unsigned</div>
<div class="meta">v0.3.44 · installer ~118 MB (with Ariadne's Thread) · portable ~117 MB · unsigned</div>
<div class="buttons">
<a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.43.exe">Installer</a>
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.3.43-portable.exe">Portable .exe</a>
<a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.44.exe">Installer</a>
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.3.44-portable.exe">Portable .exe</a>
</div>
<div class="verifybox">
<div class="lbl">SHA-256 — verify before running</div>
<div class="h"><b>Installer</b><code>678a598c52cf3e86686241633d99cf49bcbc6509d893a93af4ba3336712e5e23</code></div>
<div class="h"><b>Portable</b><code>718ce35606cb15e6a3333704f1b4e0999e488048eb2c4f1bbff2896ffcc7124c</code></div>
<div class="h"><b>Installer</b><code>6dd510184a3c1488ac93b7fd0194ddd239fe4e31083705afcc3c7bde0f530107</code></div>
<div class="h"><b>Portable</b><code>346be24804db0d8a00cd76a2c89cd3bd2b9af17e5505b25ec326f30c3ceec6ad</code></div>
</div>
</div>