From eee4335c2d69cec0174f3abff1d20f61715d93ac Mon Sep 17 00:00:00 2001 From: Local Dev Date: Wed, 9 Sep 2026 00:15:11 +0200 Subject: [PATCH] Ship Theseus 0.3.37 0b44b617 (Firefox-style toolbar resize) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two independent drag handles replaced with ONE between the URL bar and the search bar. Zero-sum: bigger URL bar = smaller search bar, and vice versa. Fixed items (nav, Downloads, extension dock, ⛓ logo) stay put — .urlwrap + .bardrag + .searchbox now share a .urlsearch flex container between them, so the drag never displaces anything outside it. Verified via static render in the browser pane: url=default → 60/40 split (533 / 317 px at 1280 total) url=700px → search shrinks to 157px url=300px → search grows to 539px narrow window (data-responsive=1+) → search bar + drag handle both display:none, URL bar grows to fill Installer: 0b44b6175a286b6bf7710000a60f54d28e2c3ce061dc852f366f1011ac786d05 Portable: 3599d3df7a0d8a3c8df1f34ab777068c3ef400ca1b88cfdaff6e41a7964730c3 --- releases-manifest.json | 10 +++++----- releases/index.html | 10 +++++----- tools/index.html | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/releases-manifest.json b/releases-manifest.json index c09a506..a8b48cf 100644 --- a/releases-manifest.json +++ b/releases-manifest.json @@ -36,15 +36,15 @@ { "id": "theseus-navigator", "product": "Theseus Navigator", - "version": "0.3.36", - "date": "2026-09-08", + "version": "0.3.37", + "date": "2026-09-09", "platform": "win-x64", "signed": false, "signingAuthority": null, - "changes": "New Plug-ins section in Settings — the two long system-scoped cards (Ariadne's Thread system-wide resolver, Aegis built-in wallet) moved out of General into their own home between Privacy and Extensions. General now stops at the collision-policy block; Plug-ins clusters components that live alongside Theseus with their own install/update/on-off controls. Ariadne status re-polls on every tab visit so it never displays stale text; Aegis card auto-loads on page-init and its Check-for-updates button stays user-initiated.", + "changes": "Firefox-style toolbar resize — the two independent drag handles on the URL bar and the search bar are replaced with ONE handle between them. Zero-sum: growing the URL bar shrinks the search bar, and vice versa. Nothing else in the toolbar moves — nav buttons, Downloads, the extension dock and the ⛓ Theseus logo all keep their positions. When the window shrinks below the responsive breakpoint the search bar (and the drag handle) hide as before, and the URL bar grows to fill the freed space on its own.", "files": { - "TheseusNavigator-Setup-0.3.36.exe": "48a46e503af63d2c6867d4fce9069aae07433e5eb4560d14687e196a6622c55e", - "TheseusNavigator-0.3.36-portable.exe": "0525a5a4b6e7f2fc6f53fe005aafaafe783d20cb6db08a97fea9ae68ef520969" + "TheseusNavigator-Setup-0.3.37.exe": "0b44b6175a286b6bf7710000a60f54d28e2c3ce061dc852f366f1011ac786d05", + "TheseusNavigator-0.3.37-portable.exe": "3599d3df7a0d8a3c8df1f34ab777068c3ef400ca1b88cfdaff6e41a7964730c3" } } ] diff --git a/releases/index.html b/releases/index.html index efb72c1..bd51756 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.36 — 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.37 — 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.
- - 48a46e503af63d2c6867d4fce9069aae07433e5eb4560d14687e196a6622c55e + + 0b44b6175a286b6bf7710000a60f54d28e2c3ce061dc852f366f1011ac786d05
- - 0525a5a4b6e7f2fc6f53fe005aafaafe783d20cb6db08a97fea9ae68ef520969 + + 3599d3df7a0d8a3c8df1f34ab777068c3ef400ca1b88cfdaff6e41a7964730c3
diff --git a/tools/index.html b/tools/index.html index 46af811..1c3af1e 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.36 · installer ~118 MB (with Ariadne's Thread) · portable ~117 MB · unsigned
+
v0.3.37 · installer ~118 MB (with Ariadne's Thread) · portable ~117 MB · unsigned
- Installer - Portable .exe + Installer + Portable .exe
SHA-256 — verify before running
-
Installer48a46e503af63d2c6867d4fce9069aae07433e5eb4560d14687e196a6622c55e
-
Portable0525a5a4b6e7f2fc6f53fe005aafaafe783d20cb6db08a97fea9ae68ef520969
+
Installer0b44b6175a286b6bf7710000a60f54d28e2c3ce061dc852f366f1011ac786d05
+
Portable3599d3df7a0d8a3c8df1f34ab777068c3ef400ca1b88cfdaff6e41a7964730c3