From a7aa3dccad59c8db0a37387dc1242f9905054510 Mon Sep 17 00:00:00 2001 From: Local Dev Date: Wed, 9 Sep 2026 03:32:51 +0200 Subject: [PATCH] Ship Theseus 0.3.44 6dd51018 (Brave-style sec-ch-ua so Cloudflare stops 503-ing) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- releases-manifest.json | 8 ++++---- releases/index.html | 10 +++++----- tools/index.html | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/releases-manifest.json b/releases-manifest.json index fded6ab..b5df9c4 100644 --- a/releases-manifest.json +++ b/releases-manifest.json @@ -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" } } ] diff --git a/releases/index.html b/releases/index.html index 15b0b82..1a8d92f 100644 --- a/releases/index.html +++ b/releases/index.html @@ -50,15 +50,15 @@

Theseus Navigator 0.3.31

-
Windows 64-bit · unsigned · 2026-09-08 · 0.3.43 — UI improvements + defensive hash-verify on updates — 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 (--bg #e6e8ec, inactive tab #f2f4f7, active tab #ffffff) 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-#253A49 to #eef1f5 with #253A49 ink. Updater now streams the downloaded setup .exe through crypto.createHash("sha256") and compares to this manifest before arming Install — truncated payloads (Electron reports "completed" on those) are rejected and deleted instead of spawned as setup. install-update-now spawn flags left at /S alone — the 0.3.32 --updated /S --force-run change was proven not to address the D:\Program Files silent-no-op symptom. Screenshot white-loop, Aegis IPC-shape crash fix, and light-mode Settings surfaces all ride along.
+
Windows 64-bit · unsigned · 2026-09-08 · 0.3.44 — UI improvements + defensive hash-verify on updates — 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 (--bg #e6e8ec, inactive tab #f2f4f7, active tab #ffffff) 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-#253A49 to #eef1f5 with #253A49 ink. Updater now streams the downloaded setup .exe through crypto.createHash("sha256") and compares to this manifest before arming Install — truncated payloads (Electron reports "completed" on those) are rejected and deleted instead of spawned as setup. install-update-now spawn flags left at /S alone — the 0.3.32 --updated /S --force-run change was proven not to address the D:\Program Files silent-no-op symptom. Screenshot white-loop, Aegis IPC-shape crash fix, and light-mode Settings surfaces all ride along.
- - 678a598c52cf3e86686241633d99cf49bcbc6509d893a93af4ba3336712e5e23 + + 6dd510184a3c1488ac93b7fd0194ddd239fe4e31083705afcc3c7bde0f530107
- - 718ce35606cb15e6a3333704f1b4e0999e488048eb2c4f1bbff2896ffcc7124c + + 346be24804db0d8a00cd76a2c89cd3bd2b9af17e5505b25ec326f30c3ceec6ad
diff --git a/tools/index.html b/tools/index.html index 2e3d881..f95ce96 100644 --- a/tools/index.html +++ b/tools/index.html @@ -110,15 +110,15 @@

for Windows

Full-window desktop browser with Tor toggle and search bar. macOS and Linux not yet packaged.

-
v0.3.43 · installer ~118 MB (with Ariadne's Thread) · portable ~117 MB · unsigned
+
v0.3.44 · installer ~118 MB (with Ariadne's Thread) · portable ~117 MB · unsigned
- Installer - Portable .exe + Installer + Portable .exe
SHA-256 — verify before running
-
Installer678a598c52cf3e86686241633d99cf49bcbc6509d893a93af4ba3336712e5e23
-
Portable718ce35606cb15e6a3333704f1b4e0999e488048eb2c4f1bbff2896ffcc7124c
+
Installer6dd510184a3c1488ac93b7fd0194ddd239fe4e31083705afcc3c7bde0f530107
+
Portable346be24804db0d8a00cd76a2c89cd3bd2b9af17e5505b25ec326f30c3ceec6ad