Releases: CPU-Blanc/scrubarr
Releases · CPU-Blanc/scrubarr
Scrubarr v0.5.0
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
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
orSCRUBARR_SONARR_[int]_[variable]
(ieSCRUBARR_SONARR_1_URL
)
Changed
SCRUBARR_SONARR_BASE_PATH
(SCRUBARR_SONARR_1_BASE_PATH
) renamed toSCRUBARR_SONARR_1_BASE
Scrubarr v0.3.1
Fixed
- Incorrect queue filter being enforced, resulting in the queue not being processed
Scrubarr v0.3.0
Deprecated
SCRUBARR_SONARR_PORT
&SCRUBARR_OMIT_PORT
options - Port is now parsed as part of theSCRUBARR_SONARR_URL
variable
Added
SCRUBARR_VERBOSE
env var & cli argument - Provides verbose http logs at thetrace
level
Changed
- Minimum interval time is now 300 seconds
Fixed
- Various Sonarr API schema issues - Missing optionals and incorrect types
Scrubarr v0.2.1
Fixed
SCRUBARR_SONARR_BASE_PATH
env variable not working
Scrubarr v0.2.0
Breaking
SCRUBARR_SONARR_BASE_URL
environmental variable renamed toSCRUBARR_SONARR_BASE_PATH
Added
.env
file support- Commandline argument support
Security
- Marked API key header as sensitive