Skip to content

Releases: CPU-Blanc/scrubarr

Scrubarr v0.5.0

24 Dec 17:19
Compare
Choose a tag to compare

Removed

  • All CLI configuration arguments - Use the configuration file or environmental vars in future

Added

  • --generate-config CLI command - Generates a configuration file using either the current env vars, or defaults
  • Removal of queued items if a higher scored episode is already in the queue

Scrubarr v0.4.0

11 Dec 18:34
Compare
Choose a tag to compare

Removed

  • SCRUBARR_SONARR_PORT & SCRUBARR_OMIT_PORT options and CLI arguments

Deprecated

  • All CLI arguments - Use the configuration file or environmental vars in future. Passed CLI arguments (excluding the API key) will
    be automatically added into a newly generated configuration file on first start up for this minor version

Added

  • Configuration file support - This will default to the XDG specification location for the host OS, or can be overridden with the X_SCRUBARR_CONFIG
    env var. For Docker builds, this will be /config/settings.json
  • Multi-instance support - define instances in settings.json or SCRUBARR_SONARR_[int]_[variable] (ie SCRUBARR_SONARR_1_URL)

Changed

  • SCRUBARR_SONARR_BASE_PATH (SCRUBARR_SONARR_1_BASE_PATH) renamed to SCRUBARR_SONARR_1_BASE

Scrubarr v0.3.1

30 Nov 18:26
725425f
Compare
Choose a tag to compare

Fixed

  • Incorrect queue filter being enforced, resulting in the queue not being processed

Scrubarr v0.3.0

27 Nov 15:27
17c079e
Compare
Choose a tag to compare

Deprecated

  • SCRUBARR_SONARR_PORT & SCRUBARR_OMIT_PORT options - Port is now parsed as part of the SCRUBARR_SONARR_URL variable

Added

  • SCRUBARR_VERBOSE env var & cli argument - Provides verbose http logs at the trace level

Changed

  • Minimum interval time is now 300 seconds

Fixed

  • Various Sonarr API schema issues - Missing optionals and incorrect types

Scrubarr v0.2.1

24 Nov 02:13
8bc878c
Compare
Choose a tag to compare

Fixed

  • SCRUBARR_SONARR_BASE_PATH env variable not working

Scrubarr v0.2.0

23 Nov 20:56
f83f3e9
Compare
Choose a tag to compare

Breaking

  • SCRUBARR_SONARR_BASE_URL environmental variable renamed to SCRUBARR_SONARR_BASE_PATH

Added

  • .env file support
  • Commandline argument support

Security

  • Marked API key header as sensitive