- Comicon now exposes a `metadata.title_slug: str` that is automatically generated when you create a `Comic`
1.0.1
Bug fixes - Upgrade dependencies to support Pillow 10+ and LXML 5+
1.0.0
Comicon is now stable! /s
All major bugs are now fixed. Any other major bugs that are discovered are actually features, not bugs.
Feature changes
- MOBI output support - Comicon now merges metadata from edited, converted comics upon their second conversion, instead of ignoring new metadata
0.3.0
Feature changes
- BREAKING: Files and folders not declared in `comicon.json` in the **root** of the CIR are now allowed. Any folders not declared in `comicon.json` will be ignored during conversions to and from the CIR.
0.2.3
- Fixed a bug where all non-Comicon-created comics would fail to convert from CBZ to EPUB
0.2.2
Drop-in patch release to fix some bugs.
- NEW: *moderately* backwards-incompatible: All chapter folders declared in `comicon.json` **must** be present in the filesystem, or else the CIR is invalid (5134ef1) - EPUB input metadata parsing is now slightly faster (49e9503) - PDF outputs now properly retain all metadata if they are re-input (249fed7d4823e29c433ed61f08477a0c7919aee3) - Debug prints removed