v2.4.2
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)
- Improved series lookup for Sonarr tvsearch queries, resolving false matches and adding fallback resolution for ID-based queries. (
-
Documentation:
- Added docstrings to search and results related files. (
296822c)
- Added docstrings to search and results related files. (
-
Style:
- Formatted Python code with Ruff. (
a5db7ec)
- Formatted Python code with Ruff. (
-
Performance:
- Implemented caching for SkyHook search terms and titles to reduce redundant API calls and optimized title scoring logic. (
a4b9fe6)
- Implemented caching for SkyHook search terms and titles to reduce redundant API calls and optimized title scoring logic. (
-
Chores:
- Bumped version to
2.4.2. (b37e507)
- Bumped version to