Robert Dailey
04b416f73c
release: v7.2.3
2 months ago
Robert Dailey
a3186dbb52
docs(changelog): Added note about API perf improvement
2 months ago
Robert Dailey
64cfa97e6f
fix: Support for more field value types in CF payload
...
Added or extended support for the following types that may appear in the
"value" property in CF specifications payload:
- Integer
- Double
- String
- Boolean (true and false)
- Null
Fixes #318
2 months ago
Robert Dailey
08b88fa0b7
release: v7.2.2
3 months ago
Robert Dailey
042840b8bc
fix: Use new quality size limits in Radarr & Sonarr
...
- Max/Preferred in Sonarr bumped to 1000/995.
- Max/Preferred in Radarr bumped to 2000/1999.
3 months ago
Robert Dailey
8070929c04
release: v7.2.1
3 months ago
Robert Dailey
4314f44a78
docs(changelog): Add latest bugfix
3 months ago
Robert Dailey
4aaa5fc45e
release: v7.2.0
3 months ago
Robert Dailey
94b65c720f
feat: Improved console output for quality definition sync
3 months ago
Robert Dailey
8bbdec38f7
fix: Sync preferred even if it is null
...
When preferred was null, it was not considered for change detection.
This was a regression likely introduced to support Radarr, which does
not have a preferred setting.
- Fixes #301
- Likely fixes #193 as well, which is a duplicate.
3 months ago
Robert Dailey
e2cff7d9fa
feat: Renamed CF `quality_profiles` to `assign_scores_to`
3 months ago
Robert Dailey
47081f3a30
fix: Fix incorrect URLs in local config template
3 months ago
Robert Dailey
b1e83621b6
release: v7.1.1
4 months ago
Robert Dailey
6cac2ed5c2
fix: --app-data is now common to all commands
...
This resolves a NRE because the app data override was not set
consistently by all commands.
Fixes #288 .
4 months ago
Robert Dailey
490e568fe2
release: v7.1.0
4 months ago
Robert Dailey
c9c7c05261
fix: --app-data option works again
...
Fixes #284
4 months ago
Robert Dailey
e11753d7ee
fix: Signal interrupt support for all API calls
4 months ago
Robert Dailey
9e53ac49e7
feat: Repair quality profiles missing required qualities
...
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: https://github.com/Radarr/Radarr/issues/9738
4 months ago
Robert Dailey
0bd6bdcb02
release: v7.0.0
4 months ago
Robert Dailey
d05206f4be
fix(sync): Unconditionally handle deleting custom formats when enabled.
...
When `delete_old_custom_formats` is enabled, deletion is no longer
skipped when there are no created or updated custom formats.
Fixes #237
4 months ago
Robert Dailey
602f68a6e3
feat: Support NO_COLOR env var to disable CLI coloring
...
Setting `NO_COLOR=1` in your environment disables ANSI coloring in
console output. This is primarily useful in scenarios such as scripting
and piping output to files.
See: https://no-color.org/
Fixes #223
5 months ago
Robert Dailey
8bca7111c4
feat: Introduce new includes dir for include templates
...
The prior method of supporting local include templates (files in
subdirectories under the `configs` directory) is deprecated.
7 months ago
Robert Dailey
cf9eeec476
docs(cl): Changelog for PR #231
7 months ago
Robert Dailey
d45563cf1c
feat!: Remove Sonarr v3 Support
...
Includes complete removal of Release Profile support.
8 months ago
Robert Dailey
147b3fc859
docs(cl): Add issue number to changelog item
8 months ago
Robert Dailey
fe6eb40c6a
fix(cli): Do not display CFs with no trash IDs
...
Fixes #229
8 months ago
Robert Dailey
92f7194aed
fix!: Remove automatic macos directory migration
...
This code existed as an attempt to avoid a major version bump as a
result of the .NET 8 upgrade. However, this just adds confusion. The
migration step is now required to perform the directory migration and
the details have been added to the v7.0 upgrade guide.
8 months ago
Robert Dailey
a341c9f173
fix: Fix validation regression for base_url and api_key
...
Fixes #221
11 months ago
Robert Dailey
89a64ab01c
fix: Improve display of version number on CLI
11 months ago
Robert Dailey
1ab44f974c
fix: Better diagnostics for connectivity issues
11 months ago
Robert Dailey
7e92ca10cf
docs(changelog): Change for app data dir on OSX
12 months ago
Robert Dailey
5b163d9dc6
release: v6.0.2
1 year ago
Robert Dailey
bcb75c67a3
docs(cl): Fix for ServiceIncompatibilityException handling
1 year ago
Robert Dailey
6452cf8a40
fix: Put sonarr version for naming in own column
...
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.
1 year ago
Robert Dailey
02d19c609b
fix: Match categories by file without extension
...
File name comparisons using the markdown table anchor link was broken
because the extension (`.json`) was not stripped from the file name.
1 year ago
Robert Dailey
5a8e5df890
release: v6.0.1
1 year ago
Robert Dailey
f554882aab
fix: Do not delete unwanted qualities from groups
1 year ago
Robert Dailey
aa1e658c70
fix: Flatten unwanted quality groups with less than 2 items
1 year ago
Robert Dailey
010b5f9513
fix: Add QP validation for groups with less than 2 qualities
1 year ago
Robert Dailey
d0ff537d06
fix: Sync file naming even if rename is not true
1 year ago
Robert Dailey
9f7313c180
release: v6.0.0
1 year ago
Robert Dailey
8b2b1302c6
fix: Do not render repo update status when `--raw` is used
...
Fixes #215
1 year ago
Robert Dailey
acd9b3ec75
feat: CLI command to list media naming formats
1 year ago
Robert Dailey
13b8e5679e
feat: Naming Sync
...
Fixes #179
1 year ago
Robert Dailey
5c7cc8d829
refactor!: Remove old reset_unmatched_scores syntax support
...
Relates to #202
1 year ago
Robert Dailey
b6de1bf97e
refactor!: Remove support for older versions of Sonarr
...
New minimum version is `3.0.9.1549`.
1 year ago
Robert Dailey
67eb195b58
release: v5.4.3
1 year ago
Robert Dailey
9d351f99ed
fix: Merge CFs using Replace instead of Add
1 year ago
Robert Dailey
03a84e099c
fix: Relax validation rules for custom format configuration
1 year ago
Robert Dailey
08db62ee8c
fix: Remove log that prints CFs without scores
1 year ago