Ship Theseus 0.3.43 678a598c (toolbar 30% ratio floor + brand-map for .x names)
Toolbar drag handle clamps to a 30% share floor for both the address bar and the search bar; search min-width bumped to 180px so the 'Search' placeholder always fits; 10px margin between the search bar and the trailing dock. Bookmark brand-case for .x names now uses a canonical map so all-caps sources come out correctly: SILENTMODE.X → SilentMode.X, silentmode.x → SilentMode.X, GAME.X → Game.X, coinspectrum.x → CoinSpectrum.X. Installer: 678a598c52cf3e86686241633d99cf49bcbc6509d893a93af4ba3336712e5e23 Portable: 718ce35606cb15e6a3333704f1b4e0999e488048eb2c4f1bbff2896ffcc7124c
This commit is contained in:
parent
b0c395d286
commit
df1b08f892
3 changed files with 14 additions and 14 deletions
|
|
@ -36,15 +36,15 @@
|
|||
{
|
||||
"id": "theseus-navigator",
|
||||
"product": "Theseus Navigator",
|
||||
"version": "0.3.42",
|
||||
"version": "0.3.43",
|
||||
"date": "2026-09-09",
|
||||
"platform": "win-x64",
|
||||
"signed": false,
|
||||
"signingAuthority": null,
|
||||
"changes": "Bookmark chip labels for the .x TLD family are now brand-cased: theseus.x renders as Theseus.X, deviant.x as Deviant.X, and so on. Names that were already all-caps (GAME.X, SILENTMODE.X) keep their form. Non-.x titles are untouched. Applied after the descriptor trim from 0.3.41. All other 0.3.41 improvements ride along.",
|
||||
"changes": "Toolbar drag handle now enforces a 30 % share floor for both the address bar and the search bar — neither can be squeezed below 30 % of the combined budget. Search box min-width bumped to 180 px so the Search placeholder always fits, and a 10 px margin between the search bar and the trailing dock keeps them from touching. Bookmark brand-case for .x names now uses a canonical map: SILENTMODE.X → SilentMode.X, silentmode.x → SilentMode.X, GAME.X → Game.X, coinspectrum.x → CoinSpectrum.X. Single-word brands (Theseus, Sirius, Deviant, Aegis, Ariadne, Argus, Hermes, Prometheus, Hephaestus, Helios, Atlas, Katalogos, Game, Poutakidis, Syskypo) are in the same map for consistency. Unknown names fall back to Title-case.",
|
||||
"files": {
|
||||
"TheseusNavigator-Setup-0.3.42.exe": "65d467c4b065b5726f33fc7fe7c0626d0d4289eecbfadae5d3625bdf1adf2ec3",
|
||||
"TheseusNavigator-0.3.42-portable.exe": "4466de982c29d7f4028be2d8e9fd9956714ff1a27b2aff8f4cc80f03f84c4a7c"
|
||||
"TheseusNavigator-Setup-0.3.43.exe": "678a598c52cf3e86686241633d99cf49bcbc6509d893a93af4ba3336712e5e23",
|
||||
"TheseusNavigator-0.3.43-portable.exe": "718ce35606cb15e6a3333704f1b4e0999e488048eb2c4f1bbff2896ffcc7124c"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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.42 — 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.43 — 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.42.exe">TheseusNavigator-Setup-0.3.42.exe</a> — installer</div>
|
||||
<code>65d467c4b065b5726f33fc7fe7c0626d0d4289eecbfadae5d3625bdf1adf2ec3</code>
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.43.exe">TheseusNavigator-Setup-0.3.43.exe</a> — installer</div>
|
||||
<code>678a598c52cf3e86686241633d99cf49bcbc6509d893a93af4ba3336712e5e23</code>
|
||||
</div>
|
||||
<div class="file">
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.3.42-portable.exe">TheseusNavigator-0.3.42-portable.exe</a> — portable</div>
|
||||
<code>4466de982c29d7f4028be2d8e9fd9956714ff1a27b2aff8f4cc80f03f84c4a7c</code>
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.3.43-portable.exe">TheseusNavigator-0.3.43-portable.exe</a> — portable</div>
|
||||
<code>718ce35606cb15e6a3333704f1b4e0999e488048eb2c4f1bbff2896ffcc7124c</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.42 · installer ~118 MB (with Ariadne's Thread) · portable ~117 MB · unsigned</div>
|
||||
<div class="meta">v0.3.43 · 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.42.exe">Installer</a>
|
||||
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.3.42-portable.exe">Portable .exe</a>
|
||||
<a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.43.exe">Installer</a>
|
||||
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.3.43-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>65d467c4b065b5726f33fc7fe7c0626d0d4289eecbfadae5d3625bdf1adf2ec3</code></div>
|
||||
<div class="h"><b>Portable</b><code>4466de982c29d7f4028be2d8e9fd9956714ff1a27b2aff8f4cc80f03f84c4a7c</code></div>
|
||||
<div class="h"><b>Installer</b><code>678a598c52cf3e86686241633d99cf49bcbc6509d893a93af4ba3336712e5e23</code></div>
|
||||
<div class="h"><b>Portable</b><code>718ce35606cb15e6a3333704f1b4e0999e488048eb2c4f1bbff2896ffcc7124c</code></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue