Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Feb 16, 2024
1 parent 8d460c3 commit ff714fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff714fa

Please sign in to comment.