This release contains BREAKING CHANGES. See the v5.0 Upgrade Guide for required
changes you may need to make.
Added
- The
*.yaml
extension is now accepted for all YAML files (e.g.settings.yaml
,recyclarr.yaml
)
in addition to*.yml
(which was already supported). - New
--template
option added toconfig create
which facilitates creating new configuration
files from the configuration template repository. - New
--force
option added to theconfig create
command. This will overwrite existing
configuration files, if they exist.
Changed
- API Key is now sent via the
X-Api-Key
header instead of theapikey
query parameter. This
lessens the need to redact information in the console. - BREAKING:
replace_existing_custom_formats
now defaults tofalse
. - BREAKING: Restructured repository settings.
- Configuration templates repository moved to
recyclarr/config-templates
on GitHub. Corresponding
settings for this repo as well (see the Settings YAML Reference on the wiki for more details).
Removed
- BREAKING: Array-style instances are no longer supported.
- BREAKING: Remove deprecated CLI commands:
radarr
,sonarr
, andcreate-config
. - BREAKING: Removed
reset_unmatched_scores
support under quality profile score section. - BREAKING: Migration steps that dealt with the old
trash.yml
have been removed.
Fixed
- False-positive duplicate score warnings no longer occur when doing
sync --preview
for the first
time.