<divclass="meta">Windows 64-bit · unsigned · 2026-09-08 · <b>CRITICAL auto-updater fix — 0.3.31 could uninstall Theseus without reinstalling</b> — The install-update-now handler spawned the NSIS setup with just <codestyle="display:inline">/S</code>. Combined with our <codestyle="display:inline">oneClick:false + perMachine:false + allowToChangeInstallationDirectory:true</code> NSIS config, silent mode ran the uninstaller (wiping the install dir and the registry install-path entry), then hit the wizard install phase which needs UI to pick a target dir — no UI, no registry hint, no install. Result: the browser disappeared and there was nothing to click on next boot. Fix: spawn with <codestyle="display:inline">--updated /S --force-run</code> — electron-builder's own auto-update-mode signal to reuse the registry install path and skip the uninstaller rerun. <b>Users stuck on 0.3.31 must manually download and run 0.3.32.</b> Your <codestyle="display:inline">%APPDATA%\theseus-navigator\</code> profile (vault, addons, settings) survived the uninstall untouched — a fresh install picks all of it back up.</div>
<h2>Ariadne Resolver — Windows <spanstyle="color:var(--acid)">0.1.1</span></h2>
<divclass="meta">Windows 64-bit · unsigned · bundled Node runtime · 2026-09-08 · <b>NRPT list from the BNS indexer + install-log-on-disk</b> — TLD discovery now hits <codestyle="display:inline">silentmode.st/api/tlds</code> over HTTPS (electrum/config kept as fallbacks) so silent installs no longer get stuck when WSS is blocked. install.ps1 writes a persistent transcript at <codestyle="display:inline">C:\ProgramData\Ariadne\install.log</code>, plus a separate <codestyle="display:inline">install-error.log</code> on any uncaught exception, and Inno's own log is copied there too — so a <codestyle="display:inline">/VERYSILENT</code> failure always leaves forensics. Fixes the class of bug where the resolver appeared installed but the <codestyle="display:inline">BNS Resolver Daemon</code> scheduled task was never registered.</div>
<h2>Ariadne for Android <spanstyle="color:var(--acid)">0.11</span></h2>
<divclass="meta">Android 5.0+ (API 21) · self-signed release key · 2026-08-30 · adds Sia CDN pull to the APK-bundled starter — post-install cold starts now catch up from the operator's latest published snapshot in one HTTP call</div>