From 70ab16ffce283c86a1b66d8e35db351fbfbf2d19 Mon Sep 17 00:00:00 2001 From: Stephen Macke Date: Mon, 23 Dec 2024 23:09:43 -0800 Subject: [PATCH] [no ci] update history and bump version --- HISTORY.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0666079..bc3bdbd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,12 @@ History ======= -0.4.25 (2024-10-15) +0.4.27 (2024-12-23) +------------------- +* Add support for WebVTT by @GrahamDigital; +* Make setuptools an explicit requirement to improve support for Python 3.12+; + +0.4.26 (2024-10-15) ------------------- * Allow progress to work for multiple syncs even if alignment fails for a particular input; * Allow specifying ffmpeg exe path using --ffmpeg-path; @@ -9,7 +14,7 @@ History * Don't report sync as successful if best score is in negatives (from @ajitid); * Turn on Audio Sync for audio extraction process (from @dvh312); -0.4.24 (2023-03-26) +0.4.25 (2023-03-26) ------------------- * Replace unmaintained cchardet with faust-cchardet;