Setup 67e3cda1b76a6dba966d91a43e78fdb52378f860c0f75a7775d11b96e1b4f5e3 Portable 415c804f75df6fab5072650fbdc3cffa4124ed02f8ff53a91281ebd2dc4775c3 Update chip: the Download button used to hand the URL to the system browser (shell.openExternal) - user opens Theseus, gets prompted to update, clicks Download, watches ANOTHER browser wake up and start the transfer. That's the "why did a different browser open?" report. Fix: session.defaultSession.downloadURL(url) - triggers the same will-download handler our own downloads panel already listens on, so the file lands in the user's Downloads folder AND appears in Theseus's downloads chip with progress + Show-in-folder. Rejected protocols unchanged; only dl.silentmode.st and silentmode.st URLs survive the allowlist. Ctrl+B toggles the add-on sidebar (matches VS Code). Verified end- to-end against a fresh <userData>: bundled Notepad was seeded, Ctrl+B opened its panel, typed text autosaved to <userData>/addons-data/notepad.json, restart re-mounted and the text loaded back before the append could clobber it. Deployed: scp installers + manifest + tools/ + releases/ to VPS, sia-upload of both trees, verified HEAD 200 and manifest 0.2.1.
50 lines
2.4 KiB
JSON
50 lines
2.4 KiB
JSON
{
|
|
"schema": "silentmode-releases/2",
|
|
"updated": "2026-08-31",
|
|
"mirrors": [
|
|
"https://dl.silentmode.st/"
|
|
],
|
|
"releases": [
|
|
{
|
|
"id": "ariadne-resolver",
|
|
"product": "Ariadne Resolver (Windows)",
|
|
"version": "0.1.0",
|
|
"date": "2026-08-01",
|
|
"platform": "win-x64",
|
|
"signed": false,
|
|
"signingAuthority": null,
|
|
"files": {
|
|
"AriadneResolver-Setup-0.1.0.exe": "9ab725bec5567625e5857a49b112c4fbc0f59dbdd623abd7110429306f5d0ddb"
|
|
}
|
|
},
|
|
{
|
|
"id": "ariadne-android",
|
|
"product": "Ariadne for Android",
|
|
"version": "0.11",
|
|
"date": "2026-08-30",
|
|
"platform": "android",
|
|
"minSdk": 21,
|
|
"signed": true,
|
|
"signingAuthority": null,
|
|
"signingCertSha256": "46ebbbe5dc73148d66410fd0337b1e6683472128c983e8e2578200b9e3ca548c",
|
|
"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": {
|
|
"ariadne-v0.11.apk": "03c95832c16cc4763acaadbf328caa7d4bd05fc7c2994f6997a79cc6890bca44"
|
|
}
|
|
},
|
|
{
|
|
"id": "theseus-navigator",
|
|
"product": "Theseus Navigator",
|
|
"version": "0.2.1",
|
|
"date": "2026-08-31",
|
|
"platform": "win-x64",
|
|
"signed": false,
|
|
"signingAuthority": null,
|
|
"changes": "Update chip's Download button now streams the installer through Theseus itself (session.downloadURL feeds the existing downloads panel with progress + Show-in-folder) instead of handing the URL to the system browser. Ctrl+B toggles the add-on sidebar (Notepad, or any panel a future add-on registers). Everything from 0.2.0 rides along (add-on framework, branded error pages, Ariadne bundle, Startpage POST fix).",
|
|
"files": {
|
|
"TheseusNavigator-Setup-0.2.1.exe": "67e3cda1b76a6dba966d91a43e78fdb52378f860c0f75a7775d11b96e1b4f5e3",
|
|
"TheseusNavigator-0.2.1-portable.exe": "415c804f75df6fab5072650fbdc3cffa4124ed02f8ff53a91281ebd2dc4775c3"
|
|
}
|
|
}
|
|
]
|
|
}
|