"changes":"NRPT rules and CA constraints now driven by silentmode.st /api/tlds (HTTPS) with electrum/config fallback -- silent installs no longer break when WSS fails. install.ps1 writes a persistent transcript to C:\\ProgramData\\Ariadne\\install.log and a separate install-error.log on any uncaught exception, so /VERYSILENT failures leave forensics. Inno's own log is copied there too. Fixes the class of bug where the resolver appeared installed but the BNS Resolver Daemon scheduled task was never registered.",
"changes":"Adds a Sia-mirror pull path alongside the APK-bundled starter (0.10). On boot the app fires a background HTTP GET for dl.silentmode.st/bns-name-index.json — the operator's latest published BNS snapshot in the interpreted-index format Bns.saveDisk reads. On any subsequent cold start after a release, the browser converges on the current chain state with one HTTP call instead of a full electrum walk. Multi-source: bundled + CDN + on-device electrum + optional Argus indexer, all racing in parallel; whichever gives a fresh answer first wins.",
"changes":"CRITICAL AUTO-UPDATER FIX. 0.3.31 and earlier could silently uninstall Theseus without reinstalling. The install-update-now handler spawned the NSIS setup with just /S (silent). With our oneClick:false + perMachine:false + allowToChangeInstallationDirectory:true NSIS config, that runs the uninstaller (wiping the install dir and the registry install-path entry) and then hits the wizard install phase, which needs UI to pick the target dir — silent mode has no UI and the registry hint is already gone, so it exits without installing. Result: the browser disappears and there is nothing to click on next boot. Fix: spawn with --updated /S --force-run, which is electron-builder's own auto-update-mode signal to reuse the registry install path and skip the uninstaller rerun. USERS STUCK ON 0.3.31 must manually download and run 0.3.32 to escape the loop — %APPDATA%\\theseus-navigator\\ (vault, addons, settings) survived the uninstall untouched, so a fresh install picks all of that back up as-is.",