Skip to content

Releases: nuxencs/seasonpackarr

v0.11.0

17 Nov 13:49
v0.11.0
5a421c5
Compare
Choose a tag to compare

Changelog

This release contains a lot of back-end changes again to make further development easier, but also fixes an issue with samples being considered full episodes. It addresses linting errors, resolves duplicate config reload logging and brings better version tagging for develop branch builds.

New Features

Bug fixes

Other work

Full Changelog: v0.10.1...v0.11.0

Docker images

  • docker pull ghcr.io/nuxencs/seasonpackarr:v0.11.0

What to do next?

v0.10.1

01 Oct 17:45
v0.10.1
25d5ea5
Compare
Choose a tag to compare

Changelog

This is a bug fix release, that fixes a major bug in the API that would overwrite the actual status code for successful matches with 200. That would lead to successful matches being ignored by autobrr. This also contains some smaller performance optimizations.

Bug fixes

Other work

Full Changelog: v0.10.0...v0.10.1

Docker images

  • docker pull ghcr.io/nuxencs/seasonpackarr:v0.10.1

What to do next?

v0.10.0

09 Sep 15:12
v0.10.0
063b253
Compare
Choose a tag to compare

Changelog

This release contains a lot of backend changes that improve performance and further maintenance of the code base, but more importantly also fixes one annoying bug and adds a new feature. The bug was related to the smartMode and would prevent shows with "wrong" punctuation in the title from being found on tvmaze, which could lead to skipped season packs. Like I mentioned before, there is also one new feature, namely notification filtering: you can now decide which notifications you want to receive by simply defining the notification level in the config.

Example:

notifications:
  notificationLevel: [ "MATCH", "ERROR" ]

This would only send notifications for matching season packs and errors.

New Features

Bug fixes

Other work

Full Changelog: v0.9.0...v0.10.0

Docker images

  • docker pull ghcr.io/nuxencs/seasonpackarr:v0.10.0

What to do next?

v0.9.0

21 Aug 18:18
v0.9.0
aece83a
Compare
Choose a tag to compare

Changelog

This release adds JSON schema validation for the config and support for .torrent files for the test commands. Most importantly tho it also adds notifications by using the Discord webhook functionality! Additionally it fixes a rather big issue that prevented season packs with multiple subfolders from being reconstructed correctly.

New Features

Bug fixes

Other work

Full Changelog: v0.8.5...v0.9.0

Docker images

  • docker pull ghcr.io/nuxencs/seasonpackarr:v0.9.0

What to do next?

v0.8.5

07 May 13:23
v0.8.5
8a046bc
Compare
Choose a tag to compare

Changelog

This release fixes the previously bugged feature to match the naming of the episodes in your client to the episode names in the season pack.
It will now compare the sizes of the episodes in the client with the episodes in the season pack and will only hardlink and rename them if they match.

New Features

Bug fixes

Other work

Full Changelog: v0.8.4...v0.8.5

Docker images

  • docker pull ghcr.io/nuxencs/seasonpackarr:v0.8.5

What to do next?

v0.8.4

24 Apr 18:33
v0.8.4
d346349
Compare
Choose a tag to compare

Changelog

Bug fixes

Other work

Full Changelog: v0.8.3...v0.8.4

Docker images

  • docker pull ghcr.io/nuxencs/seasonpackarr:v0.8.4

What to do next?

v0.8.3

12 Apr 17:13
v0.8.3
83847ba
Compare
Choose a tag to compare

Changelog

Other work

Full Changelog: v0.8.2...v0.8.3

Docker images

  • docker pull ghcr.io/nuxencs/seasonpackarr:v0.8.3

What to do next?

v0.8.2

12 Apr 17:06
v0.8.2
46a7294
Compare
Choose a tag to compare

Changelog

Bug fixes

Full Changelog: v0.8.1...v0.8.2

Docker images

  • docker pull ghcr.io/nuxencs/seasonpackarr:v0.8.2

What to do next?

v0.8.1

12 Apr 16:56
v0.8.1
295f84d
Compare
Choose a tag to compare

Changelog

Bug fixes

Other work

Full Changelog: v0.8.0...v0.8.1

Docker images

  • docker pull ghcr.io/nuxencs/seasonpackarr:v0.8.1

What to do next?

v0.8.0

10 Apr 17:16
v0.8.0
ac2ea39
Compare
Choose a tag to compare

Changelog

Added test commands to make it easier for users to test if seasonpackarr is doing what they want it to do!
Also improved the logging of releases to include more context.

New Features

Other work

Full Changelog: v0.7.0...v0.8.0

Docker images

  • docker pull ghcr.io/nuxencs/seasonpackarr:v0.8.0

What to do next?