github recyclarr/recyclarr v5.0.0

latest releases: v7.2.4, v7.2.3, v7.2.2...
15 months ago

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 to config create which facilitates creating new configuration
    files from the configuration template repository.
  • New --force option added to the config 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 the apikey query parameter. This
    lessens the need to redact information in the console.
  • BREAKING: replace_existing_custom_formats now defaults to false.
  • 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, and create-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.

Don't miss a new recyclarr release

NewReleases is sending notifications on new releases.