Skip to content

Releases: hyugogirubato/cbz

v3.3.5

22 Jul 17:53
Compare
Choose a tag to compare

Fixed

  • Fix Path import using pathlib.

v3.3.4

18 Jul 20:32
Compare
Choose a tag to compare

Fixed

  • Remove invalid dict key.
  • Fix invalid utc format.

v3.3.3

18 Jul 20:13
Compare
Choose a tag to compare

Added

  • Reference links for XML schema.
  • New information fields in the XML.
  • Support PDF files via cbzplayer command.

Changed

  • Removed MD5 display in the player (irrelevant).
  • The displayed size in the player now reflects the total size of all images.
  • Simplified the closing XML Page tag.
  • Sorted Page keys in order.
  • Updated ComicInfo.xsd defining the CBZ standard.

Fixed

  • Fixed the .jpg constant preventing the use of certain images.
  • Fixed memory error related to the pack() method cache.
  • Fixed saving pages in XML to comply with the standard.
  • Added missing mandatory keys in the XML.

v3.3.2

17 Jul 22:06
Compare
Choose a tag to compare

Added

  • Added zoom options for displaying images in the player.
  • Added scroll functionality for image display in the player, especially useful when images are zoomed.

Changed

  • Set a default standard size.

Fixed

  • Fix lag when stretching player.
  • Fix XML parsing for CBZ files with a single page.
  • Fix image positioning within the player.

New Contributors

v3.3.1

15 Jul 17:55
Compare
Choose a tag to compare

Added

  • Added from_pdf method to convert .pdf files to .cbz.

Changed

  • Set a default standard size.
  • Changed a keyboard shortcut that prevented copying information.

Fixed

  • Fixed the icon display for Linux in the player.
  • Fixed the taskbar icon for Windows in the player.
  • Fixed the player margins.
  • Automatically detect the player size based on the smallest image.

New Contributors

v3.3.0

14 Jul 17:08
Compare
Choose a tag to compare

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

v3.2.0

17 Mar 13:50
Compare
Choose a tag to compare

Changed

  • New code structure.
  • Deleting temporary files usage.
  • Automatic correction of variable types.
  • Simplifying constants.
  • Binary input support for pages.
  • Project pycbzhelper renamed to cbz.

v3.1.2

13 Aug 16:28
Compare
Choose a tag to compare

Fixed

  • Fixed missing Tags key, thanks to @RivMt

v3.1.1

04 Jun 14:11
Compare
Choose a tag to compare

Changed

  • Update README.md.

v3.1.0

04 Jun 13:58
Compare
Choose a tag to compare

Added

  • Installation with pip.
  • Support for non-existent location.
  • Support for web loading errors of pages.

Fixed

  • Fixed page support.

Changed

  • New name of some variables.
  • Automatic cleanup of temporary files.
  • New location for temporary files.
  • File path now uses pathlib.