Ship Theseus 0.3.10 d9801fe6 (light-mode acid legibility)

Setup    d9801fe6a1ea7d54132db36b2c78311cd5c77912618687fb9cf6476ce75a97f9
Portable ff6ea386752fb3ceeb9d5f385258a6f01f7266c2509f4670419ce6e44e24d442

One bundled fix since 0.3.9:

d1f3347 - The brand acid green (#d6ff3d) was ~1.3:1 contrast on
#ffffff / #f6f8fb, so it went nearly invisible any time the user
flipped Settings > Theme to Light. Every chrome page (chrome, home,
settings, error, approval, messages) now overrides --acid to #4d7300
in its prefers-color-scheme: light block — same hue family, ~5.5:1
on white. Also added the missing --acid: #d6ff3d declaration to
chrome.html's :root (was relying on var(--acid, #d6ff3d) fallbacks,
so the light override couldn't bind). Verified live via CDP.

Deployed: scp + sia-upload of both trees. Verified LIVE 0.3.10.

Two background tasks in progress (screenshot extension, Aegis
multiwallet + Tron/Nile) will land in a later release.
This commit is contained in:
Local Dev 2026-09-06 21:19:16 +02:00
parent 4353165775
commit 3f56375ee0
3 changed files with 15 additions and 15 deletions

View file

@ -35,15 +35,15 @@
{ {
"id": "theseus-navigator", "id": "theseus-navigator",
"product": "Theseus Navigator", "product": "Theseus Navigator",
"version": "0.3.9", "version": "0.3.10",
"date": "2026-09-06", "date": "2026-09-06",
"platform": "win-x64", "platform": "win-x64",
"signed": false, "signed": false,
"signingAuthority": null, "signingAuthority": null,
"changes": "Extension dock lays out on one horizontal row (was stacking vertically because of a CSS grid vs inline-grid nit). Static Aegis ₿ placeholder retired now that the real Bitcoin Cash Wallet add-on ships in the box, and the dock hides itself entirely on a fresh install with no add-ons registered. Everything from 0.3.8 rides along.", "changes": "Light-mode legibility fix: the brand acid green (#d6ff3d) sat at ~1.3:1 contrast on light backgrounds, so it went nearly invisible whenever the theme was flipped to Light. Every chrome page (chrome, home, settings, error, approval, messages) now overrides --acid to #4d7300 under prefers-color-scheme: light — same hue family, ~5.5:1 on white, still reads as the same brand color. Dark mode is unchanged.",
"files": { "files": {
"TheseusNavigator-Setup-0.3.9.exe": "cc676e62057b42c1e1221f0e9b69a55806bab90259bbbb4e6eb64701ab3d420a", "TheseusNavigator-Setup-0.3.10.exe": "d9801fe6a1ea7d54132db36b2c78311cd5c77912618687fb9cf6476ce75a97f9",
"TheseusNavigator-0.3.9-portable.exe": "1ab811f7edba74220b452763ee0f3329ba91d84c834d3e38be6426de0b04f1c7" "TheseusNavigator-0.3.10-portable.exe": "ff6ea386752fb3ceeb9d5f385258a6f01f7266c2509f4670419ce6e44e24d442"
} }
} }
] ]

View file

@ -49,16 +49,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.3.9</span></h2> <h2>Theseus Navigator <span style="color:var(--acid)">0.3.10</span></h2>
<div class="meta">Windows 64-bit · unsigned · 2026-09-06 · <b>Extension dock lays out on one row + static Aegis placeholder retired</b> — the extension buttons next to the download button now render horizontally (a CSS grid vs inline-grid nit that was stacking them vertically), and the temporary Aegis ₿ placeholder is gone now that the real Bitcoin Cash Wallet add-on ships in the box. The dock hides itself entirely on a fresh install with no add-ons registered. Everything from 0.3.8 rides along (resizable toolbar, F12 DevTools, Siacoin wallet add-on).</div> <div class="meta">Windows 64-bit · unsigned · 2026-09-06 · <b>Light-mode legibility fix</b> — the brand acid green (#d6ff3d) sat at ~1.3:1 contrast on light backgrounds, so it went almost invisible whenever Settings > Theme was flipped to Light. Every chrome page (chrome, home, settings, error, approval, messages) now swaps in a darker acid (#4d7300) under prefers-color-scheme: light — same hue family, ~5.5:1 on white. Dark mode unchanged. Everything from 0.3.9 rides along.</div>
<div class="file"> <div class="file">
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.9.exe">TheseusNavigator-Setup-0.3.9.exe</a> — installer</div> <div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.10.exe">TheseusNavigator-Setup-0.3.10.exe</a> — installer</div>
<code>cc676e62057b42c1e1221f0e9b69a55806bab90259bbbb4e6eb64701ab3d420a</code> <code>d9801fe6a1ea7d54132db36b2c78311cd5c77912618687fb9cf6476ce75a97f9</code>
</div> </div>
<div class="file"> <div class="file">
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.3.9-portable.exe">TheseusNavigator-0.3.9-portable.exe</a> — portable</div> <div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.3.10-portable.exe">TheseusNavigator-0.3.10-portable.exe</a> — portable</div>
<code>1ab811f7edba74220b452763ee0f3329ba91d84c834d3e38be6426de0b04f1c7</code> <code>ff6ea386752fb3ceeb9d5f385258a6f01f7266c2509f4670419ce6e44e24d442</code>
</div> </div>
</div> </div>

View file

@ -110,15 +110,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.3.9 · installer ~118 MB (with Ariadne's Thread) · portable ~116 MB · unsigned</div> <div class="meta">v0.3.10 · installer ~118 MB (with Ariadne's Thread) · portable ~116 MB · unsigned</div>
<div class="buttons"> <div class="buttons">
<a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.9.exe">Installer</a> <a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.10.exe">Installer</a>
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.3.9-portable.exe">Portable .exe</a> <a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.3.10-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>cc676e62057b42c1e1221f0e9b69a55806bab90259bbbb4e6eb64701ab3d420a</code></div> <div class="h"><b>Installer</b><code>d9801fe6a1ea7d54132db36b2c78311cd5c77912618687fb9cf6476ce75a97f9</code></div>
<div class="h"><b>Portable</b><code>1ab811f7edba74220b452763ee0f3329ba91d84c834d3e38be6426de0b04f1c7</code></div> <div class="h"><b>Portable</b><code>ff6ea386752fb3ceeb9d5f385258a6f01f7266c2509f4670419ce6e44e24d442</code></div>
</div> </div>
</div> </div>