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 3a31c2e commit 243f285
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- 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) (first part of #83)
- Includes ffmpeg default setting to use only 1 CPU thread (#75)
- 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

### Added

- Language metadata can be customized (#77)
- New html option in coverage report

### Fixed

- Name metadadata is not set correctly (#76)
- Default publisher is not correctly spelled (#78)
- Adapt to hatchling v1.19.0 which mandates packages setting (#79)
- Small fixes in invoke tasks

### Changed

- Dockerfile: split installation of Python dependencies for more efficiency
- Github workflow: publish `dev` tag on every push to `main` branch
- Github workflow: build Docker image + test its startup
Expand All @@ -33,10 +45,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.1.0] - 2023-07-25

### Added

- Add `--long-description` CLI parameter to set ZIM long description
- Add `--node-ids` CLI parameter to process only few channel nodes (_useful for debugging mostly_)

### Fixed

- Fixed issue with ZIM description too long when sourced from channel metadata
- Fixed issue with ZIM icon sizes / formats
- Fix issue with ePub rendering which was outside the iframe
Expand Down Expand Up @@ -65,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - 2021-11-11

### Added

- initial version
- supports topic/document/audio/video/html5/exercise content types
- uses libzim7
Expand Down

0 comments on commit 243f285

Please sign in to comment.