From bafd232a38769951c14c05669a69b2e8c150e1ae Mon Sep 17 00:00:00 2001 From: Stephen Macke Date: Tue, 15 Oct 2024 19:36:49 -0700 Subject: [PATCH] update history and use ubuntu 22.04 --- .github/workflows/ci.yml | 2 +- HISTORY.rst | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9698630..0411d05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - os: [ 'ubuntu-latest', 'windows-latest' ] + os: [ 'ubuntu-22.04', 'windows-latest' ] python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ] include: - python-version: '3.7' diff --git a/HISTORY.rst b/HISTORY.rst index d266dc2..0666079 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,14 @@ History ======= +0.4.25 (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; +* Updates for Python 3.12; +* 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) ------------------- * Replace unmaintained cchardet with faust-cchardet;