Changes
Added two new features, torrent parsing and smart mode! Guidance on how to use them and an explanation of what they do, can be found in the readme here and here. If any issue come up for you feel free to open up an issue!
Changelog
New Features
- a252d5c: feat(api): parse torrent file for folder name (#49) (@nuxencs)
- 3abc038: feat(api): smart mode (#52) (@nuxencs)
Bug fixes
- 9174a4b: fix(api): don't js escape TorrentName as it could lead to faulty json (#50) (@nuxencs)
- 378852b: fix(http): specify ip stack when listen fails (#48) (@nuxencs)
Other work
- 4ddec74: build(ci): optimize release workflow (#47) (@nuxencs)
- 471f0b7: chore(config): update with multi client support examples (#46) (@nuxencs)
- 5b6878d: chore(readme): update for multi client support (#45) (@nuxencs)
- 8aa4170: chore: add issue template config (#54) (@nuxencs)
- c0b0a77: chore: improve issue templates (#55) (@nuxencs)
- ef125a9: chore: update license header (#56) (@nuxencs)
- 9115656: docs(config): explain specific config options (#57) (@nuxencs)
- 65a091e: docs: add CODE_OF_CONDUCT.md, CONTRIBUTING.md & issue templates (#53) (@nuxencs)
- 2b7aa58: perf(processor): use TorrentDataRawBytes instead of temp file (#51) (@nuxencs)
Full Changelog: v0.4.0...v0.5.0
Docker images
docker pull ghcr.io/nuxencs/seasonpackarr:v0.5.0
What to do next?
- Read the documentation