Skip to content

Releases: openzim/nautilus

1.2.1

25 May 17:24
18b34aa
Compare
Choose a tag to compare

Fixed

  • Missing libmagic in docker image

1.2.0

14 May 09:40
c2976f8
Compare
Choose a tag to compare

Added

  • Add urls support to collections. (#59)
  • Add archiveless collection.json support. (#60)

Changed

  • URL entries are checked early to exit should access fails (#29)
  • Simplified [long]description checks using compute_descriptions
  • Using PouchDB 8.0.1 (#45)

Fixed

  • Header link to home was leading to template (#68)

1.1.1

05 May 15:49
Compare
Choose a tag to compare

Changed

  • Fixed ZIP acces when using a remote file

1.1.0

05 May 12:13
Compare
Choose a tag to compare

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)