From e81f88265c25924163c1e14b906fa108802c8cba Mon Sep 17 00:00:00 2001 From: Aman Kumar Date: Sat, 21 Feb 2026 03:56:40 +0530 Subject: [PATCH] Fix PTS rollover false-trigger in batch processing Fixes a bug causing subtitle timestamps to be incorrectly offset during batch file processing. --- docs/CHANGES.TXT | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CHANGES.TXT b/docs/CHANGES.TXT index ebe2a4fc7..25d781901 100644 --- a/docs/CHANGES.TXT +++ b/docs/CHANGES.TXT @@ -1,5 +1,7 @@ 0.96.6 (2026-02-19) ------------------- +- Fix: PTS rollover false-trigger in batch file processing causing subtitle timestamps + to be offset by ~26.5 hours when processing multiple TS files (#2131) - New: 32-bit (x86) Windows build and installer (#2116) - New: Add optional machine-readable JSON output for -out=report via --report-format json - New: Add Snap packaging support with Snapcraft configuration and GitHub Actions CI workflow