Skip to content

v1.6.0-RC3 — TTS dropdown fix

Pre-release
Pre-release

Choose a tag to compare

@mholzi mholzi released this 07 Jul 19:31

Release candidate for 1.6.0 — "The House Plays Along".

Fixed

  • Admin TTS/media-player dropdowns empty (#502) — the narration engine + speaker pickers (#281) stayed empty on RC2. Since #356 gated /api/quizify/tts-entities behind the admin token, the dropdown's page-init fetch 401'd before the token arrived over the WebSocket; #501's refetch didn't reliably close the race. The admin-connect WebSocket frame — already admin-authenticated — now carries the TTS-engine and media-player lists directly, so the dropdowns populate with no separate token-gated fetch and no race. The HTTP endpoint stays as a fallback. (PR #503)

Full RC2 → RC3 diff: v1.6.0-RC2...v1.6.0-RC3