• v3.1.0 4df06ca071

    v3.1.0
    All checks were successful
    deploy / build-and-push (release) Successful in 57s
    CI / check (push) Successful in 1m48s
    Stable

    clarity released this 2026-08-18 16:02:52 +00:00 | 2 commits to main since this release

    Added

    • GET /no-zoom — per-viewer zoom opt-out. Opening this URL disables the day-view
      zoom ([frontend] scale) for that browser only and redirects to /. Useful when staff
      open the display page on a laptop or phone, where the scale factor chosen for the kiosk
      screen is far too large.

      The opt-out is a session cookie: it applies to one browser, never to the kiosk
      itself, and disappears when the browser is closed. config.toml is not touched, so no
      container restart is involved.

      While it is active, / shows a red bar — "Der Zoom ist für dieses Gerät deaktiviert." —
      linking to /no-zoom?clear=1, which removes the cookie and restores the configured
      zoom. /wochenplan is unaffected either way; it is never zoomed.

    Upgrade notes

    No configuration changes. This release adds no config key, so an existing config.toml
    works unchanged and [frontend] scale keeps its current meaning for the kiosk.

    Downloads