Skip to content

Commit d5ad19a

Browse files
committed
Release 2.1.0
1 parent 507ee0d commit d5ad19a

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 2.0.1).
77

8-
## [Unreleased]
8+
## [2.1.0] - 2024-03-28
99

1010
## Added
1111

@@ -19,8 +19,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- `Language` metadata to be set to `eng,xxx` (xxx being the second language)
2020
- `Name` metadata to be like "{domain}_mul_{variant}"
2121
- Filename metadata to match `Name`
22-
- Using zimscraperlib 2.1
22+
- Using zimscraperlib 3.3
2323
- Changed default publisher metadata from 'Kiwix' to 'openZIM'
24+
- `description` metadata is now limited to 80 chars, full description goes to the `long_description` (#290)
25+
26+
## Fixed
27+
28+
- Multilanguage ZIM are not perfectly handled (#259)
29+
- Incorrect image displayed (#284)
30+
- Markdown text formatting is not rendered (#286)
31+
- Harmonize default publisher to openZIM (#291)
32+
- Docker image: align redis binaries with Python distribution (#294)
33+
- Issue with xml.sax.saxutils (#298)
2434

2535
## [2.0.2] - 2022-10-31
2636

src/sotoki/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.2
1+
2.1.0

0 commit comments

Comments
 (0)