Ship Theseus 0.3.15 81b6a8d2 (drag-resize + right-side pinning fix)
Setup 81b6a8d2a64d20641c4cc448d35627fb3c492ea45adb24fa5c41a9f63663dd2d Portable 47a22d86a08305536b4d80f4072ad38179a4935f303ac31bcd05dba36d5f4d40 One bundled commit since 0.3.14: 6dae15e - Drag handles on the trailing edge of the URL bar + leading edge of the search box let the user resize live; widths persist as urlBarWidthPx / searchBoxWidthPx and override the discrete size preset. Also fixes the sliding bug the user just flagged: capping the URL bar via Settings > Appearance was letting the download / extension / Theseus buttons pack next to the URL bar, sliding leftward. Adding margin-right: auto to the capped .urlwrap absorbs the slack so the right group stays pinned to the right edge. Verified via CDP: logo's rightGap stays at 10px across default / compact / urlBarWidthPx=500 / reset. Deployed. Verified LIVE 0.3.15.
This commit is contained in:
parent
2376869438
commit
37e6e7ff02
3 changed files with 15 additions and 15 deletions
|
|
@ -35,15 +35,15 @@
|
|||
{
|
||||
"id": "theseus-navigator",
|
||||
"product": "Theseus Navigator",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"date": "2026-09-06",
|
||||
"platform": "win-x64",
|
||||
"signed": false,
|
||||
"signingAuthority": null,
|
||||
"changes": "Aegis multi-chain wallet: the built-in BCH wallet gains a chain picker for Tron mainnet + Tron Nile testnet alongside BCH. Add-wallet dropdown per chain, per-chain unit picker, dapp bridge exposes window.bitcoincash on .x sites AND window.tronWeb / window.tronLink on any https page so Tron dapps just work. Legacy BCH default derivation is byte-identical — funds untouched. Screenshot add-on redesigned: dock icon opens a small menu (Visible / Full page / Region…), each capture opens a full browser-tab editor with crop / annotate / redact / undo / save / copy-to-clipboard. Light-mode acid green went darker again (#3a5c00) and now covers every addon panel that was missed. Everything from 0.3.13 rides along.",
|
||||
"changes": "Toolbar drag-handles + pinning fix: grab the trailing edge of the URL bar or the leading edge of the search box and drag to resize live — the width persists across launches. Also fixes the sliding bug: capping the URL bar via Settings > Appearance no longer shifts the download / extension / Theseus buttons leftward — the right group now stays pinned to the right edge. Everything from 0.3.14 rides along.",
|
||||
"files": {
|
||||
"TheseusNavigator-Setup-0.3.14.exe": "238f0b81afd93d7cef80b9403edef1dc3e1d4c1bf29e29a498115e1185ce1db8",
|
||||
"TheseusNavigator-0.3.14-portable.exe": "d8877e696ad6425aa6d56cb796048702cfb37b40ff539a8c1af0d08d0a31870c"
|
||||
"TheseusNavigator-Setup-0.3.15.exe": "81b6a8d2a64d20641c4cc448d35627fb3c492ea45adb24fa5c41a9f63663dd2d",
|
||||
"TheseusNavigator-0.3.15-portable.exe": "47a22d86a08305536b4d80f4072ad38179a4935f303ac31bcd05dba36d5f4d40"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -49,16 +49,16 @@
|
|||
mirror cannot change what you check against here.</p>
|
||||
|
||||
<div class="rel">
|
||||
<h2>Theseus Navigator <span style="color:var(--acid)">0.3.14</span></h2>
|
||||
<div class="meta">Windows 64-bit · unsigned · 2026-09-06 · <b>Aegis multi-chain wallet + Screenshot editor + darker light-mode acid</b> — the built-in wallet gains a chain picker for Tron mainnet + Tron Nile testnet alongside BCH; dapp bridge exposes window.tronWeb / window.tronLink on any https page so TronLink dapps just work. Screenshot add-on redesigned: dock menu (Visible / Full page / Region…), each capture opens a full-tab editor with crop / annotate / redact / undo / save / copy-to-clipboard. Light-mode acid green went darker (#3a5c00, ~7:1 on white) and now covers every addon panel that was missed. Everything from 0.3.13 rides along.</div>
|
||||
<h2>Theseus Navigator <span style="color:var(--acid)">0.3.15</span></h2>
|
||||
<div class="meta">Windows 64-bit · unsigned · 2026-09-06 · <b>Drag-resizable toolbar + right-side pinning fix</b> — grab the trailing edge of the URL bar or the leading edge of the search box to resize live (width persists). Capping the URL bar in Settings no longer slides the download / extensions / Theseus buttons leftward. Everything from 0.3.14 rides along.</div>
|
||||
|
||||
<div class="file">
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.14.exe">TheseusNavigator-Setup-0.3.14.exe</a> — installer</div>
|
||||
<code>238f0b81afd93d7cef80b9403edef1dc3e1d4c1bf29e29a498115e1185ce1db8</code>
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.15.exe">TheseusNavigator-Setup-0.3.15.exe</a> — installer</div>
|
||||
<code>81b6a8d2a64d20641c4cc448d35627fb3c492ea45adb24fa5c41a9f63663dd2d</code>
|
||||
</div>
|
||||
<div class="file">
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.3.14-portable.exe">TheseusNavigator-0.3.14-portable.exe</a> — portable</div>
|
||||
<code>d8877e696ad6425aa6d56cb796048702cfb37b40ff539a8c1af0d08d0a31870c</code>
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.3.15-portable.exe">TheseusNavigator-0.3.15-portable.exe</a> — portable</div>
|
||||
<code>47a22d86a08305536b4d80f4072ad38179a4935f303ac31bcd05dba36d5f4d40</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.14 · installer ~118 MB (with Ariadne's Thread) · portable ~116 MB · unsigned</div>
|
||||
<div class="meta">v0.3.15 · installer ~118 MB (with Ariadne's Thread) · portable ~116 MB · unsigned</div>
|
||||
<div class="buttons">
|
||||
<a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.14.exe">Installer</a>
|
||||
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.3.14-portable.exe">Portable .exe</a>
|
||||
<a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.15.exe">Installer</a>
|
||||
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.3.15-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>238f0b81afd93d7cef80b9403edef1dc3e1d4c1bf29e29a498115e1185ce1db8</code></div>
|
||||
<div class="h"><b>Portable</b><code>d8877e696ad6425aa6d56cb796048702cfb37b40ff539a8c1af0d08d0a31870c</code></div>
|
||||
<div class="h"><b>Installer</b><code>81b6a8d2a64d20641c4cc448d35627fb3c492ea45adb24fa5c41a9f63663dd2d</code></div>
|
||||
<div class="h"><b>Portable</b><code>47a22d86a08305536b4d80f4072ad38179a4935f303ac31bcd05dba36d5f4d40</code></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue