Skip to content

Commit 5b05ce5

Browse files
cfsmp3claude
andcommitted
docs: Add changelog entries for version 0.96.3
Document all changes since 0.96.2 including: - VOBSUB subtitle extraction for MP4 and MKV files - Native SCC input file support - SCC output improvements (frame rate, styled PAC codes) - Various bug fixes for timing, builds, and OCR 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 285e81f commit 5b05ce5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/CHANGES.TXT

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
0.96.3 (2025-12-29)
2+
-------------------
3+
- New: VOBSUB subtitle extraction with OCR support for MP4 files
4+
- New: VOBSUB subtitle extraction support for MKV/Matroska files
5+
- New: Native SCC (Scenarist Closed Caption) input file support - CCExtractor can now read SCC files
6+
- New: Configurable frame rate (--scc-framerate) and styled PAC codes for SCC output
7+
- Fix: Apply --delay option to DVB/bitmap subtitles (previously only worked with text-based subtitles)
8+
- Fix: 200ms timing offset in MOV/MP4 caption extraction
9+
- Fix: utf8proc include path for system library builds
10+
- Fix: Use fixed-width integer types in MP4 bswap functions for better portability
11+
- Fix: Guard ocr_text access with ENABLE_OCR preprocessor check
12+
- Fix: Preserve FFmpeg libs when building with -system-libs -hardsubx
13+
- Build: Add vobsub_decoder to Windows and autoconf build systems
14+
- Build: Add winget and Chocolatey packaging workflows for Windows distribution
15+
- Docs: Add VOBSUB extraction documentation and subtile-ocr Dockerfile
16+
117
0.96.2 (2025-12-26)
218
-------------------
319
- Fix: Resolve utf8proc header include path when building against system libraries on Linux.

0 commit comments

Comments
 (0)