0.11.1 — Faster release builds
Patch release: the Docker publish workflow now uses a registry-backed build cache (a per-image buildcache tag in GHCR) instead of the per-ref GitHub Actions cache, so releases reuse unchanged layers (the ~2.5GB Playwright base + dependency install) instead of rebuilding from scratch. CI-only change — no application code. This first run populates the cache; the next release will be noticeably faster.
Full notes: CHANGELOG.md.