Ship Theseus 0.3.37 0b44b617 (Firefox-style toolbar resize)
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
This commit is contained in:
parent
10105b4eca
commit
eee4335c2d
3 changed files with 15 additions and 15 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -50,15 +50,15 @@
|
|||
|
||||
<div class="rel">
|
||||
<h2>Theseus Navigator <span style="color:var(--acid)">0.3.31</span></h2>
|
||||
<div class="meta">Windows 64-bit · unsigned · 2026-09-08 · <b>0.3.36 — UI improvements + defensive hash-verify on updates</b> — 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 (<code style="display:inline">--bg #e6e8ec</code>, inactive tab <code style="display:inline">#f2f4f7</code>, active tab <code style="display:inline">#ffffff</code>) 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-<code style="display:inline">#253A49</code> to <code style="display:inline">#eef1f5</code> with <code style="display:inline">#253A49</code> ink. Updater now streams the downloaded setup .exe through <code style="display:inline">crypto.createHash("sha256")</code> and compares to this manifest before arming Install — truncated payloads (Electron reports <code style="display:inline">"completed"</code> on those) are rejected and deleted instead of spawned as setup. <code style="display:inline">install-update-now</code> spawn flags left at <code style="display:inline">/S</code> alone — the 0.3.32 <code style="display:inline">--updated /S --force-run</code> change was proven not to address the <code style="display:inline">D:\Program Files</code> silent-no-op symptom. Screenshot white-loop, Aegis IPC-shape crash fix, and light-mode Settings surfaces all ride along.</div>
|
||||
<div class="meta">Windows 64-bit · unsigned · 2026-09-08 · <b>0.3.37 — UI improvements + defensive hash-verify on updates</b> — 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 (<code style="display:inline">--bg #e6e8ec</code>, inactive tab <code style="display:inline">#f2f4f7</code>, active tab <code style="display:inline">#ffffff</code>) 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-<code style="display:inline">#253A49</code> to <code style="display:inline">#eef1f5</code> with <code style="display:inline">#253A49</code> ink. Updater now streams the downloaded setup .exe through <code style="display:inline">crypto.createHash("sha256")</code> and compares to this manifest before arming Install — truncated payloads (Electron reports <code style="display:inline">"completed"</code> on those) are rejected and deleted instead of spawned as setup. <code style="display:inline">install-update-now</code> spawn flags left at <code style="display:inline">/S</code> alone — the 0.3.32 <code style="display:inline">--updated /S --force-run</code> change was proven not to address the <code style="display:inline">D:\Program Files</code> silent-no-op symptom. Screenshot white-loop, Aegis IPC-shape crash fix, and light-mode Settings surfaces all ride along.</div>
|
||||
|
||||
<div class="file">
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.36.exe">TheseusNavigator-Setup-0.3.36.exe</a> — installer</div>
|
||||
<code>48a46e503af63d2c6867d4fce9069aae07433e5eb4560d14687e196a6622c55e</code>
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.37.exe">TheseusNavigator-Setup-0.3.37.exe</a> — installer</div>
|
||||
<code>0b44b6175a286b6bf7710000a60f54d28e2c3ce061dc852f366f1011ac786d05</code>
|
||||
</div>
|
||||
<div class="file">
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.3.36-portable.exe">TheseusNavigator-0.3.36-portable.exe</a> — portable</div>
|
||||
<code>0525a5a4b6e7f2fc6f53fe005aafaafe783d20cb6db08a97fea9ae68ef520969</code>
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.3.37-portable.exe">TheseusNavigator-0.3.37-portable.exe</a> — portable</div>
|
||||
<code>3599d3df7a0d8a3c8df1f34ab777068c3ef400ca1b88cfdaff6e41a7964730c3</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -110,15 +110,15 @@
|
|||
<h3>for Windows</h3>
|
||||
<p class="desc">Full-window desktop browser with Tor toggle and search bar.
|
||||
macOS and Linux not yet packaged.</p>
|
||||
<div class="meta">v0.3.36 · installer ~118 MB (with Ariadne's Thread) · portable ~117 MB · unsigned</div>
|
||||
<div class="meta">v0.3.37 · installer ~118 MB (with Ariadne's Thread) · portable ~117 MB · unsigned</div>
|
||||
<div class="buttons">
|
||||
<a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.36.exe">Installer</a>
|
||||
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.3.36-portable.exe">Portable .exe</a>
|
||||
<a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.37.exe">Installer</a>
|
||||
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.3.37-portable.exe">Portable .exe</a>
|
||||
</div>
|
||||
<div class="verifybox">
|
||||
<div class="lbl">SHA-256 — verify before running</div>
|
||||
<div class="h"><b>Installer</b><code>48a46e503af63d2c6867d4fce9069aae07433e5eb4560d14687e196a6622c55e</code></div>
|
||||
<div class="h"><b>Portable</b><code>0525a5a4b6e7f2fc6f53fe005aafaafe783d20cb6db08a97fea9ae68ef520969</code></div>
|
||||
<div class="h"><b>Installer</b><code>0b44b6175a286b6bf7710000a60f54d28e2c3ce061dc852f366f1011ac786d05</code></div>
|
||||
<div class="h"><b>Portable</b><code>3599d3df7a0d8a3c8df1f34ab777068c3ef400ca1b88cfdaff6e41a7964730c3</code></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue