Skip to content

v3.3.0

Compare
Choose a tag to compare
@hyugogirubato hyugogirubato released this 14 Jul 17:08
· 37 commits to main since this release

Added

  • Type value verification.
  • Load ComicInfo from a cbz file.
  • Built-in reader for dynamic viewing.
  • Image compatibility checking.
  • Added save method to directly save a page or comic.
  • Display additional file information via the player.

Changed

  • Complete code refactoring.
  • pages variable now public for native page manipulation in Python.
  • Optimized pack function with caching.
  • Library now supports loading zip files containing only images.

Fixed

  • Default value definitions.
  • Corrected values written to XML.

New Contributors