v0.2.22
mattermost-community/focalboardv0.2.22Jun 4, 2026by QuentinFuxa
AI Summary
This release focuses on NLLW language alias normalization, improvements to VAD event handling to prevent timestamp drift, and CUDA cache management for performance.
Key Highlights
- Normalize Whisper Chinese language codes at the NLLW boundary
- Preserve short silence boundaries in VAC/VAD chunk processing
- Keep per-step decoder cleanup lightweight with CUDA cache release
New Features
- NLLW language alias normalization
- VAD event handling improvements
- CUDA cache cleanup
Full Release Notes
## Core - **NLLW language aliases** : Normalize Whisper Chinese language codes at the NLLW boundary (`zh` -> `zh-CN`) for transcription and translation configs - **VAD event handling** : Preserve short silence boundaries and avoid cumulative timestamp drift in VAC/VAD chunk processing - **CUDA cache cleanup** : Keep per-step decoder cleanup lightweight; CUDA cache release stays on coarse segment boundaries