From 9f20de2b29de729e9a0d730fb4ffa38f10e78d31 Mon Sep 17 00:00:00 2001
From: Local Dev
Date: Tue, 8 Sep 2026 19:34:26 +0200
Subject: [PATCH] Ship Theseus 0.3.31 32c4abea (screenshot white-loop fix +
Aegis IPC + light-mode surfaces)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Setup 32c4abea9f2f15bb319e355b2cda747fc7d25eac350f7b9512b92894bae97c30
Portable 47af67894b389174f034dd15a2d2c99605bfcb941fccd084242fc0c52cc6e90a
Fixes since 0.3.28 (all riding this ship since 0.3.29/0.3.30 site
files never reached LIVE):
a279864 - Root cause of the "screenshot is still blank white"
symptom: captureTab reads activeTab(). After the first capture the
editor tab BECOMES active, so every subsequent shot snapshotted the
editor's own still-blank canvas — that white PNG got written to
scratch, fed into a new editor, and the next re-capture snapshotted
THAT. A self-referential feedback loop. captureTab now skips
add-on-owned and Settings tabs, falling back to the last real page
tab tracked in setActive(); if none exists, a clear "open a page
you'd like to shoot first" error rather than white pixels.
4c55f04 - Aegis card in Settings > General crashed on load because
the IPC handlers used a different response shape than the UI
expected. Reads corrected on both sides.
df10884 - Aegis retires the legacy bchwallet folder on every launch,
and Aegis gets a branded dock/list icon.
1574545 - Every dark-hardcoded surface in Settings light mode (.polrow
collision-policy rows, .segseg, .engcat, .ctxmenu, select/input
backgrounds) now maps to a BCH-palette equivalent — no more solid
dark blobs on the white page.
ea9bcab / 4ed55b7 - Site release-notes text updated to include the
per-add-on diagnostic report already in the 0.3.28 build.
Deployed. Verified LIVE 0.3.31.
---
releases-manifest.json | 8 ++++----
releases/index.html | 12 ++++++------
tools/index.html | 10 +++++-----
3 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/releases-manifest.json b/releases-manifest.json
index 7392669..07daf89 100644
--- a/releases-manifest.json
+++ b/releases-manifest.json
@@ -36,15 +36,15 @@
{
"id": "theseus-navigator",
"product": "Theseus Navigator",
- "version": "0.3.30",
+ "version": "0.3.31",
"date": "2026-09-08",
"platform": "win-x64",
"signed": false,
"signingAuthority": null,
- "changes": "Fixes light-mode legibility in Settings. The Registries > Collision policy rows (and .segseg, .engcat, .ctxmenu, select/input backgrounds) had a hardcoded dark-navy background with no light-mode override, so they rendered as solid dark bars on the white page and their text disappeared. Every dark-hardcoded surface now maps to a BCH-palette equivalent: --bg → #F8FDFF, --ink → #253A49, .polrow → off-white card with dark-navy text and an acid-green tint on the selected option. Verified via CDP. Dark mode is unchanged. Everything from 0.3.22 – 0.3.29 rides along.",
+ "changes": "Screenshot 'blank white' feedback loop finally fixed. captureTab reads activeTab(); after the first capture the editor tab BECOMES the active tab, so every subsequent shot snapshotted the editor's own blank canvas — that white PNG got written to scratch, fed into a new editor, and every re-capture snapshotted THAT. Now the capture path skips add-on-owned and Settings tabs and falls back to the last real page tab tracked in setActive(); if none exists, a clear 'open a page you'd like to shoot first' error rather than white pixels. Also folded in from 0.3.29/0.3.30: Aegis card IPC-shape crash fix, and Settings light-mode surfaces mapped to the BCH palette so the Collision policy rows and other dark-hardcoded surfaces read cleanly on white. Everything from 0.3.22 – 0.3.28 rides along.",
"files": {
- "TheseusNavigator-Setup-0.3.30.exe": "12442cf39f29dcc5775910cd9e7c24d1224f247c7bea245b1ab3147860bfc447",
- "TheseusNavigator-0.3.30-portable.exe": "a71282ea82465b4edc6012a21464de58a2d980892fb3eaf018a26312c11b54bb"
+ "TheseusNavigator-Setup-0.3.31.exe": "32c4abea9f2f15bb319e355b2cda747fc7d25eac350f7b9512b92894bae97c30",
+ "TheseusNavigator-0.3.31-portable.exe": "47af67894b389174f034dd15a2d2c99605bfcb941fccd084242fc0c52cc6e90a"
}
}
]
diff --git a/releases/index.html b/releases/index.html
index f59454c..c94c537 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -49,16 +49,16 @@
mirror cannot change what you check against here.
-
Theseus Navigator 0.3.30
-
Windows 64-bit · unsigned · 2026-09-08 · Fix: Settings light-mode legibility — Registries > Collision policy rows (and .segseg, .engcat, .ctxmenu, select/input backgrounds) had a hardcoded dark-navy background with no light-mode override, so they blob-ed dark on the white page and the text disappeared. Every dark-hardcoded surface now maps to a BCH-palette equivalent: --bg → #F8FDFF, --ink → #253A49, .polrow → off-white card with dark-navy text and an acid-green tint on the selected option. Everything from 0.3.22 – 0.3.29 rides along.
+
Theseus Navigator 0.3.31
+
Windows 64-bit · unsigned · 2026-09-08 · Screenshot no longer white-loops + Aegis IPC crash + light-mode Settings surfaces — Root cause of the "screenshot is still blank white" symptom: captureTab reads activeTab(), so after the first capture opens the editor tab (which BECOMES active), every subsequent shot snapshotted the editor's own blank canvas — a self-referential feedback loop. Now captureTab skips add-on-owned and Settings tabs and falls back to the last real page tab tracked in setActive(); if none exists, a clear error. Also carrying: 0.3.29's Aegis card IPC-shape crash fix, and 0.3.30's light-mode surfaces mapped to the BCH palette (Collision policy rows and other dark-hardcoded surfaces now read cleanly on white). Everything from 0.3.22 – 0.3.28 rides along.
-
-
12442cf39f29dcc5775910cd9e7c24d1224f247c7bea245b1ab3147860bfc447
+
+
32c4abea9f2f15bb319e355b2cda747fc7d25eac350f7b9512b92894bae97c30
-
-
a71282ea82465b4edc6012a21464de58a2d980892fb3eaf018a26312c11b54bb
+
+
47af67894b389174f034dd15a2d2c99605bfcb941fccd084242fc0c52cc6e90a
diff --git a/tools/index.html b/tools/index.html
index efb332e..2bc44ae 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.30 · installer ~118 MB (with Ariadne's Thread) · portable ~117 MB · unsigned
+ v0.3.31 · installer ~118 MB (with Ariadne's Thread) · portable ~117 MB · unsigned
SHA-256 — verify before running
-
Installer12442cf39f29dcc5775910cd9e7c24d1224f247c7bea245b1ab3147860bfc447
-
Portablea71282ea82465b4edc6012a21464de58a2d980892fb3eaf018a26312c11b54bb
+
Installer32c4abea9f2f15bb319e355b2cda747fc7d25eac350f7b9512b92894bae97c30
+
Portable47af67894b389174f034dd15a2d2c99605bfcb941fccd084242fc0c52cc6e90a