Added
- Redirection from `/questions/{questionId}` to the question page (277)
Changed
- ZIM Tags now include `_videos:no;_details:no` and conditionaly include `_pictures:no` (278)
- Default filename now uses `nopic` instead of `all` if using `--without-images` (278)
- Multi-language domains now handled as such:
- `Language` metadata to be set to `eng,xxx` (xxx being the second language)
- `Name` metadata to be like "{domain}_mul_{variant}"
- Filename metadata to match `Name`
- Using zimscraperlib 3.3
- Changed default publisher metadata from 'Kiwix' to 'openZIM'
- `description` metadata is now limited to 80 chars, full description goes to the `long_description` (290)
Fixed
- Multilanguage ZIM are not perfectly handled (259)
- Incorrect image displayed (284)
- Markdown text formatting is not rendered (286)
- Harmonize default publisher to openZIM (291)
- Docker image: align redis binaries with Python distribution (294)
- Issue with xml.sax.saxutils (298)