github egg82/fetcharr v2.1.1

latest release: v2.2.0
one month ago

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_ONLY environment variable has been changed to MISSING_STATUS
    • MISSING_ONLY was true/false
    • MISSING_STATUS is "all", "missing", or "upgrade"
    • This means you can have Fetcharr select for missing-only OR non-missing only items
    • Setting MISSING_ONLY to true will set MISSING_STATUS to "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.jar

Full Changelog: v2.1.0...v2.1.1

Don't miss a new fetcharr release

NewReleases is sending notifications on new releases.