• v1.25.2 73d4f1afbd

    v1.25.2
    All checks were successful
    CI / Rust clippy (push) Successful in 1m42s
    CI / Rust fmt (push) Successful in 1m13s
    CI / Rust test (push) Successful in 5m32s
    CI / UI (SvelteKit) (push) Successful in 1m11s
    CI / Security Audit (push) Successful in 1m18s
    docs / build (push) Successful in 37s
    Release / Docker Multi-Arch (push) Successful in 20m24s
    Release / Binary aarch64-unknown-linux-gnu (push) Successful in 11m3s
    Release / Binary x86_64-unknown-linux-gnu (push) Successful in 9m55s
    Release / Linux .deb + .rpm (amd64) (push) Successful in 10m51s
    Release / Linux .deb + .rpm (arm64) (push) Successful in 11m55s
    Release / Linux AppImage (aarch64) (push) Successful in 10m54s
    Release / Linux AppImage (x86_64) (push) Successful in 9m54s
    Release / Cosign sign artifacts (push) Successful in 1m20s
    Release / Forgejo Release (push) Successful in 36s
    Stable

    dvb-projekt released this 2026-07-31 10:42:26 +00:00 | 19 commits to main since this release

    A 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.pub in the repo root):

    cosign verify-blob \
      --key cosign.pub \
      --bundle SHA256SUMS.bundle \
      SHA256SUMS
    sha256sum --check SHA256SUMS
    

    First-time setup: run dvb-warppool-setup for the first-run wizard.

    Downloads