diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a9f6e..6b21479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,27 @@ -# 1.1.1 +# Changelog -- Increaded (5 -> 10) number of retries on (non-api) request errors +All notable changes to this project will be documented in this file. -# 1.1.0 +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) +as of 1.2.0. + +## [1.2.0] - 2022-05-25 + +### Added + +- `--missing-article-tolerance` option to define a percentage of allowed 404 articles (#125) + +### Changed + +- Increased (5 -> 10) number of retries on (non-api) request errors +- Prevented an infinite loop on multi-referenced subcat (#123) +- Decoding article names retrieved from the API (#124) +- Using scraperlib 1.6 (libzim 7.2) +- Default output dir (/output -> output) +- Adapted DOM Integrity Checker to EN's Top categories change (#129) + +# [1.1.0] - Revamped to work off an expected list of articles/categories fetched from API - Fixed category page icon size (#106) @@ -11,16 +30,16 @@ - Using the previously unused --delay option - Better exit upon errors (#105) -# 1.0.2 +# [1.0.2] - Allow creation of usable ZIM from single category using --category -# 1.0.1 +# [1.0.1] - Using pylibzim 1.0.0 and zimscraperlib 1.4.0 - Fixed crash on incorrect link during --exclude rewrite (#101) - Removed a link to author on sidebar (#102) -# 1.0.0 +# [1.0.0] - initial version diff --git a/wikihow2zim/VERSION b/wikihow2zim/VERSION index 9084fa2..26aaba0 100644 --- a/wikihow2zim/VERSION +++ b/wikihow2zim/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0