Skip to content

Releases: recyclarr/recyclarr

v1.4.0

14 May 23:48
Compare
Choose a tag to compare

Added

  • Radarr Custom Format Support.

v1.3.3

06 May 17:24
Compare
Choose a tag to compare

Fixed

  • Sonarr Quality Definition Max, when set to its maximum value of 400, is now properly set to
    "Unlimited". This is equivalent to the user maxing out the visual slider in the Sonarr UI. Without
    this, some larger sized releases were unintentionally rejected.

v1.3.2

05 May 15:26
Compare
Choose a tag to compare

Fixed

  • Fix exception that occurred when running the create-config subcommand.

v1.3.1

05 May 06:42
Compare
Choose a tag to compare

Changed

  • Executable is now compiled using Ready to Run. This substantially increases the size of the
    executable but makes the code much faster.

Fixed

  • Radarr Quality Definition Max and Preferred, when set to their maximum values, are now properly
    set to "Unlimited". Without this, larger sized releases were unintentionally rejected.

v1.3.0

24 Apr 00:58
Compare
Choose a tag to compare

Added

  • New configuration for Sonarr release profiles that allows all optional terms to be synced. Look
    for filter in the Configuration Reference for more details.

v1.2.0

20 Apr 04:59
Compare
Choose a tag to compare

Added

  • New create-config subcommand to create a starter YAML config file

v1.1.0

18 Apr 23:46
Compare
Choose a tag to compare

Added

  • Optional terms in the release profile guides are no longer synchronized to Sonarr.

Changed

  • A warning is now logged when we find a number in brackets (such as [100]) without the word
    score before it. This represents a potential score and bug in the guide itself.
  • Release profile guide parser now skips certain lines to avoid false positives:
    • Skip lines with leading whitespace (i.e. indented lines).
    • Skip admonition lines (lines starting with !!! or ???).

v1.0.0

16 Apr 04:34
Compare
Choose a tag to compare

See the Python Migration Guide for details on how to update your YAML configuration.

Added

  • Full rewrite of the application in C# .NET Core 5
  • More than one configuration (YAML) file can be specified using the --config option.
  • Multiple Sonarr and Radarr instances can be specified in a single YAML config.

Removed

  • Nearly all command line options removed in favor of YAML equivalents.
  • Completely removed old python project & source code

First Python Release

11 Apr 20:44
Compare
Choose a tag to compare

First release of the Python script