This release adds Readarr (Bookshelf) support and makes a few API tweaks to improve the range of plugins that can be made.
Notable changes:
- Add Readarr support by @egg82 in #19
- Deprecate older API in favor of newer API
- <*arr>SearchEvent is now Pre<*arr>SearchEvent and Post<*arr>SearchEvent
- API now uses Command for searching - old
searchmethods are deprecated and uses the new Command API on the backend - new Command API means searches and other commands can be polled and tracked in a plugin or in Fetcharr itself
If you're using the webhook plugin, make sure to update to 1.2.0:
plugins:
- url: https://repo.egg82.me/releases/me/egg82/fetcharr-webhook/1.2.0/fetcharr-webhook-1.2.0.jar
filename: fetcharr-webhook.jarFull Changelog: v2.1.1...v2.2.0