Skip to content

Commit 4ef73a7

Browse files
committed
Released v1.2.0
1 parent 8c5f52c commit 4ef73a7

2 files changed

Lines changed: 26 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
1-
# 1.1.1
1+
# Changelog
22

3-
- Increaded (5 -> 10) number of retries on (non-api) request errors
3+
All notable changes to this project will be documented in this file.
44

5-
# 1.1.0
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
7+
as of 1.2.0.
8+
9+
## [1.2.0] - 2022-05-25
10+
11+
### Added
12+
13+
- `--missing-article-tolerance` option to define a percentage of allowed 404 articles (#125)
14+
15+
### Changed
16+
17+
- Increased (5 -> 10) number of retries on (non-api) request errors
18+
- Prevented an infinite loop on multi-referenced subcat (#123)
19+
- Decoding article names retrieved from the API (#124)
20+
- Using scraperlib 1.6 (libzim 7.2)
21+
- Default output dir (/output -> output)
22+
- Adapted DOM Integrity Checker to EN's Top categories change (#129)
23+
24+
# [1.1.0]
625

726
- Revamped to work off an expected list of articles/categories fetched from API
827
- Fixed category page icon size (#106)
@@ -11,16 +30,16 @@
1130
- Using the previously unused --delay option
1231
- Better exit upon errors (#105)
1332

14-
# 1.0.2
33+
# [1.0.2]
1534

1635
- Allow creation of usable ZIM from single category using --category
1736

18-
# 1.0.1
37+
# [1.0.1]
1938

2039
- Using pylibzim 1.0.0 and zimscraperlib 1.4.0
2140
- Fixed crash on incorrect link during --exclude rewrite (#101)
2241
- Removed a link to author on sidebar (#102)
2342

24-
# 1.0.0
43+
# [1.0.0]
2544

2645
- initial version

wikihow2zim/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

0 commit comments

Comments
 (0)