Skip to content

Releases: KORComic/comicmeta.koplugin

v2.0

25 Sep 01:56
9ae3db7

Choose a tag to compare

📢 What's Changed

✨ New Features

  • Support for .cbr files has been added, as well as switching to the new ffi/Archiver module.
  • Extraction is now done in the background.
  • Extraction progress is now displayed to the user, and can be aborted.

👩🏻‍💻 Backend

  • Comic parsing logic has been migrated to KORComic/comiclib, allowing its use in multiple plugins.

🔧 Fixes

  • Support for uppercase, lowercase, and mixed-case files has been added.
  • Change language to be more exact, using Extract Comic Meta instead of Get Comic Meta.

📜 Full Changelog: v1.2...v2.0

kusuriya-no-hitorigoto-apothecary

v1.2

17 Sep 22:36
9c01115

Choose a tag to compare

What's Changed

  • feat(comicmeta): add recursive .cbz file processing and tests by @OGKevin in #10
  • feat(comicmeta): add custom ToC generation from ComicInfo.xml pages by @OGKevin in #11

Full Changelog: v1.1...v1.2

v1.1

09 Sep 20:36
b123990

Choose a tag to compare

What's Changed

Full Changelog: v1.0...v1.1

v1.0

27 May 21:02
f3bd314

Choose a tag to compare

Initial Release.

Special thanks goes to @OGKevin for #3 and #4