From ff714fadf1157651accee9d4d7eaed498d0106e4 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 16 Feb 2024 16:25:01 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8157dc..a4c7e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Migrate to Python 3.12 (instead of Python 3.11) +- Migrate to Python 3.12 (instead of Python 3.11), upgrade Python dependencies +- Migrate to Python scraperlib 3.3.0 + - Includes new version of `VideoWebmLow` encoder preset (version 2) + - Includes ffmpeg default setting to use only 1 CPU thread (first part of #83) - Migrate to `hatch-openzim` to install JS dependencies ### Fixed - Fix caching of re-encoded video files (#82) -- Do not start multiple video processing threads by default (`--processes` default value) (partial fix of #83) +- Do not start multiple video processing threads by default (`--processes` default value) (second part of #83) - Fix logging issue in DEBUG mode ## [1.1.1] - 2024-01-16