Skip to content

1.1.0

Compare
Choose a tag to compare
@rgaudin rgaudin released this 05 May 12:13
· 44 commits to main since this release

Added

  • --longdescription (<=4000chars) ZIM Metadata (used instead of --description when there's no about.html)

Changed

  • --description is now mandatory and must be <= 80 chars
  • using libzim directly (not via filesystem)
    • ZIP archive is not extracted to filesystem anymore
    • Only files referenced in collection are considered
    • Files are extracted one by one to filesystem and added to ZIM (then removed)
    • Files referenced in JSON but not present in ZIP halts the process
  • Supports multiple language codes (comma separated)
  • Unicode file paths are normalized

Removed

  • --no-zim param. not possible anymore
  • --skip-download param. Input is a ZIP (local or remote)