v0.9.0
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
- 52e1de6: feat(cli): add torrent file support for parse command (#124) (@nuxencs)
- 6692259: feat(config): add schema validation (#127) (@nuxencs)
- 6f9b6fd: feat: discord notifications (#126) (@nuxencs)
Bug fixes
Other work
- 379e241: chore(deps): bump docker/build-push-action in the github group (#118) (@dependabot[bot])
- 18f1897: chore(deps): bump github.com/rs/zerolog in the golang group (#116) (@dependabot[bot])
- 041016a: chore(deps): bump goreleaser/goreleaser-action in the github group (#117) (@dependabot[bot])
- aece83a: chore(deps): bump the golang group across 1 directory with 5 updates (#129) (@dependabot[bot])
- 1d00348: chore(docker): add restart option (#112) (@nuxencs)
- e66ff24: chore(slices): return equal function instead of if statement (#115) (@nuxencs)
- 4406f75: refactor: rewrite episode matching (#121) (@nuxencs)
Full Changelog: v0.8.5...v0.9.0
Docker images
docker pull ghcr.io/nuxencs/seasonpackarr:v0.9.0
What to do next?
- Read the documentation