This release fixes some API/webhook problems and swaps out MISSING_ONLY for MISSING_STATUS - don't worry, the old environment variable still works for now!
Notable changes:
- Webhook plugin now posts all searched items in one embed instead of many individual embeds
MISSING_ONLYenvironment variable has been changed toMISSING_STATUSMISSING_ONLYwas true/falseMISSING_STATUSis "all", "missing", or "upgrade"- This means you can have Fetcharr select for missing-only OR non-missing only items
- Setting
MISSING_ONLYto true will setMISSING_STATUSto "missing" for now. Eventually the old environment variable will be removed.
- A few API tweaks to make life a little nicer for plugins
If you're using the webhook plugin, make sure to update to 1.1.0:
plugins:
- url: https://repo.egg82.me/releases/me/egg82/fetcharr-webhook/1.1.0/fetcharr-webhook-1.1.0.jar
filename: fetcharr-webhook.jarFull Changelog: v2.1.0...v2.1.1