Skip to content

Releases: recyclarr/recyclarr

v7.2.4

14 Sep 22:07
Compare
Choose a tag to compare

Fixed

  • Custom Formats: Smarter change detection logic for custom formats with language specifications,
    which addresses the issue of some CFs constantly showing as updated during sync even if they
    didn't change.

v7.2.3

04 Sep 00:32
Compare
Choose a tag to compare

Changed

  • Performance: Reduced the number of API calls to obtain service version information.

Fixed

  • Custom Format: The error "CF field of type False is not supported" no longer occurs when syncing
    some language-specific custom formats (#318).

v7.2.2

25 Aug 15:55
Compare
Choose a tag to compare

Fixed

  • Quality Definition: Support new quality upper limits for Sonarr (1000) and Radarr (2000). This is
    a backward compatible change, so older versions of Sonarr and Radarr will continue to use the
    correct upper limits.

v7.2.1

03 Aug 19:30
Compare
Choose a tag to compare

Fixed

  • Quality Definition: Eliminated continuous syncing when no changes are present due to Radarr's
    adjustment of the upper limit for "Preferred" from 395 to 399.

v7.2.0

29 Jul 00:13
Compare
Choose a tag to compare

Changed

  • The node quality_profiles under custom_formats was renamed to assign_scores_to to
    disambiguate it from the top-level quality_profiles. The old name is deprecated until the next
    major release. See here for details.
  • Quality Definition: Improved information about sync result in console output.

Fixed

  • Incorrect URLs were fixed in the local starter config template.
  • Quality Definition: Preferred quality setting would not sync in certain situations (#301).

v7.1.1

12 Jul 16:08
Compare
Choose a tag to compare

Changed

  • The --app-data option is now common to all commands.

Fixed

  • CLI: Commands no longer crash due to a null app data directory variable (#288).

v7.1.0

11 Jul 23:48
Compare
Choose a tag to compare

Added

  • Sync: In rare circumstances outside of Recyclarr, quality profiles become invalid due to missing
    required qualities. When this happens, users are not even able to save the profile using the
    Sonarr or Radarr UI. Recyclarr now detects this situation and automatically repairs the quality
    profile by re-adding these missing qualities for users. See this issue.

Fixed

  • CLI: Signal interrupt support for all API calls. Now when you press CTRL+C to gracefully
    exit/cancel Recyclarr, it will bail out of any ongoing API calls.
  • CLI: The --app-data option works again (#284).

v7.0.0

28 Jun 03:43
Compare
Choose a tag to compare

This release contains BREAKING CHANGES. See the v7.0 Upgrade Guide for required
changes you may need to make.

Added

  • YAML: New includes subdirectory intended to hold only include templates. Relative paths
    specified in the config include directive are resolved starting at this new directory. Relative
    paths to include templates located under the configs directory is now DEPRECATED. See the
    "File Structure" page on the wiki for more details.
  • Support the NO_COLOR environment variable for all Recyclarr commands (#223).

Changed

  • BREAKING: The app data directory on OSX has changed. It now lives at ~/Library/Application Support/recyclarr instead of ~/.config/recyclarr. Users will need to run recyclarr migrate to
    move the directory (or do it manually).
  • BREAKING: Removed support for Release Profiles and Sonarr version 3. The new minimum required
    version for Sonarr is v4.0.0.
  • CLI: Slightly improved display of version number when using -v option.
  • CLI: Greatly improved the layout of and information in the local starter YAML configuration that
    Recyclarr generates with the recyclarr config create command.

Fixed

  • YAML: Print more useful diagnostics when there's a connectivity problem to a service (e.g.
    incorrect base_url).
  • YAML: Regression that prevented basic validation of base_url & api_key.
  • CLI: CFs with no Trash ID will no longer be displayed when running the list custom-formats
    command (#229).
  • Docker: Support running the container in read-only mode (#231).
  • Sync: Sometimes CFs weren't deleted even with delete_old_custom_formats enabled (#237).

v6.0.2

20 Oct 13:26
Compare
Choose a tag to compare

Fixed

  • CLI: Some custom formats were not properly categorized when running list custom-formats.
  • CLI: Continue processing other instances when ServiceIncompatibilityException is thrown.
  • Media Naming: In order to avoid confusion, the v3 and v4 version indicators for certain naming
    format keys has been moved to their own column in the list command table.

v6.0.1

03 Oct 02:10
Compare
Choose a tag to compare

Fixed

  • Media Naming: Sync file naming configuration even if rename is not set to true.
  • Quality Profiles: Validation check added for quality groups with less than 2 qualities.
  • Quality Profiles: Fix "Groups must contain multiple qualities" sync error.
  • Quality Profiles: Fix "Must contain all qualities" sync error.