Skip to content

v1.1.0

Compare
Choose a tag to compare
@rcdailey rcdailey released this 18 Apr 23:46
· 1351 commits to master since this release

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 ???).