Skip to content

v3.67.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jun 19:23
4f77c0c

3.67.0-beta.0 (2026-06-21)

Features

  • Live Slideshow ("Diashow") — fullscreen, auto-updating projector view for live events (4356393)
  • slideshow: add image fit setting (fill vs black bars) (b5c73e0)
  • slideshow: admin ui for live slideshow (385b05a)
  • slideshow: backend api for live slideshow (dea5e0f)
  • slideshow: db columns for live slideshow (1029dd0)
  • slideshow: en/de strings for live slideshow (cb761ee)
  • slideshow: gate behind a feature flag + move globals to a Settings tab (69367b4)
  • slideshow: public fullscreen slideshow viewer (fd02254)

Bug Fixes

  • slideshow: deny display-only token on download/upload/feedback (PR #646 review) (e36b330)
  • slideshow: dip-to-white/black no longer flickers the image (db8388c)
  • slideshow: drop updated_at from event writes (1e40f82)
  • slideshow: feature flag is a master kill-switch, not just admin UI (759784a)
  • slideshow: fill the viewport instead of black bars (6ec46de)
  • slideshow: read globals from app_settings, not the missing settings table (0f4388d)
  • slideshow: surface backend error in the live slideshow card (056f938)

Performance Improvements

  • slideshow: cache global settings to cut /state DB reads (PR #646 review) (a995131)

Documentation

  • slideshow: add Live Slideshow guide + README entries (16013d1)