Skip to content

Commit

Permalink
Released v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed May 25, 2022
1 parent 8c5f52c commit 4ef73a7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
31 changes: 25 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
2 changes: 1 addition & 1 deletion wikihow2zim/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0

0 comments on commit 4ef73a7

Please sign in to comment.