Skip to content

Commit bafd232

Browse files
committed
update history and use ubuntu 22.04
1 parent f05cfe7 commit bafd232

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
os: [ 'ubuntu-latest', 'windows-latest' ]
12+
os: [ 'ubuntu-22.04', 'windows-latest' ]
1313
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
1414
include:
1515
- python-version: '3.7'

HISTORY.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
History
22
=======
33

4+
0.4.25 (2024-10-15)
5+
-------------------
6+
* Allow progress to work for multiple syncs even if alignment fails for a particular input;
7+
* Allow specifying ffmpeg exe path using --ffmpeg-path;
8+
* Updates for Python 3.12;
9+
* Don't report sync as successful if best score is in negatives (from @ajitid);
10+
* Turn on Audio Sync for audio extraction process (from @dvh312);
11+
412
0.4.24 (2023-03-26)
513
-------------------
614
* Replace unmaintained cchardet with faust-cchardet;

0 commit comments

Comments
 (0)