archy/releases/manifest.json
Dorian df0736e2e0 release: publish v1.4.0 artifacts + manifest
Commits the musl-static backend binary and frontend tarball under
releases/v1.4.0/ so the raw-content URLs referenced by manifest.json
actually resolve. Without this commit update.check returns "available"
but update.download 404s, which is why self-updates have been silently
broken since 1.3.5.

Size budget note: this is ~110 MiB committed per release (binary + PWA
assets). Established pattern in the existing manifest; once CI publishes
reliably we can move to a GitHub release or FileBrowser share instead.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 00:08:51 -04:00

30 lines
1.2 KiB
JSON

{
"version": "1.4.0",
"release_date": "2026-04-19",
"changelog": [
"FIPS mesh transport integrated (github.com/jmcorgan/fips): preferred over Tor for peer traffic",
"Seed-derived FIPS identity via HKDF label archipelago/fips/secp256k1/v1",
"Federation invites carry an optional fips_npub so peers can reach each other via FIPS",
"Network tab surfaces FIPS daemon version + copyable npub; Home shows FIPS status line",
"WiFi SSID now shown on Network tab when connected (was N/A)"
],
"components": [
{
"name": "archipelago",
"current_version": "1.3.5",
"new_version": "1.4.0",
"download_url": "https://git.tx1138.com/lfg2025/archy/raw/branch/main/releases/v1.4.0/archipelago",
"sha256": "f42b03622ea47b953f5961a364cdfd1c354f21456dff7ec26594af4150c4976d",
"size_bytes": 37714624
},
{
"name": "archipelago-frontend-1.4.0.tar.gz",
"current_version": "1.3.5",
"new_version": "1.4.0",
"download_url": "https://git.tx1138.com/lfg2025/archy/raw/branch/main/releases/v1.4.0/archipelago-frontend-1.4.0.tar.gz",
"sha256": "100388985b98ab1adab191a23dd7a197f9a6c45c743da39f9df99d0213880086",
"size_bytes": 76984287
}
]
}