File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12- - ` zim.creator.Creator._log_metadata() ` to log (DEBUG) all metadata set on ` _metadata ` (prior to start())
12+ - ` zim.creator.Creator._log_metadata() ` to log (DEBUG) all metadata set on ` _metadata ` (prior to start()) #155
13+ - New utility function to confirm ZIM can be created at given location / name #163
1314
1415### Changed
1516
1617- Migrate the ** VideoWebmLow** and ** VideoWebmHigh** presets to VP9 for smaller file size #79
1718 - New preset versions are v3 and v2 respectively
18- - Simplify type annotations by replacing Union and Optional with pipe character ("|") for improved readability and clarity
19- - Calling ` Creator._log_metadata() ` on ` Creator.start() ` if running in DEBUG
19+ - Simplify type annotations by replacing Union and Optional with pipe character ("|") for improved readability and clarity # 150
20+ - Calling ` Creator._log_metadata() ` on ` Creator.start() ` if running in DEBUG # 155
2021
2122### Fixed
22- - Add back the ` --runinstalled ` flag for test execution to allow smooth testing on other build chains (#139 )
23+
24+ - Add back the ` --runinstalled ` flag for test execution to allow smooth testing on other build chains #139
2325
2426## [ 3.3.2] - 2024-03-25
2527
You can’t perform that action at this time.
0 commit comments