From 1a17f5fa4efdb4686efe51ea07e00389f1701e78 Mon Sep 17 00:00:00 2001 From: Local Dev Date: Mon, 31 Aug 2026 05:07:34 +0200 Subject: [PATCH] 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. --- releases-manifest.json | 8 ++++---- releases/index.html | 12 ++++++------ tools/index.html | 23 ++++++++++++----------- 3 files changed, 22 insertions(+), 21 deletions(-) diff --git a/releases-manifest.json b/releases-manifest.json index 660219b..dc753f7 100644 --- a/releases-manifest.json +++ b/releases-manifest.json @@ -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" } } ] diff --git a/releases/index.html b/releases/index.html index 48b1fd6..287a7c1 100644 --- a/releases/index.html +++ b/releases/index.html @@ -48,16 +48,16 @@ mirror cannot change what you check against here.

-

Theseus Navigator 0.0.9

-
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 window.bcnr dApp API and PSL-based eTLD+1 permission origins + 0.0.7's bundled snapshot, delta refresh, and Sia pull
+

Theseus Navigator 0.1.0

+
Windows 64-bit · unsigned · 2026-08-31 · Ariadne's Thread bundled — 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.
- - 5452a34f211176cf04b7ea77a70fb838f0031b6ea0faed2cd270eae989b20c60 + + 510f81fd5e9b4287a55817aaf5080e5d46005eecb5359eb06892040cf8d10d87
- - ee602a016caf022452b2096ca683cf4bb4cea93ded1352192910c581a962d9ae + + 96bfb469f2d9dfe11606aa10db92febdfce73df980eec475ab285f2334925158
diff --git a/tools/index.html b/tools/index.html index d323b7c..97f24b0 100644 --- a/tools/index.html +++ b/tools/index.html @@ -109,15 +109,15 @@

for Windows

Full-window desktop browser with Tor toggle and search bar. macOS and Linux not yet packaged.

-
v0.0.9 · ~93 MB · unsigned
+
v0.1.0 · installer ~118 MB (with Ariadne's Thread) · portable ~116 MB · unsigned
- Installer - Portable .exe + Installer + Portable .exe
SHA-256 — verify before running
-
Installer5452a34f211176cf04b7ea77a70fb838f0031b6ea0faed2cd270eae989b20c60
-
Portableee602a016caf022452b2096ca683cf4bb4cea93ded1352192910c581a962d9ae
+
Installer510f81fd5e9b4287a55817aaf5080e5d46005eecb5359eb06892040cf8d10d87
+
Portable96bfb469f2d9dfe11606aa10db92febdfce73df980eec475ab285f2334925158
@@ -144,12 +144,13 @@ theseus.x (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. -
Coming to the Windows installer. 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 - standalone Ariadne Resolver below does the same job.
+
Ariadne's Thread is bundled. 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 standalone Ariadne Resolver + below is the same code for anyone who wants only the resolver.
Android APK still named ariadne-v0.11.apk. Same app, same signing key — updates in place. The label shifts to Theseus for Android so both platforms share one brand; the next APK carries the