Skip to content

v2.4.2

Choose a tag to compare

@github-actions github-actions released this 11 Feb 17:50
· 26 commits to main since this release
v2.4.2
b37e507

This v2.4.2 release for AniBridge focuses on significant improvements to the Torznab API, primarily enhancing series lookup accuracy and overall performance. Key updates include more precise title matching for Sonarr tvsearch queries, better handling of ID-based searches, and the introduction of caching mechanisms for SkyHook lookups.

Breaking Changes

None.

New Features

None.

Other Changes

  • Fixed:

    • Improved series lookup for Sonarr tvsearch queries, resolving false matches and adding fallback resolution for ID-based queries. (0bd8a63)
  • Documentation:

    • Added docstrings to search and results related files. (296822c)
  • Style:

    • Formatted Python code with Ruff. (a5db7ec)
  • Performance:

    • Implemented caching for SkyHook search terms and titles to reduce redundant API calls and optimized title scoring logic. (a4b9fe6)
  • Chores:

    • Bumped version to 2.4.2. (b37e507)