site/releases-manifest.json
Local Dev b4b7ca8ee5 Ship Theseus 0.0.3 9c09955e (v0.0.3 manifest + tools page one-panel Theseus Windows/Android)
- TheseusNavigator/package.json: 0.0.2 → 0.0.3. Address-bar fix (main.js refreshTabUrl,
  in 9b9c93c) makes silentmode.bch subpage clicks update the URL correctly.
- site/tools/index.html: collapsed the two-flagship-cards row into one Theseus
  Navigator panel with a shared description and two version sub-blocks (Windows
  + Android) inside a divider grid. Same-product-two-platforms framing.
- site/index.html: Tools card copy updated to match (Theseus Windows + Android;
  built-in Ariadne; also relay, extension, standalone resolver).
- site/releases/index.html + releases-manifest.json: Theseus 0.0.3 entry with the
  new hashes; Android section corrected to v0.8 (was previously showing v0.8
  filename with a v0.2 hash — the linter had gone half-way).
2026-08-07 20:28:25 +02:00

50 lines
1.8 KiB
JSON

{
"schema": "silentmode-releases/2",
"updated": "2026-08-07",
"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": "cb9e8ea0dcffaa60607ff1781e160199956dcf2d7dd69cd13986aba75fcf0fb1"
}
},
{
"id": "ariadne-android",
"product": "Ariadne for Android",
"version": "0.8",
"date": "2026-08-06",
"platform": "android",
"minSdk": 21,
"signed": true,
"signingAuthority": null,
"signingCertSha256": "46ebbbe5dc73148d66410fd0337b1e6683472128c983e8e2578200b9e3ca548c",
"changes": "Add .test + .nav to permitted TLDs (subdomain links from deviant.bch now resolve); add navigate.st fallback in serveS3 when the direct s3d endpoint is unreachable.",
"files": {
"ariadne-v0.8.apk": "cd5ca7fde21e0dbb34f033a865abae877961b13a25cfa3f5c9d190d1bebeaa6d"
}
},
{
"id": "theseus-navigator",
"product": "Theseus Navigator",
"version": "0.0.3",
"date": "2026-08-07",
"platform": "win-x64",
"signed": false,
"signingAuthority": null,
"changes": "Fix address bar not updating on in-page navigation and subdomain hops — t.url now refreshed from webContents on did-navigate / did-navigate-in-page (main.js:770 refreshTabUrl).",
"files": {
"TheseusNavigator-Setup-0.0.3.exe": "9c09955e4bd1c05d6c66c5d6b4ca8e00a466922a3d32944c8e385ce9ce3c4f33",
"TheseusNavigator-0.0.3-portable.exe": "984282ed22b786b6715c52483b8bb86c5870ca3fa4b123489156897e53f85cca"
}
}
]
}