site/releases-manifest.json

52 lines
3.3 KiB
JSON
Raw Normal View History

{
"schema": "silentmode-releases/2",
Ariadne 0.1.1 + Theseus fetches it from silentmode.st (no more bundling) Ariadne 0.1.1 - install.ps1 primary TLD source: HTTPS $Indexer/api/tlds -> advertised[] (electrum fetchTldList / legacy fetchBcnrTlds / ariadne.config.json / bootstrap kept as fallbacks in that order). Silent installs no longer stall when WSS is blocked. - Persistent transcript at C:\ProgramData\Ariadne\install.log; separate install-error.log on any uncaught exception. Top-level trap logs the full stack, then exit 1 so Inno/NSIS silent-install callers see a real failure. - .iss: SetupLogging=yes; DeinitializeSetup() copies Inno's log to C:\ProgramData\Ariadne\inno-setup.log on every exit path. - Version bumped to 0.1.1. sha256=be1fa8841919b321841d90f8147abe1b1d7604fe7fff6c2e271dc47c4c24a2b6 Theseus decoupled from Ariadne - Removed nsis/installer.nsh (custom Ariadne chain-install page). - Removed extraResources entry for AriadneResolver-Setup-*.exe. - Removed build.nsis.include from package.json. - Settings > System-wide resolver panel now fetches the .exe from https://silentmode.st/releases-manifest.json, streams the download while hashing, refuses to spawn on SHA-256 mismatch. 30-min in-memory manifest cache so opening Settings doesn't spam the endpoint. Offline gracefully degrades to installedVersion-only / canUpdate:false. - "bundledVersion" IPC field kept for renderer compatibility; it now carries "latest advertised by the site's manifest". Deployed to silentmode.st: - dl.silentmode.st/AriadneResolver-Setup-0.1.1.exe (25 MB) - silentmode.st/releases-manifest.json (schema/2, updated 2026-09-08) - silentmode.st/releases/ + silentmode.st/tools/ show 0.1.1 Local Dev <noreply@localhost>
2026-09-08 01:27:51 +02:00
"updated": "2026-09-08",
"mirrors": [
"https://dl.silentmode.st/"
],
"releases": [
{
"id": "ariadne-resolver",
"product": "Ariadne Resolver (Windows)",
Ariadne 0.1.1 + Theseus fetches it from silentmode.st (no more bundling) Ariadne 0.1.1 - install.ps1 primary TLD source: HTTPS $Indexer/api/tlds -> advertised[] (electrum fetchTldList / legacy fetchBcnrTlds / ariadne.config.json / bootstrap kept as fallbacks in that order). Silent installs no longer stall when WSS is blocked. - Persistent transcript at C:\ProgramData\Ariadne\install.log; separate install-error.log on any uncaught exception. Top-level trap logs the full stack, then exit 1 so Inno/NSIS silent-install callers see a real failure. - .iss: SetupLogging=yes; DeinitializeSetup() copies Inno's log to C:\ProgramData\Ariadne\inno-setup.log on every exit path. - Version bumped to 0.1.1. sha256=be1fa8841919b321841d90f8147abe1b1d7604fe7fff6c2e271dc47c4c24a2b6 Theseus decoupled from Ariadne - Removed nsis/installer.nsh (custom Ariadne chain-install page). - Removed extraResources entry for AriadneResolver-Setup-*.exe. - Removed build.nsis.include from package.json. - Settings > System-wide resolver panel now fetches the .exe from https://silentmode.st/releases-manifest.json, streams the download while hashing, refuses to spawn on SHA-256 mismatch. 30-min in-memory manifest cache so opening Settings doesn't spam the endpoint. Offline gracefully degrades to installedVersion-only / canUpdate:false. - "bundledVersion" IPC field kept for renderer compatibility; it now carries "latest advertised by the site's manifest". Deployed to silentmode.st: - dl.silentmode.st/AriadneResolver-Setup-0.1.1.exe (25 MB) - silentmode.st/releases-manifest.json (schema/2, updated 2026-09-08) - silentmode.st/releases/ + silentmode.st/tools/ show 0.1.1 Local Dev <noreply@localhost>
2026-09-08 01:27:51 +02:00
"version": "0.1.1",
"date": "2026-09-08",
"platform": "win-x64",
"signed": false,
"signingAuthority": null,
Ariadne 0.1.1 + Theseus fetches it from silentmode.st (no more bundling) Ariadne 0.1.1 - install.ps1 primary TLD source: HTTPS $Indexer/api/tlds -> advertised[] (electrum fetchTldList / legacy fetchBcnrTlds / ariadne.config.json / bootstrap kept as fallbacks in that order). Silent installs no longer stall when WSS is blocked. - Persistent transcript at C:\ProgramData\Ariadne\install.log; separate install-error.log on any uncaught exception. Top-level trap logs the full stack, then exit 1 so Inno/NSIS silent-install callers see a real failure. - .iss: SetupLogging=yes; DeinitializeSetup() copies Inno's log to C:\ProgramData\Ariadne\inno-setup.log on every exit path. - Version bumped to 0.1.1. sha256=be1fa8841919b321841d90f8147abe1b1d7604fe7fff6c2e271dc47c4c24a2b6 Theseus decoupled from Ariadne - Removed nsis/installer.nsh (custom Ariadne chain-install page). - Removed extraResources entry for AriadneResolver-Setup-*.exe. - Removed build.nsis.include from package.json. - Settings > System-wide resolver panel now fetches the .exe from https://silentmode.st/releases-manifest.json, streams the download while hashing, refuses to spawn on SHA-256 mismatch. 30-min in-memory manifest cache so opening Settings doesn't spam the endpoint. Offline gracefully degrades to installedVersion-only / canUpdate:false. - "bundledVersion" IPC field kept for renderer compatibility; it now carries "latest advertised by the site's manifest". Deployed to silentmode.st: - dl.silentmode.st/AriadneResolver-Setup-0.1.1.exe (25 MB) - silentmode.st/releases-manifest.json (schema/2, updated 2026-09-08) - silentmode.st/releases/ + silentmode.st/tools/ show 0.1.1 Local Dev <noreply@localhost>
2026-09-08 01:27:51 +02:00
"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.",
"files": {
Ariadne 0.1.1 + Theseus fetches it from silentmode.st (no more bundling) Ariadne 0.1.1 - install.ps1 primary TLD source: HTTPS $Indexer/api/tlds -> advertised[] (electrum fetchTldList / legacy fetchBcnrTlds / ariadne.config.json / bootstrap kept as fallbacks in that order). Silent installs no longer stall when WSS is blocked. - Persistent transcript at C:\ProgramData\Ariadne\install.log; separate install-error.log on any uncaught exception. Top-level trap logs the full stack, then exit 1 so Inno/NSIS silent-install callers see a real failure. - .iss: SetupLogging=yes; DeinitializeSetup() copies Inno's log to C:\ProgramData\Ariadne\inno-setup.log on every exit path. - Version bumped to 0.1.1. sha256=be1fa8841919b321841d90f8147abe1b1d7604fe7fff6c2e271dc47c4c24a2b6 Theseus decoupled from Ariadne - Removed nsis/installer.nsh (custom Ariadne chain-install page). - Removed extraResources entry for AriadneResolver-Setup-*.exe. - Removed build.nsis.include from package.json. - Settings > System-wide resolver panel now fetches the .exe from https://silentmode.st/releases-manifest.json, streams the download while hashing, refuses to spawn on SHA-256 mismatch. 30-min in-memory manifest cache so opening Settings doesn't spam the endpoint. Offline gracefully degrades to installedVersion-only / canUpdate:false. - "bundledVersion" IPC field kept for renderer compatibility; it now carries "latest advertised by the site's manifest". Deployed to silentmode.st: - dl.silentmode.st/AriadneResolver-Setup-0.1.1.exe (25 MB) - silentmode.st/releases-manifest.json (schema/2, updated 2026-09-08) - silentmode.st/releases/ + silentmode.st/tools/ show 0.1.1 Local Dev <noreply@localhost>
2026-09-08 01:27:51 +02:00
"AriadneResolver-Setup-0.1.1.exe": "be1fa8841919b321841d90f8147abe1b1d7604fe7fff6c2e271dc47c4c24a2b6"
}
},
{
"id": "ariadne-android",
"product": "Ariadne for Android",
Ship Ariadne 0.11: Sia CDN pull + gitignore _prev/ Mobile parity with Theseus 0.0.7's multi-source model, one source at a time. Ships: * Bns.pullSiaIndex() — fetches dl.silentmode.st/bns-name-index.json (the operator's latest published interpreted BNS snapshot) on a background thread. Installs the result as the current index + persists to disk cache when we don't already have something fresher. Best-effort: silent on failure, on-device electrum still runs. * MainActivity fires the pull once per applyResolverSettings(), racing the bundled starter + on-device electrum. The bundled starter wins the very first navigation (already in memory); the Sia pull wins any subsequent cold start after an operator publish; electrum wins steady-state via the existing INDEX_TTL_MS refresh. * publish-name-mirror.mjs now uploads three shapes to Sia (raw snapshot, raw immutable, mobile-shape floating, mobile-shape immutable) AND scps the mobile-shape floating pointer to the CDN so anonymous clients can actually GET it. The s3.silentmode.st bucket rejects anon reads today; the CDN copy is the workaround, same bytes. * Cannot use Sia direct for now: s3d bucket policy blocks anon reads. Documented in Bns.SIA_INDEX_URL — swap URL when the policy changes. Version bump: 0.10 → 0.11 (versionCode 11, versionName 0.11). Also: .gitignore TheseusNavigator/_prev/ — the ~372 MB local rollback dir that kept appearing as untracked in every git status. ariadne-v0.11.apk 124 KB 03c95832c16cc4763acaadbf328caa7d4bd05fc7c2994f6997a79cc6890bca44
2026-08-31 01:05:20 +02:00
"version": "0.11",
"date": "2026-08-30",
"platform": "android",
"minSdk": 21,
"signed": true,
"signingAuthority": null,
"signingCertSha256": "46ebbbe5dc73148d66410fd0337b1e6683472128c983e8e2578200b9e3ca548c",
Ship Ariadne 0.11: Sia CDN pull + gitignore _prev/ Mobile parity with Theseus 0.0.7's multi-source model, one source at a time. Ships: * Bns.pullSiaIndex() — fetches dl.silentmode.st/bns-name-index.json (the operator's latest published interpreted BNS snapshot) on a background thread. Installs the result as the current index + persists to disk cache when we don't already have something fresher. Best-effort: silent on failure, on-device electrum still runs. * MainActivity fires the pull once per applyResolverSettings(), racing the bundled starter + on-device electrum. The bundled starter wins the very first navigation (already in memory); the Sia pull wins any subsequent cold start after an operator publish; electrum wins steady-state via the existing INDEX_TTL_MS refresh. * publish-name-mirror.mjs now uploads three shapes to Sia (raw snapshot, raw immutable, mobile-shape floating, mobile-shape immutable) AND scps the mobile-shape floating pointer to the CDN so anonymous clients can actually GET it. The s3.silentmode.st bucket rejects anon reads today; the CDN copy is the workaround, same bytes. * Cannot use Sia direct for now: s3d bucket policy blocks anon reads. Documented in Bns.SIA_INDEX_URL — swap URL when the policy changes. Version bump: 0.10 → 0.11 (versionCode 11, versionName 0.11). Also: .gitignore TheseusNavigator/_prev/ — the ~372 MB local rollback dir that kept appearing as untracked in every git status. ariadne-v0.11.apk 124 KB 03c95832c16cc4763acaadbf328caa7d4bd05fc7c2994f6997a79cc6890bca44
2026-08-31 01:05:20 +02:00
"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.",
"files": {
Ship Ariadne 0.11: Sia CDN pull + gitignore _prev/ Mobile parity with Theseus 0.0.7's multi-source model, one source at a time. Ships: * Bns.pullSiaIndex() — fetches dl.silentmode.st/bns-name-index.json (the operator's latest published interpreted BNS snapshot) on a background thread. Installs the result as the current index + persists to disk cache when we don't already have something fresher. Best-effort: silent on failure, on-device electrum still runs. * MainActivity fires the pull once per applyResolverSettings(), racing the bundled starter + on-device electrum. The bundled starter wins the very first navigation (already in memory); the Sia pull wins any subsequent cold start after an operator publish; electrum wins steady-state via the existing INDEX_TTL_MS refresh. * publish-name-mirror.mjs now uploads three shapes to Sia (raw snapshot, raw immutable, mobile-shape floating, mobile-shape immutable) AND scps the mobile-shape floating pointer to the CDN so anonymous clients can actually GET it. The s3.silentmode.st bucket rejects anon reads today; the CDN copy is the workaround, same bytes. * Cannot use Sia direct for now: s3d bucket policy blocks anon reads. Documented in Bns.SIA_INDEX_URL — swap URL when the policy changes. Version bump: 0.10 → 0.11 (versionCode 11, versionName 0.11). Also: .gitignore TheseusNavigator/_prev/ — the ~372 MB local rollback dir that kept appearing as untracked in every git status. ariadne-v0.11.apk 124 KB 03c95832c16cc4763acaadbf328caa7d4bd05fc7c2994f6997a79cc6890bca44
2026-08-31 01:05:20 +02:00
"ariadne-v0.11.apk": "03c95832c16cc4763acaadbf328caa7d4bd05fc7c2994f6997a79cc6890bca44"
}
},
{
"id": "theseus-navigator",
"product": "Theseus Navigator",
Ship Theseus 0.3.26 4715efd4 (CDP capture fixes blank screenshots + editor Discard + manual add-on update controls) Setup 4715efd47bcee3ab026417f055ca8fe13d80efafaba433b3f52d21040acd85c5 Portable 536fb98b715a581751000ddc14e2cd2a219ea1fee2c414fa52df206e7c36ed29 Three fixes since 0.3.25: 1799a09(a) - Screenshot toolbar-menu captures no longer come out blank on Windows. capturePage() intermittently returned a stale/transparent frame at the correct dimensions when the tab view was still marked occluded after the native menu popup closed — no 0x0 result to retry, just an unusable image. captureTab now uses CDP Page.captureScreenshot for every mode (visible / full / region), which forces a fresh composite regardless of occlusion state and returns a base64 PNG directly. Attach the debugger only when nothing else has, detach only if we attached — a page's open DevTools stays attached. 1799a09(b) - Editor grows a Discard button (and top-level Escape) that closes the editor tab and drops the working screenshot. Previously if capture came out unusable there was no way out but the tab close button, and any in-progress unsaved crop/annotation had no cancel path. New addon-tab-close IPC lets an add-on's own page close its own tab; window.silentmode.closeTab() exposes it. Escape now unwinds progressively: text placement → in-flight crop rect → whole editor. 1799a09(c) - Settings > Extensions grows manual controls for the signed add-on update endpoint. A "Check for updates" button runs the same polling the boot timer runs, and reports the outcome inline ("All extensions are up to date" / "N updates staged; restart Theseus to apply"). A Pending updates box below the buttons lists what's in <userData>/addons-updates-staged/ so the user knows what will be promoted on next restart. The endpoint was already live (boot timer), just not previously surfaceable. Toolbar-menu popup settle bumped 120 → 250 ms with an explicit win.focus() in the popup close callback. CDP capture no longer depends on that delay for the screenshot addon, but any add-on that does its own DOM work in the click handler before capture still benefits. Screenshot add-on bumped 0.2.2 → 0.2.3 (Discard button; capture comes from the host, not the add-on). Also carrying forward everything committed in 0.3.22 – 0.3.25 that had not reached LIVE: - 0.3.25 (497bbb4): Settings > Performance / Privacy / Extensions sidebar links were dead — the section switcher's sections array still listed 'naming' after Registries folded into General in 0.3.21, and the null lookup threw before switching. One-line fix (cbdc755). - 0.3.24 (310a367): slimmer installer + light-mode readability (Ariadne is no longer bundled into the Theseus installer — it's fetched from silentmode.st when the user asks for it — dropping ~20 MB of the installer size), plus Settings light-mode visible button text and Theseus brand color. - 0.3.23 (9c15ff7): BCH-palette light mode + user-agent strip. Deployed. Verified LIVE 0.3.26.
2026-09-08 02:35:41 +02:00
"version": "0.3.26",
"date": "2026-09-08",
"platform": "win-x64",
"signed": false,
"signingAuthority": null,
Ship Theseus 0.3.26 4715efd4 (CDP capture fixes blank screenshots + editor Discard + manual add-on update controls) Setup 4715efd47bcee3ab026417f055ca8fe13d80efafaba433b3f52d21040acd85c5 Portable 536fb98b715a581751000ddc14e2cd2a219ea1fee2c414fa52df206e7c36ed29 Three fixes since 0.3.25: 1799a09(a) - Screenshot toolbar-menu captures no longer come out blank on Windows. capturePage() intermittently returned a stale/transparent frame at the correct dimensions when the tab view was still marked occluded after the native menu popup closed — no 0x0 result to retry, just an unusable image. captureTab now uses CDP Page.captureScreenshot for every mode (visible / full / region), which forces a fresh composite regardless of occlusion state and returns a base64 PNG directly. Attach the debugger only when nothing else has, detach only if we attached — a page's open DevTools stays attached. 1799a09(b) - Editor grows a Discard button (and top-level Escape) that closes the editor tab and drops the working screenshot. Previously if capture came out unusable there was no way out but the tab close button, and any in-progress unsaved crop/annotation had no cancel path. New addon-tab-close IPC lets an add-on's own page close its own tab; window.silentmode.closeTab() exposes it. Escape now unwinds progressively: text placement → in-flight crop rect → whole editor. 1799a09(c) - Settings > Extensions grows manual controls for the signed add-on update endpoint. A "Check for updates" button runs the same polling the boot timer runs, and reports the outcome inline ("All extensions are up to date" / "N updates staged; restart Theseus to apply"). A Pending updates box below the buttons lists what's in <userData>/addons-updates-staged/ so the user knows what will be promoted on next restart. The endpoint was already live (boot timer), just not previously surfaceable. Toolbar-menu popup settle bumped 120 → 250 ms with an explicit win.focus() in the popup close callback. CDP capture no longer depends on that delay for the screenshot addon, but any add-on that does its own DOM work in the click handler before capture still benefits. Screenshot add-on bumped 0.2.2 → 0.2.3 (Discard button; capture comes from the host, not the add-on). Also carrying forward everything committed in 0.3.22 – 0.3.25 that had not reached LIVE: - 0.3.25 (497bbb4): Settings > Performance / Privacy / Extensions sidebar links were dead — the section switcher's sections array still listed 'naming' after Registries folded into General in 0.3.21, and the null lookup threw before switching. One-line fix (cbdc755). - 0.3.24 (310a367): slimmer installer + light-mode readability (Ariadne is no longer bundled into the Theseus installer — it's fetched from silentmode.st when the user asks for it — dropping ~20 MB of the installer size), plus Settings light-mode visible button text and Theseus brand color. - 0.3.23 (9c15ff7): BCH-palette light mode + user-agent strip. Deployed. Verified LIVE 0.3.26.
2026-09-08 02:35:41 +02:00
"changes": "Three fixes since 0.3.25. (1) Screenshot toolbar-menu captures no longer come out blank on Windows. The capture path moves from WebContents.capturePage() (which snapshotted a stale/transparent frame when the tab view was still marked occluded after the native menu popup closed — a size-based retry couldn't catch that) to CDP Page.captureScreenshot, which forces a fresh composite regardless of occlusion state. (2) Editor grows a Discard button (and top-level Escape) that closes the editor tab and drops the working screenshot — no more stuck editor when capture came out unusable. (3) Settings > Extensions grows a Check for updates button and a Pending updates surface — the signed add-on update endpoint is now controllable by hand from the UI, not only on the boot timer. Everything from 0.3.22 0.3.25 rides along.",
"files": {
Ship Theseus 0.3.26 4715efd4 (CDP capture fixes blank screenshots + editor Discard + manual add-on update controls) Setup 4715efd47bcee3ab026417f055ca8fe13d80efafaba433b3f52d21040acd85c5 Portable 536fb98b715a581751000ddc14e2cd2a219ea1fee2c414fa52df206e7c36ed29 Three fixes since 0.3.25: 1799a09(a) - Screenshot toolbar-menu captures no longer come out blank on Windows. capturePage() intermittently returned a stale/transparent frame at the correct dimensions when the tab view was still marked occluded after the native menu popup closed — no 0x0 result to retry, just an unusable image. captureTab now uses CDP Page.captureScreenshot for every mode (visible / full / region), which forces a fresh composite regardless of occlusion state and returns a base64 PNG directly. Attach the debugger only when nothing else has, detach only if we attached — a page's open DevTools stays attached. 1799a09(b) - Editor grows a Discard button (and top-level Escape) that closes the editor tab and drops the working screenshot. Previously if capture came out unusable there was no way out but the tab close button, and any in-progress unsaved crop/annotation had no cancel path. New addon-tab-close IPC lets an add-on's own page close its own tab; window.silentmode.closeTab() exposes it. Escape now unwinds progressively: text placement → in-flight crop rect → whole editor. 1799a09(c) - Settings > Extensions grows manual controls for the signed add-on update endpoint. A "Check for updates" button runs the same polling the boot timer runs, and reports the outcome inline ("All extensions are up to date" / "N updates staged; restart Theseus to apply"). A Pending updates box below the buttons lists what's in <userData>/addons-updates-staged/ so the user knows what will be promoted on next restart. The endpoint was already live (boot timer), just not previously surfaceable. Toolbar-menu popup settle bumped 120 → 250 ms with an explicit win.focus() in the popup close callback. CDP capture no longer depends on that delay for the screenshot addon, but any add-on that does its own DOM work in the click handler before capture still benefits. Screenshot add-on bumped 0.2.2 → 0.2.3 (Discard button; capture comes from the host, not the add-on). Also carrying forward everything committed in 0.3.22 – 0.3.25 that had not reached LIVE: - 0.3.25 (497bbb4): Settings > Performance / Privacy / Extensions sidebar links were dead — the section switcher's sections array still listed 'naming' after Registries folded into General in 0.3.21, and the null lookup threw before switching. One-line fix (cbdc755). - 0.3.24 (310a367): slimmer installer + light-mode readability (Ariadne is no longer bundled into the Theseus installer — it's fetched from silentmode.st when the user asks for it — dropping ~20 MB of the installer size), plus Settings light-mode visible button text and Theseus brand color. - 0.3.23 (9c15ff7): BCH-palette light mode + user-agent strip. Deployed. Verified LIVE 0.3.26.
2026-09-08 02:35:41 +02:00
"TheseusNavigator-Setup-0.3.26.exe": "4715efd47bcee3ab026417f055ca8fe13d80efafaba433b3f52d21040acd85c5",
"TheseusNavigator-0.3.26-portable.exe": "536fb98b715a581751000ddc14e2cd2a219ea1fee2c414fa52df206e7c36ed29"
}
}
]
}