Version 7.0 Beta 9.6.6 — Released Feb 27, 2026
Improvements
-
Transcription: Configurable OpenAI-compatible model — The
whisper-apiprovider now supports a configurable model name (whisper-1default). The admin UI shows autocomplete suggestions for OpenAI Cloud, Groq Cloud, and accepts any custom model string for self-hosted endpoints. -
Admin — Options: External Management API section — Enable/disable the inbound webhook API, manage the API key, and test connectivity. Key field supports visibility toggle and one-click 256-bit cryptographic key generation.
Bug Fixes
- Admin — Options: Generated API key now visible immediately — Key field now auto-switches to visible mode on generation.
- Admin — API Keys / Options: Icon button hover circle now correctly centred — Fixed
--mdc-icon-button-state-layer-sizemismatch causing off-centre hover ripple. - Admin — System Health: Removed obsolete Multiplier help text.
- Admin — Logs: Log viewer no longer returns 417 on large log tables (Issue #112) — Eliminated three sequential full-table scans; added
logs_timestamp_idxindex migration; applied 30s query timeout; 24-hour default lookback when no date filter is set. - Admin — System Health:
noAudioAlertsEnabledno longer reset totrueafter any config save.