CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbget/v26.1-ls237/index.html
LinuxServer Changes:
Full Changelog: v26.0-ls236...v26.1-ls237
Remote Changes:
What's Changed
-
Features:
- Improved archived NZB handling suppor #763
- Added
NzbDirArchiveScanoption to configure scanning archives (zip, rar, 7z, etc.) inNzbDirfor .nzb files; - Added
NzbDirArchiveActionoption to define the post-scan behavior (move or delete) for processed archives.
- Added
- Switched yEnc implementation to rapidyenc for SIMD acceleration #751.
- Improved archived NZB handling suppor #763
-
Bug fixes:
- Docker: Fixed entrypoint to run as PID 1 #731;
- POSIX: Ensured daemon ownership for files created at startup #726;
- Fixed missing log file on startup #753;
- Fixed 0-byte file created if article download fails and renaming an ongoing download leads to needless par repair #768;
- Fixed SIGFPE crash in JoinFile when file segments are empty #772.
-
For developers: