From e3a44e42e33720161e14d05ea0f9ab7d0c8d3911 Mon Sep 17 00:00:00 2001 From: Local Dev Date: Sun, 6 Sep 2026 17:19:15 +0200 Subject: [PATCH] Ship Theseus 0.3.8 b2b7819e (resizable toolbar + DevTools shortcut) Setup b2b7819e7a5f1ae1aa7ac79dd8e150f7c11f238eb3ab98a53fae51186dd4dc5b Portable c971931f380245e44064720b132859917039488c12e0f654a2eeb406cf465d37 Bundled fixes since 0.3.7: b649398 - User-resizable address bar + search box. Settings > Appearance > Toolbar now offers urlBarSize (wide/medium/compact) and searchBoxSize (hidden/compact/normal/wide). Applied as data-attrs on .bar so the flex basis of .urlwrap and the width of .searchbox swap live. Motivation: the per-extension dock (0.3.7) needs room to grow as users install more. Settings-set broadcasts settings-update to chrome so resizing is instant without a relaunch. ab87576 - F12 / Ctrl+Shift+I opens Chromium DevTools on the active tab in a detached window. Wired in the same before-input-event handler that owns reload / sidebar shortcuts. Always targets the active tab regardless of which view received the keystroke. Deployed: scp + sia-upload of both trees. Verified LIVE 0.3.8. VPS archive step 7: 0.3.6 pair moved to Sia dl-archive/, only 0.3.7 + 0.3.8 remain on /opt/silent-mode/dl/ (per shipping-mirrors memory). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d242c4..889d7f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theseus-navigator", - "version": "0.3.7", + "version": "0.3.8", "description": "Theseus Navigator — a browser that follows the thread. By Silent Mode, a Deviant project.", "author": "Silent Mode", "main": "main.js",