docs(changelog): note the subtitle timestamp fix (#2074)

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
kevin9327
2026-09-14 08:33:10 +09:00
co-authored by Claude Opus 5
parent 3cd67811e5
commit 2ce74581c2
+1
View File
@@ -29,6 +29,7 @@ the frozen-backend fallback mirror it for their toolchains.
- Transcribing an M4A file with PyTorch Whisper works, instead of failing with "Format not recognised" (#2042, #2039)
- PyTorch Whisper runs on 6 GB NVIDIA cards instead of falling back to CPU, because its memory check now fits the model it loads (#2044, #2041)
- MCP tools wait as long as the backend does, so a long transcription no longer fails at 120 s with an empty error (#2043, #2040)
- Exported SRT and VTT subtitles keep each cue's milliseconds, instead of moving many cues 1 ms early (#2074)
### CI