Ship Theseus 0.1.0 510f81fd (bundle Ariadne's Thread)
Setup 510f81fd5e9b4287a55817aaf5080e5d46005eecb5359eb06892040cf8d10d87
Portable 96bfb469f2d9dfe11606aa10db92febdfce73df980eec475ab285f2334925158
Bundled AriadneResolver-Setup-0.1.0.exe (9ab725be, unchanged 0.1.0)
Version 0.0.9 -> 0.1.0 marks the "Silent Mode = one install" milestone:
Theseus and the system-wide Ariadne resolver now ship together.
nsis/installer.nsh (electron-builder `nsis.include`) hooks two macros:
customInstall -- If Ariadne's Thread is NOT already installed,
MessageBox MB_YESNO|MB_DEFBUTTON1 asks whether
to install it now. On Yes, chain-invokes the
bundled Inno installer with
/VERYSILENT /SUPPRESSMSGBOXES /NORESTART
(Ariadne raises its own UAC because Inno declares
PrivilegesRequired=admin). Ariadne being present
already suppresses the prompt on upgrades.
customUnInstall -- Reads Ariadne's UninstallString from HKLM 64-bit
Uninstall\{...ARIADNERSLVR}_is1. If present,
symmetric MessageBox asks whether to remove it
too, then ExecWaits the string with the same
silent flags. Skips silently if Ariadne isn't
installed.
Registry probe uses SetRegView 64 (Ariadne installs 64-bit per
ArchitecturesInstallIn64BitMode=x64compatible in its .iss). Reset to
`lastused` after each probe to leave electron-builder's own state
unchanged.
Package changes:
- version 0.0.9 -> 0.1.0
- build.extraResources adds build/AriadneResolver-Setup-0.1.0.exe
(unpacked to $INSTDIR/resources/); build/ stays gitignored - the
binary is regenerated by copying from AriadneResolver's Inno output
- build.nsis.include -> nsis/installer.nsh
Size: installer 122 MB (+25 MB for bundled Ariadne), portable 122 MB.
Portable also carries the Ariadne exe as a side effect of extraResources
being global; portable can't invoke an installer, so the 25 MB is dead
weight there - future rev could scope extraResources per-target.
Site updates: tools page + releases page + theseus.x landing all
reflect the 0.1.0 hashes, sizes, and the new "Ariadne's Thread bundled"
line. tools page's "Coming to the Windows installer" footnote is
rewritten past tense because it landed.
Deployed:
- scp installers + releases-manifest.json to /opt/silent-mode/dl/
- scp tools/ + releases/ index pages to /opt/silent-mode/site/
- sia-upload of ../site and ../site-theseus-x
- verified HEAD 200, manifest reports 0.1.0 2026-08-31, VPS hashes
match local
Existing 0.0.6 (or newer) installs will surface 0.1.0 in the update
chip on next launch.
This commit is contained in:
parent
9141b37f36
commit
1a17f5fa4e
3 changed files with 22 additions and 21 deletions
|
|
@ -35,15 +35,15 @@
|
|||
{
|
||||
"id": "theseus-navigator",
|
||||
"product": "Theseus Navigator",
|
||||
"version": "0.0.9",
|
||||
"version": "0.1.0",
|
||||
"date": "2026-08-31",
|
||||
"platform": "win-x64",
|
||||
"signed": false,
|
||||
"signingAuthority": null,
|
||||
"changes": "Cumulative ship. Address-picker: clicking a suggestion now paints the full picked URL in the address bar (was leaving the typed prefix while the target loaded). Reload keys wired: F5 / Ctrl+R for soft reload, Ctrl+Shift+R / Ctrl+F5 for hard reload (bypass cache); Shift-click on the toolbar reload does the same. Carries forward 0.0.8's `window.bcnr` read-only dApp API (resolveName / isRegistered / getBcnrTlds / getRecordVersion) and eTLD+1 permission origins via the Public Suffix List, plus 0.0.7's bundled BNS beacon snapshot + 30-s background delta refresh + Sia snapshot pull on boot.",
|
||||
"changes": "Ariadne's Thread now bundles with the Windows installer. A recommended-on prompt during install offers to also set up the system-wide resolver, so Bitcoin Cash names resolve in Chrome, Edge, Firefox, and every other browser on the machine (Ariadne runs its own UAC prompt for its part). Uninstalling Theseus symmetrically asks whether to remove Ariadne too. Skip the prompt and Theseus stays fully self-contained via its in-process resolver. Portable exe unchanged in behavior. Installer size ~118 MB (+25 MB for the bundled resolver).",
|
||||
"files": {
|
||||
"TheseusNavigator-Setup-0.0.9.exe": "5452a34f211176cf04b7ea77a70fb838f0031b6ea0faed2cd270eae989b20c60",
|
||||
"TheseusNavigator-0.0.9-portable.exe": "ee602a016caf022452b2096ca683cf4bb4cea93ded1352192910c581a962d9ae"
|
||||
"TheseusNavigator-Setup-0.1.0.exe": "510f81fd5e9b4287a55817aaf5080e5d46005eecb5359eb06892040cf8d10d87",
|
||||
"TheseusNavigator-0.1.0-portable.exe": "96bfb469f2d9dfe11606aa10db92febdfce73df980eec475ab285f2334925158"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -48,16 +48,16 @@
|
|||
mirror cannot change what you check against here.</p>
|
||||
|
||||
<div class="rel">
|
||||
<h2>Theseus Navigator <span style="color:var(--acid)">0.0.9</span></h2>
|
||||
<div class="meta">Windows 64-bit · unsigned · 2026-08-31 · address-picker paints the full picked URL in the bar; reload keys wired (F5 / Ctrl+R soft, Ctrl+Shift+R / Ctrl+F5 hard, Shift-click the toolbar reload = hard) — carries 0.0.8's <b>window.bcnr</b> dApp API and PSL-based eTLD+1 permission origins + 0.0.7's bundled snapshot, delta refresh, and Sia pull</div>
|
||||
<h2>Theseus Navigator <span style="color:var(--acid)">0.1.0</span></h2>
|
||||
<div class="meta">Windows 64-bit · unsigned · 2026-08-31 · <b>Ariadne's Thread bundled</b> — installer prompts once (recommended-on) to also set up the system-wide resolver; uninstall symmetrically asks to remove it. Installer ~118 MB (+25 MB for the bundled Ariadne). Portable unchanged.</div>
|
||||
|
||||
<div class="file">
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.0.9.exe">TheseusNavigator-Setup-0.0.9.exe</a> — installer</div>
|
||||
<code>5452a34f211176cf04b7ea77a70fb838f0031b6ea0faed2cd270eae989b20c60</code>
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.1.0.exe">TheseusNavigator-Setup-0.1.0.exe</a> — installer</div>
|
||||
<code>510f81fd5e9b4287a55817aaf5080e5d46005eecb5359eb06892040cf8d10d87</code>
|
||||
</div>
|
||||
<div class="file">
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.0.9-portable.exe">TheseusNavigator-0.0.9-portable.exe</a> — portable</div>
|
||||
<code>ee602a016caf022452b2096ca683cf4bb4cea93ded1352192910c581a962d9ae</code>
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.1.0-portable.exe">TheseusNavigator-0.1.0-portable.exe</a> — portable</div>
|
||||
<code>96bfb469f2d9dfe11606aa10db92febdfce73df980eec475ab285f2334925158</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -109,15 +109,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.0.9 · ~93 MB · unsigned</div>
|
||||
<div class="meta">v0.1.0 · 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.0.9.exe">Installer</a>
|
||||
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.0.9-portable.exe">Portable .exe</a>
|
||||
<a class="btn acid" href="https://dl.silentmode.st/TheseusNavigator-Setup-0.1.0.exe">Installer</a>
|
||||
<a class="btn ghost" href="https://dl.silentmode.st/TheseusNavigator-0.1.0-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>5452a34f211176cf04b7ea77a70fb838f0031b6ea0faed2cd270eae989b20c60</code></div>
|
||||
<div class="h"><b>Portable</b><code>ee602a016caf022452b2096ca683cf4bb4cea93ded1352192910c581a962d9ae</code></div>
|
||||
<div class="h"><b>Installer</b><code>510f81fd5e9b4287a55817aaf5080e5d46005eecb5359eb06892040cf8d10d87</code></div>
|
||||
<div class="h"><b>Portable</b><code>96bfb469f2d9dfe11606aa10db92febdfce73df980eec475ab285f2334925158</code></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -144,12 +144,13 @@
|
|||
<a href="https://theseus.x/">theseus.x</a> (Sia-hosted, name pinned on chain).
|
||||
Type it in Theseus's own address bar and you're skipping every intermediary —
|
||||
no DNS, no CDN, no operator between you and the bytes.</div>
|
||||
<div class="fn"><b>Coming to the Windows installer.</b> An optional
|
||||
"Install Ariadne Resolver (recommended)" checkbox — one setup file for both the
|
||||
browser and the system-wide resolver, so BNS names also work in Chrome, Edge,
|
||||
and any other browser on the machine. Uninstalling Theseus will ask whether
|
||||
to remove the resolver too. Until that lands, the
|
||||
<a href="#resolver">standalone Ariadne Resolver</a> below does the same job.</div>
|
||||
<div class="fn"><b>Ariadne's Thread is bundled.</b> The Windows installer
|
||||
(v0.1.0+) prompts once during setup — recommended-on — to also install
|
||||
the system-wide resolver, so BNS names also work in Chrome, Edge, and
|
||||
every other browser on the machine. Uninstalling Theseus asks whether
|
||||
to remove the resolver too. Skip the prompt and Theseus is still fully
|
||||
self-contained. The <a href="#resolver">standalone Ariadne Resolver</a>
|
||||
below is the same code for anyone who wants only the resolver.</div>
|
||||
<div class="fn"><b>Android APK still named <code style="background:transparent;border:none;padding:0">ariadne-v0.11.apk</code>.</b>
|
||||
Same app, same signing key — updates in place. The label shifts to <b>Theseus
|
||||
for Android</b> so both platforms share one brand; the next APK carries the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue