mirror of
https://github.com/hyugogirubato/cbz.git
synced 2026-09-26 21:41:03 +00:00
2.1 KiB
2.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.3.0 - 2024-07-14
Added
- Type value verification.
- Load ComicInfo from a
cbzfile. - Built-in reader for dynamic viewing.
- Image compatibility checking.
- Added
savemethod to directly save a page or comic. - Display additional file information via the player.
Changed
- Complete code refactoring.
pagesvariable now public for native page manipulation in Python.- Optimized
packfunction with caching. - Library now supports loading
zipfiles containing only images.
Fixed
- Default value definitions.
- Corrected values written to XML.
New Contributors
3.2.0 - 2024-03-17
Changed
- New code structure.
- Deleting temporary files usage.
- Automatic correction of variable types.
- Simplifying constants.
- Binary input support for pages.
- Project
pycbzhelperrenamed tocbz.
3.1.2 - 2023-08-13
Fixed
- Fixed missing
Tagskey, thanks to @RivMt
3.1.1 - 2023-06-04
Changed
- Update
README.md.
3.1.0 - 2023-06-04
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.
3.0.1 - 2023-02-06
Added
- Initial release.