-
v1.25.2
StableAll checks were successfulCI / Rust clippy (push) Successful in 1m42sCI / Rust fmt (push) Successful in 1m13sCI / Rust test (push) Successful in 5m32sCI / UI (SvelteKit) (push) Successful in 1m11sCI / Security Audit (push) Successful in 1m18sdocs / build (push) Successful in 37sRelease / Docker Multi-Arch (push) Successful in 20m24sRelease / Binary aarch64-unknown-linux-gnu (push) Successful in 11m3sRelease / Binary x86_64-unknown-linux-gnu (push) Successful in 9m55sRelease / Linux .deb + .rpm (amd64) (push) Successful in 10m51sRelease / Linux .deb + .rpm (arm64) (push) Successful in 11m55sRelease / Linux AppImage (aarch64) (push) Successful in 10m54sRelease / Linux AppImage (x86_64) (push) Successful in 9m54sRelease / Cosign sign artifacts (push) Successful in 1m20sRelease / Forgejo Release (push) Successful in 36sreleased this
2026-07-31 10:42:26 +00:00 | 19 commits to main since this releaseA phone-sized fix: the connect dialog can be scrolled again.
Fixed
- The connect dialog now scrolls when it is taller than the screen. On a
phone it could not be scrolled at all, and the lower half — the username
format, the password and the hint below them — was simply unreachable. The
dialog had neither a height cap nor a scroll area of its own, and it sits in a
centred overlay that is pinned to the viewport, so content taller than the
screen ran off the top and the bottom at once: you saw the middle with both
ends cut off and nothing to scroll. It now caps at the screen height and
scrolls inside, measured against the browser's visible area rather than the
nominal one, so on iOS the last row no longer hides behind the collapsing
toolbar. Unchanged on a desktop-sized window, where the dialog fits anyway.
Reported by Oliver from an Umbrel box on an iPhone.
dvb-WarpPool v1.25.2 — Downloads
Docker
git.warppool.org/dvb-projekt/dvb-warppool:v1.25.2(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)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The connect dialog now scrolls when it is taller than the screen. On a