-
v1.17.1
StableAll checks were successfulCI / Rust clippy (push) Successful in 1m33sCI / Rust fmt (push) Successful in 1m6sCI / Rust test (push) Successful in 4m56sCI / UI (SvelteKit) (push) Successful in 1m3sCI / Security Audit (push) Successful in 1m11sdocs / build (push) Successful in 25sRelease / Docker Multi-Arch (push) Successful in 20m23sRelease / Binary aarch64-unknown-linux-gnu (push) Successful in 11m6sRelease / Binary x86_64-unknown-linux-gnu (push) Successful in 10m0sRelease / Linux .deb + .rpm (amd64) (push) Successful in 10m42sRelease / Linux .deb + .rpm (arm64) (push) Successful in 11m29sRelease / Linux AppImage (aarch64) (push) Successful in 10m54sRelease / Linux AppImage (x86_64) (push) Successful in 9m28sRelease / Cosign sign artifacts (push) Successful in 18sRelease / Forgejo Release (push) Successful in 26sreleased this
2026-07-13 08:19:35 +00:00 | 72 commits to main since this releasePatch: fix the static-UI SPA fallback so shareable client routes load on direct
access.Fixed
- Direct-loading a client route (
/users/<address>,/wallets,/admin, …)
returned 404 instead of the app. The daemon's static UI serving relied on
ServeDir::not_found_service, which does not fire whenServeDiris an axum
fallback_service(tower-http 0.7) — so any non-index path that wasn't a real
file 404'd, breaking the shareable per-wallet/users/<address>page (and
bookmarks / firmware hitting it directly). Replaced with an explicit
file-or-index fallback handler. Regression test added (Rust suite: 1141).
dvb-WarpPool v1.17.1 — Downloads
Docker
git.warppool.org/dvb-projekt/dvb-warppool:v1.17.1(multi-arch amd64+arm64, ohne v-Präfix)Native packages
- Linux .deb: amd64 + arm64 →
apt install ./dvb-warppool_*.deb - Linux .rpm: amd64 + arm64 →
dnf install ./dvb-warppool-*.rpm - Linux AppImage: x86_64 + aarch64 portable
- Linux tarballs: x86_64 + aarch64 for manual installs
- macOS .dmg: added shortly after publish (built separately) — or build from source
- Windows .msi: paused since the forge migration (no Windows runner yet)
Signatures
SHA256SUMS+ cosign bundle (SHA256SUMS.bundle, project key)- SBOM (SPDX) for all dependencies
Verify (project public key
cosign.pubin the repo root):cosign verify-blob \ --key cosign.pub \ --bundle SHA256SUMS.bundle \ SHA256SUMS sha256sum --check SHA256SUMSFirst-time setup: run
dvb-warppool-setupfor the first-run wizard.Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Direct-loading a client route (