- StoryArc & StoryArcNumber for ComicInfo.xml exported as `story_arcs` dict. Supports Mylar multiple story arcs csv values format.
0.8.0
- Add close_fd & check_unrar config options for API use. - Add ComicArchive.check_unrar_executable() public method. - Remove closefd constructor option.
0.7.1
- Remove unrar.cffi support. - Test for unrar executable for clearer errors.
0.7.0
- Fix - Tags from ComicInfo.xml were not parsed - Features - ComicInfo.xml StoryArcNumber, Review and GTIN now parsed. - ComicInfo.xml Pages attributes now exposed as snake case for python
0.6.7
- Fix - Remove unrar-cffi dependency aciddentally left in during testing
0.6.6
- Features - Print filetype cli option. get_archive_type() api method. - Use unrar.cffi if it's available. - Dev - Use importlib instead of deprecated pkg_resources.