You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
recyclarr/CHANGELOG.md

130 lines
4.5 KiB

3 years ago
<!-- markdownlint-configure-file { "MD024": { "siblings_only": true } } -->
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Debug-level logs are now written to file in addition to the Info-level logs in console output.
3 years ago
## [1.4.2] - 2021-05-15
### Fixed
- Fixed using incorrect URL for Sonarr
3 years ago
## [1.4.1] - 2021-05-15
### Fixed
- Invalid cache data files no longer cause the program to exit. An error is printed and the
application continues as if there was no cache at all.
- Fix a bug that resulted in certain custom formats not having their scores set in quality
profiles.
- Fixed an issue where multiple instance configuration was not working.
### Changed
- The log message listing custom formats without scores in the guide now prints information one per
line (improved readability)
- Duplicate custom formats in the guide now issue a warning and get skipped.
- Do not invoke the Radarr API to update a quality profile if there are no updated scores inside it.
3 years ago
## [1.4.0] - 2021-05-14
### Added
- Radarr Custom Format Support.
3 years ago
## [1.3.3] - 2021-05-06
### 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.
3 years ago
## [1.3.2] - 2021-05-05
### Fixed
- Fix exception that occurred when running the create-config subcommand.
3 years ago
## [1.3.1] - 2021-05-05
### 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.
[Ready to Run]: https://docs.microsoft.com/en-us/dotnet/core/deploying/ready-to-run
3 years ago
## [1.3.0] - 2021-04-23
### 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.
[Configuration Reference]: https://github.com/rcdailey/trash-updater/wiki/Configuration-Reference
3 years ago
## [1.2.0] - 2021-04-19
### Added
- New `create-config` subcommand to create a starter YAML config file
3 years ago
## [1.1.0] - 2021-04-18
### 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.
3 years ago
- 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 `???`).
## [1.0.0] - 2021-04-14
See the [Python Migration Guide][py-mig] for details on how to update your YAML configuration.
[py-mig]: https://github.com/rcdailey/trash-updater/wiki/Python-Migration-Guide
### 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
3 years ago
[Unreleased]: https://github.com/rcdailey/trash-updater/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/rcdailey/trash-updater/compare/v1.4.1...v1.4.2
3 years ago
[1.4.1]: https://github.com/rcdailey/trash-updater/compare/v1.4.0...v1.4.1
3 years ago
[1.4.0]: https://github.com/rcdailey/trash-updater/compare/v1.3.3...v1.4.0
3 years ago
[1.3.3]: https://github.com/rcdailey/trash-updater/compare/v1.3.2...v1.3.3
3 years ago
[1.3.2]: https://github.com/rcdailey/trash-updater/compare/v1.3.1...v1.3.2
3 years ago
[1.3.1]: https://github.com/rcdailey/trash-updater/compare/v1.3.0...v1.3.1
3 years ago
[1.3.0]: https://github.com/rcdailey/trash-updater/compare/v1.2.0...v1.3.0
3 years ago
[1.2.0]: https://github.com/rcdailey/trash-updater/compare/v1.1.0...v1.2.0
3 years ago
[1.1.0]: https://github.com/rcdailey/trash-updater/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/rcdailey/trash-updater/compare/v0.1.0...v1.0.0
[0.1.0]: https://github.com/rcdailey/trash-updater/releases/tag/v0.1.0