From 6cbb43c18ad18a867bc5ebf66b6c5fb0fbf38b8e Mon Sep 17 00:00:00 2001
From: Local Dev
Date: Wed, 2 Sep 2026 04:28:54 +0200
Subject: [PATCH] Ship Theseus 0.3.4 3d6d3d6a (address-picker delete X, Enter
picks highlight, URL bar override)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Setup 3d6d3d6aeacf482284707f50d129315d07a593e09b5d68af852abe5aa0ed4c92
Portable 6c8c5ef212bfccb377e17404e83a18cf2f09771d0eb3e0ec86a85587efdcfc9e
Three address-bar suggestion fixes.
Per-row ✕ delete on hover. Clicks on the X call address-forget instead
of address-pick; the row disappears optimistically in the picker and
main drops the entry from history + persists. Sender-URL gated to the
picker's own file:// origin.
Enter with a highlighted suggestion now navigates to THAT url. The
URL input handler tracks a pickerHasCursor flag that flips true on
ArrowDown/ArrowUp and false on any input; Enter with cursor forwards
to the picker's own submit path via addressCursor("enter") — before
this fix, Enter always ran goURL against the typed letters, which
submitted them as a web search instead of opening the selected url.
Address bar reliably shows the picked URL. onAddressPicked now arms
an overrideUrlBarUntil = now+1500ms flag; the onTabs handler treats
that window as "force write the url", bypassing the focus-guard that
was leaving the bar blank when blur() hadn't landed yet.
Deployed: scp + sia-upload of both trees, verified LIVE 0.3.4.
---
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 d76f835..72a5569 100644
--- a/releases-manifest.json
+++ b/releases-manifest.json
@@ -35,15 +35,15 @@
{
"id": "theseus-navigator",
"product": "Theseus Navigator",
- "version": "0.3.3",
+ "version": "0.3.4",
"date": "2026-08-31",
"platform": "win-x64",
"signed": false,
"signingAuthority": null,
- "changes": "Tab right-click menu: no longer clipped by the tab strip — the chrome view grows to fit it and shrinks back on close. Bookmarks bar visible on every tab (was home-only), so Add to Bookmarks has an immediate on-screen effect. Tab groups now cluster: assigning a tab to a group moves it next to its group-mates, and a group chip renders before the first tab of each group. Click the chip to collapse (member tabs hide, chip shows count) or expand (tabs reappear). Everything from 0.3.2 rides along.",
+ "changes": "Address-bar suggestions get a per-row ✕ delete button that drops the URL from history without navigating. Pressing Enter after ↓/↑ now opens the highlighted suggestion (was submitting the typed letters as a web search); typing anew resets the highlight. Address bar reliably paints the picked URL: the tabs event's focus-guard is overridden for 1.5 s after any pick so the bar can't stay blank while the tab loads. Everything from 0.3.3 rides along.",
"files": {
- "TheseusNavigator-Setup-0.3.3.exe": "e016d66543976b7a4df5ac16033319d59cb0f418e54d7e838ef16de274525a83",
- "TheseusNavigator-0.3.3-portable.exe": "b9881a62c39ecfe22644611f5aa16a48f32f97f9ec5751b5888ccbd870338c3e"
+ "TheseusNavigator-Setup-0.3.4.exe": "3d6d3d6aeacf482284707f50d129315d07a593e09b5d68af852abe5aa0ed4c92",
+ "TheseusNavigator-0.3.4-portable.exe": "6c8c5ef212bfccb377e17404e83a18cf2f09771d0eb3e0ec86a85587efdcfc9e"
}
}
]
diff --git a/releases/index.html b/releases/index.html
index b728250..889b785 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.3
+
Theseus Navigator 0.3.4
Windows 64-bit · unsigned · 2026-08-31 · Add-on framework + branded error pages — Settings > Add-ons lists modules under <userData>/addons/; drop a folder in, restart, it's live. Notepad reference add-on ships in the box. Load failures now show a name-not-registered / unreachable / TLS / generic error page with Retry + Search + Register-on-Sirius actions; the address bar keeps the failed URL. Carries the Ariadne bundle and Startpage POST fix from 0.1.2.
-
-
e016d66543976b7a4df5ac16033319d59cb0f418e54d7e838ef16de274525a83
+
+
3d6d3d6aeacf482284707f50d129315d07a593e09b5d68af852abe5aa0ed4c92
-
-
b9881a62c39ecfe22644611f5aa16a48f32f97f9ec5751b5888ccbd870338c3e
+
+
6c8c5ef212bfccb377e17404e83a18cf2f09771d0eb3e0ec86a85587efdcfc9e
diff --git a/tools/index.html b/tools/index.html
index 85489c6..0ae4284 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.3 · installer ~118 MB (with Ariadne's Thread) · portable ~116 MB · unsigned
+ v0.3.4 · installer ~118 MB (with Ariadne's Thread) · portable ~116 MB · unsigned
SHA-256 — verify before running
-
Installere016d66543976b7a4df5ac16033319d59cb0f418e54d7e838ef16de274525a83
-
Portableb9881a62c39ecfe22644611f5aa16a48f32f97f9ec5751b5888ccbd870338c3e
+
Installer3d6d3d6aeacf482284707f50d129315d07a593e09b5d68af852abe5aa0ed4c92
+
Portable6c8c5ef212bfccb377e17404e83a18cf2f09771d0eb3e0ec86a85587efdcfc9e