Ship Theseus 0.3.24 f24d16a4 (slimmer installer + light-mode readability)

Setup    f24d16a43021cea1b7317ae5e0aa24fe7c9b1264332dfba92b82d1a2057deb67
Portable d5e64ab5e9e038b658692eb9c615f0189c2547f91d96d50044fb0f7dbc39a0d3

Bundled since 0.3.23:

a730b56 - Ariadne 0.1.1 fetched from silentmode.st on demand instead of
bundled with Theseus. Installer size drops ~24 MB; Ariadne can update
independently.

3e780eb - Light-mode fix: .btn text (Check for updates, Add engine
button) and .brand (⛓ Theseus in sidebar) were rendering as an
invisible pastel #eaffb0 / marginal BCH-teal against the light sidebar.
Route through var(--acid) with a light-media override for .brand.

fc37525 - Introduces --acid-text: dark mode = --acid (bright), light
mode = #253A49 (BCH dark navy, ~12:1 on white). Every text role in
settings.html now uses --acid-text — .brand, .side a.active, .btn,
.engcat hover, inline <b style> in the Ariadne + Update status
renders. Fills / borders / tints stay --acid for BCH-green identity.

Deployed. Verified LIVE 0.3.24.
This commit is contained in:
Local Dev 2026-09-08 01:54:33 +02:00
parent 4c079ad8f5
commit 281d1d6c81
3 changed files with 15 additions and 15 deletions

View file

@ -36,15 +36,15 @@
{
"id": "theseus-navigator",
"product": "Theseus Navigator",
"version": "0.3.23",
"version": "0.3.24",
"date": "2026-09-08",
"platform": "win-x64",
"signed": false,
"signingAuthority": null,
"changes": "Light-mode palette now matches Bitcoin Cash brand — accent is BCH primary #0AC18E and the Theseus button + update chip use BCH dark navy #253A49 (so the toolbar has a visible accent surface, not white-on-white). Every hardcoded #d6ff3d and rgba(214,255,61,X) in the chrome and every addon panel now routes through var(--acid), so the light-mode swap actually takes effect everywhere. Also: User-Agent no longer carries 'theseus-navigator/' or 'Electron/' tokens, so Cloudflare's WAF stops returning 503 for sites like whybitcoincash.com. Dark mode unchanged.",
"changes": "Ariadne's Thread installer is no longer bundled with Theseus — Settings > Registries fetches AriadneResolver-Setup from silentmode.st on demand, so Theseus installer drops ~24 MB and Ariadne can update independently. Also: settings light mode gets a new --acid-text variable so text roles (⛓ Theseus brand, active nav item, Check-for-updates button label, inline status highlights) render as BCH dark navy #253A49 instead of the marginal BCH-teal #0AC18E — ~12:1 contrast on white now. Fills / borders / tints still use the BCH-green --acid for brand identity. Dark mode unchanged.",
"files": {
"TheseusNavigator-Setup-0.3.23.exe": "9dfd5a6ceb36b7d34216cfae3bff58c612c641cefbc9cd784182fdb1797d0e95",
"TheseusNavigator-0.3.23-portable.exe": "222628d481d4f46b2ebfd0bbd104cbafb27c125bfc7fc64cb216c04f871c72d4"
"TheseusNavigator-Setup-0.3.24.exe": "f24d16a43021cea1b7317ae5e0aa24fe7c9b1264332dfba92b82d1a2057deb67",
"TheseusNavigator-0.3.24-portable.exe": "d5e64ab5e9e038b658692eb9c615f0189c2547f91d96d50044fb0f7dbc39a0d3"
}
}
]

View file

@ -49,16 +49,16 @@
mirror cannot change what you check against here.</p>
<div class="rel">
<h2>Theseus Navigator <span style="color:var(--acid)">0.3.23</span></h2>
<div class="meta">Windows 64-bit · unsigned · 2026-09-08 · <b>Light-mode palette matches Bitcoin Cash brand + Cloudflare-friendly UA</b> — accent is now BCH primary #0AC18E, and the Theseus / update chips use BCH dark navy #253A49 so the toolbar isn't white-on-white. Every hardcoded acid ref in the chrome and every addon panel now routes through var(--acid). Also: User-Agent no longer carries 'theseus-navigator/' or 'Electron/' tokens, so Cloudflare's WAF stops returning 503 for sites like whybitcoincash.com. Dark mode unchanged.</div>
<h2>Theseus Navigator <span style="color:var(--acid)">0.3.24</span></h2>
<div class="meta">Windows 64-bit · unsigned · 2026-09-08 · <b>Slimmer installer + settings light-mode readability</b> — Theseus no longer bundles AriadneResolver-Setup; it fetches from silentmode.st when the user clicks Install in Settings, dropping the installer size by ~24 MB. Settings light mode gets a new --acid-text variable so text (⛓ Theseus brand, active nav, Check-for-updates button, status highlights) renders as BCH dark navy #253A49 — ~12:1 on white, no more marginal green. Brand-green fills / borders / tints still use --acid. Dark mode unchanged.</div>
<div class="file">
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.23.exe">TheseusNavigator-Setup-0.3.23.exe</a> — installer</div>
<code>9dfd5a6ceb36b7d34216cfae3bff58c612c641cefbc9cd784182fdb1797d0e95</code>
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.24.exe">TheseusNavigator-Setup-0.3.24.exe</a> — installer</div>
<code>f24d16a43021cea1b7317ae5e0aa24fe7c9b1264332dfba92b82d1a2057deb67</code>
</div>
<div class="file">
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.3.23-portable.exe">TheseusNavigator-0.3.23-portable.exe</a> — portable</div>
<code>222628d481d4f46b2ebfd0bbd104cbafb27c125bfc7fc64cb216c04f871c72d4</code>
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.3.24-portable.exe">TheseusNavigator-0.3.24-portable.exe</a> — portable</div>
<code>d5e64ab5e9e038b658692eb9c615f0189c2547f91d96d50044fb0f7dbc39a0d3</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.23 · installer ~118 MB (with Ariadne's Thread) · portable ~117 MB · unsigned</div>
<div class="meta">v0.3.24 · 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.23.exe">Installer</a>
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.3.23-portable.exe">Portable .exe</a>
<a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.24.exe">Installer</a>
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.3.24-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>9dfd5a6ceb36b7d34216cfae3bff58c612c641cefbc9cd784182fdb1797d0e95</code></div>
<div class="h"><b>Portable</b><code>222628d481d4f46b2ebfd0bbd104cbafb27c125bfc7fc64cb216c04f871c72d4</code></div>
<div class="h"><b>Installer</b><code>f24d16a43021cea1b7317ae5e0aa24fe7c9b1264332dfba92b82d1a2057deb67</code></div>
<div class="h"><b>Portable</b><code>d5e64ab5e9e038b658692eb9c615f0189c2547f91d96d50044fb0f7dbc39a0d3</code></div>
</div>
</div>