Skip to content

Commit c364a8c

Browse files
authored
Tag v0.6.1 (#38)
* Bump version * Add release notes
1 parent 9a2a678 commit c364a8c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Release Notes (Buildarr Sonarr Plugin)
22

3+
## [v0.6.1](https://github.com/buildarr/buildarr-sonarr/releases/tag/v0.6.1) - 2023-11-13
4+
5+
This release fixes the following issues:
6+
7+
* Permanently fix Torznab/Newznab indexer category parsing by making it not error when an unknown category ID is found on the remote instance.
8+
* Allow the Sonarr-native category name (e.g. `TV/WEB-DL`) to be defined directly in Buildarr, instead of the Buildarr-native names (e.g. `TV-WEBDL`). The old names are still supported.
9+
* Fix dumping Sonarr instance configurations using the CLI, which was failing due to a validation regression introduced in the previous release.
10+
11+
The CLI command for dumping Sonarr instance configurations has also been improved, and can now auto-fetch Sonarr instance API keys by simply leaving the API key blank, and pressing Enter when prompted. Note that this will only work on Sonarr instances that have authentication disabled.
12+
13+
As this release of the Sonarr plugin uses the latest plugin API features, Buildarr v0.7.1 or later is required for this release.
14+
15+
### Changed
16+
17+
* Auto-fetch API key when dumping configuration if not specified ([#35](https://github.com/buildarr/buildarr-sonarr/pull/35))
18+
* Fix Newznab/Torznab indexer bugs ([#36](https://github.com/buildarr/buildarr-sonarr/pull/36))
19+
20+
321
## [v0.6.0](https://github.com/buildarr/buildarr-sonarr/releases/tag/v0.6.0) - 2023-11-12
422

523
This updates the Sonarr plugin so that it is compatible with [Buildarr v0.7.0](https://buildarr.github.io/release-notes/#v070-2023-11-12).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
77

88
[tool.poetry]
99
name = "buildarr-sonarr"
10-
version = "0.6.0"
10+
version = "0.6.1"
1111
description = "Sonarr PVR plugin for Buildarr"
1212
authors = ["Callum Dickinson <callum.dickinson.nz@gmail.com>"]
1313
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)