Releases: openzim/zim-tools
Releases · openzim/zim-tools
3.0.0
- zimwriterfs: Do not allow zimwriterfs to overwrite a existing zim file (@asashnov #193)
- zimcheck: Make zimcheck print json output with option
--json
(@veloman-yunkan #206) - zimcheck: Make zimcheck multithreaded (@veloman-yunkan #194)
- zimcheck: Add an option to check for redirection loops (@shashwat1002 #218)
- zimrecreate: Add an option
-j
to not create fulltext index (@data-man #234) - zimrecreate: Add option
-J
(--threads) to set the number of threads to use (@data-man #235) - remove zstd compression options. We are now always creating zim file with zstd (@kelson42 #261, 264)
- zimwriterfs: Do not use the extension of file as mimetype (@MGautier #265)
- zimcheck: Improve performance of detection of the kind of url (@veloman-yunkan #179)
- Support new protocols xmpp, news and urn (@kelson42 #205)
- zimdump: zimdump now print the favicon and mainentry path instead of the index (@kelson42 #220)
- zimdump: Add a option to create html redirect insteal of symlink
- zimdump: Fix issue where zimdump crash depending of the stored path of redirection (@maneesh #211)
- zimdump: Fix argument --ns not working (@maneesh #216)
- Add zimcheck unit tests (@veloman-yunkan #215)
- zimdump: Fix http redirect (@veloman-yunkan #225)
- Adapt zim tools to new libzim api (@MGautier @veloman-yunkan @maneesh)
- Compile zimsearch binary only if libzim is compiled with xapian (@MGautier, #201)
- Docker : Better open zimtools image (@rgaudin #209)
2.1.0
- Add small description text to help option (@kelson42)
- zimcheck: Better error reporting (@MiguelRocha, @kelson42)
- zimwriterfs: Update font mimetype (@kelson42)
- zimcheck: Fix various crash (@MiguelRocha)
- ci: Add building of deb package and publication on ppa (@legoktm)
- Add unit tests (@MiguelRocha, @asashnov)
- zimcheck: Handle
data:
urls correctly (@kelson42) - zimcheck: Add testof empty links (@MiguelRocha)
- readme: Add link to packages links (repology) (@hashworks)
- zimwriterfs & zimrecreate: Add a option to write ZIM files using Zstandard
compression (default lzma) (@kelson42) - zimcheck: Performance improvement (@MiguelRocha, @veloman-yunkan)
- zimwriterfs: Create zim redirect entry when file is actually a symlink
(@asashnov) - zimcheck: Add a progress option (@kelson42)
- zimsplit: Use docopt to parse command line option (@MiguelRocha)
- zimwriterfs: Add a metadata
M/Scraper
with the name (zimwriterfs) and
version of the scraper. (@asashnov) - zimwriterfs: Do not allow to create a zim file inside the HTML source
directory (@asashnov) - zimcheck: Add internal integrity check using libzim
validate
(@veloman-yunkan)