Releases: RobBrazier/calibre-plugins
Releases · RobBrazier/calibre-plugins
hardcover-0.5.0
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
- Update README with new matching flow by @RobBrazier
hardcover-0.4.1
hardcover-0.4.0
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
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
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
[manga-chapters-0.1.0] - 2025-04-24
Added
- Add manga chapter extractor editor plugin by @RobBrazier in #57
hardcover-0.2.2
hardcover-0.2.2 - 2025-01-07
Changed
- Merge pull request #35 from RobBrazier/fixes by @RobBrazier in #35
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
hardcover-0.2.1 - 2025-01-06
Fixed
- Calibre plugins site not able to parse the plugin zip by @RobBrazier
hardcover-0.2.0
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
- Fix tests after changing identifier logic by @RobBrazier
- Test failures by @RobBrazier
- Graphql import not being added to sys.modules by @RobBrazier
hardcover v0.1.0
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