Skip to content

Commit

Permalink
update history and use ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
smacke committed Oct 16, 2024
1 parent f05cfe7 commit bafd232
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit bafd232

Please sign in to comment.