Releases: openzim/zim-tools
Releases · openzim/zim-tools
3.5.0
3.4.2
- zimwriterfs: Support short option
-a
(tags) (@kelson42 #409) - zimwriterfs: "Name", "Title" and "LongDescription" are mandatory metadata (@kelson42 #410 #411)
- zimcheck: Do not run check on content if zim integrity test is failing (@mgautierfr #413)
- zimrecreate: Do not try to add twice metadata (and fix return code) (@mgautiefr #419)
3.4.1
- zimsplit: stop creating trailing empty chunk (@mgautierfr #402)
- zimdump: Respecting the --ns option in zimdump show (@veloman-yunkan #316)
- Introduce max libzim version check in compilation (@kelson42 #397)
3.4.0
- zimwriterfs: Fix regression of Redirect entries not findable in title suggestions (@mgautierfr #388)
- zimcheck: Do not use std::optional (@mgautierfr #392)
- zimcheck: Do not detect ZIM clone entry as duplicated content (@mgautierfr #379)
3.3.0
- zimcheck: Properly deal with HTML entities in URL (@veloman-yukan #378)
- zimcheck: Stop complaining about empty href (@BartlomiejZalas #367)
- zimcheck: Fix handling of bad or missing magic file (@rgaudin #374)
- zimwriterfs, zimcheck: Fix illustration check (@mgautierfr #369)
- zimwriterfs: Stop compressing illustrations (@mgautierfr #355)
- zimwriterfs: Properly deal with wrong amount of columns in redirect file (@mgautierfr #360)
- Fix Debian package compilation on arm64 (@mgautierfr #369)
- Full code base compliancy with C++17 (@mgautierfr #368)
- Container images for ARM CPU architecture (@rgaudin #351)
- Multiple CI/CD improvements (@kelson42)
3.2.0
- Introduce a "Metadata table" to centralize information about metadata and check them (@veloman-yunkan #339)
- Add check for description and longDescription (@Onyx2406 #333)
- Do not use
--static
option when compiling on MacOs (@mgautierfr #342) - Add support for SIP uri scheme (@kelson42 #329)
- Various CI improvement (@kelson42)
3.1.3
3.1.2
- zimdump: Create correct redirection when dumping zim with old namespace scheme (@mgautierfr #306)
- zimcheck: Correctly handle protocol-relative absolute url as absolute url (@veloman-yunkan #307)
- zimcheck: Fix
J
flag at arguments parsing (@jameelkaisar #320) - zimcheck: Limit the size of the task queue, which reduce the memory needed (@veloman-yunkan #309)
- zimcheck: Better and faster redirect loop check (@veloman-yunkan #312)
- zimdump: Improve indentation output of
zimdump list
(@kelson42 #301) - zimwriterfs: Improve an error message (@kelson42 #302)
- CI: Fix CI compilation (@mgautierfr #313)
3.1.1
- zimdump: Correctly print the main page (@mgautierfr #293)
- zimcheck: Correctly print spend time to avoid performance test to fail on slow
hardware (@veloman-yunkan #288) - zimwriterfs: Fix usage message indentation (@kelson42 #291)
- Cross compilation: Correctly detect host machine (@kelson42 #290)
- CI: Fix libzim-dev deps (@legoktm #284)
- CI: Remove Ubuntu Hirsute (@legoktm #286)
3.1.0
- zimcheck: Fix json output (Use
"
instead of'
) for strings
(@mgautierfr #281) - zimcheck: Avoid undefined behavior (and crash) when testing link's content.
(@mgautierfr #280) - The
--version
option now also print the version of all dependencies (@kelson42, #275) - zimcheck: Add the zimcheck version in the output log (@kelson42, #274)
- CI: Readd build on Ubuntu Impish (@kelson42, #267)
- CI: Add build on Ubuntu Jammy (@legoktm, #273)