Skip to content

Releases: RobBrazier/calibre-plugins

hardcover-0.5.0

24 Nov 19:49
1e1f23f

Choose a tag to compare

hardcover-0.5.0 - 2025-11-24

Added

  • Add support for calibre-web-automated hardcover-id and hardcover-slug identifiers by @RobBrazier (fixes #92)

Changed

hardcover-0.4.1

25 Sep 17:50
b674d21

Choose a tag to compare

hardcover-0.4.1 - 2025-09-25

Fixed

  • Division by zero if there are no authors by @RobBrazier

hardcover-0.4.0

25 Sep 16:01
35a5245

Choose a tag to compare

hardcover-0.4.0 - 2025-09-25

Added

  • Add useragent to graphql requests with caller info by @RobBrazier
  • Add weighting to author comparison to reduce false positives when filtering out editions by @RobBrazier

Removed

  • Remove iso639 validation and just check length - library adds too much bloat by @RobBrazier

hardcover-0.3.0

20 Sep 19:24
416a3e7

Choose a tag to compare

hardcover-0.3.0 - 2025-09-20

Added

  • Add language filter option (default: eng)
  • Optimise matching to look at the editions
  • Pull tags from hardcover genre category in addition to tags

hardcover-0.2.3

26 Jun 14:53

Choose a tag to compare

hardcover-0.2.3 - 2025-06-26

Changed

  • Use fragments for common elements in graphql queries by @RobBrazier
  • Merge pull request #39 from RobBrazier/renovate/lock-file-maintenance by @RobBrazier in #39

Fixed

  • Linting issues with basedpyright by @RobBrazier
  • Versioningit now searches more in git describe by @RobBrazier
  • Test failure after pyjarowinkler update by @RobBrazier

Removed

  • Remove unused reference to edition description by @RobBrazier

manga-chapters-0.1.0

24 Apr 13:02

Choose a tag to compare

[manga-chapters-0.1.0] - 2025-04-24

Added

hardcover-0.2.2

07 Jan 22:00

Choose a tag to compare

hardcover-0.2.2 - 2025-01-07

Changed

Fixed

  • Allow tests to run without stubbing out calibre stuff by @RobBrazier
  • Restructure file to allow calibre plugins site to parse by @RobBrazier

hardcover-0.2.1

06 Jan 21:26

Choose a tag to compare

hardcover-0.2.1 - 2025-01-06

Fixed

  • Calibre plugins site not able to parse the plugin zip by @RobBrazier

hardcover-0.2.0

06 Jan 20:59

Choose a tag to compare

hardcover-0.2.0 - 2025-01-06

Added

  • Add configurable match sensitivity to allow for finetuning of title+author queries by @RobBrazier
  • Add unknown fallback version by @RobBrazier
  • Add git-cliff and switch to setuptools-scm versioning by @RobBrazier
  • Add _ to builtins for ruff linting by @RobBrazier

Changed

  • Switch to jaro-winkler distance checks for better results by @RobBrazier
  • Optimise hardcover queries and datamapping by @RobBrazier
  • Merge pull request #10 from RobBrazier/graphql-lib by @RobBrazier in #10
  • Move graphql code into a separate lib + handle module names in bundling by @RobBrazier
  • Merge pull request #9 from RobBrazier/scm-versioning by @RobBrazier in #9
  • 0.1.0 -> 0.1.1 by @RobBrazier

Fixed

hardcover v0.1.0

18 Nov 16:48

Choose a tag to compare

hardcover-0.1.0 - 2024-11-17

Added

  • Add ratings from hardcover to metadata by @RobBrazier

Changed

  • Version 0.0.3 → 0.1.0 by @RobBrazier
  • Update github release to read from changelog and pre-populate changelog for hardcover by @RobBrazier
  • Manage version via commitzen and native hatch version build hook by @RobBrazier