Skip to content

v2.3.0 — Chinese languages, Diarization v2, redaction, Windows fix

Choose a tag to compare

@tylerbcrawford tylerbcrawford released this 19 Jun 22:28

Added

  • Chinese language options in the web UI — Mandarin Simplified (zh), Traditional (zh-Hant), and Cantonese (zh-HK) on the nova-3 model. Written as .chi.srt for Plex/Jellyfin/Emby auto-detection.
  • PHI and aggressive-numbers redaction options in the web UI.

Changed

  • Diarized jobs now use Deepgram's v2 speaker diarization (diarize_model=v2) for improved multi-speaker accuracy.

Fixed

  • Windows: web/worker containers no longer restart-loop with exec /entrypoint.sh: no such file or directory (CRLF line endings). Pinned *.sh + Dockerfiles to LF via .gitattributes and strip CRLF at build time. (#1)
  • Mobile accessibility: pinch-zoom re-enabled, 44px tap targets.

Verified live on Deepgram (2026-06-19): all three Chinese variants produce correct script-appropriate Hanzi; diarization v2 sends with no diarize boolean (no 400); redaction masks phone/healthcare numbers; full non-English regression matrix unchanged.