CI Report:
https://ci-tests.linuxserver.io/linuxserver/nzbget/v26.3-ls261/index.html
LinuxServer Changes:
Full Changelog: v26.2-ls260...v26.3-ls261
Remote Changes:
What's Changed
Caution
Version 26.3 is the final release supporting legacy architectures and older OS baselines:
- Linux MIPS (
mipseb,mipsel) - Linux PowerPC e500 (
ppc500) - Linux kernel < 3.2 (Kernel 2.6.x series is now deprecated)
- macOS < 12.0 (Monterey 12+ will be our new baseline)
-
Features:
- Added support for extension i18n nzbgetcom/nzbget#872
- Added per-feed certificate verification option nzbgetcom/nzbget#846
- Updated 7-Zip to 26.02 and UnRAR to 7.23 nzbgetcom/nzbget#847
-
Bug fixes:
- Fixed missing path separator in auto-detected config template path nzbgetcom/nzbget#902
- Fixed feed preview for new (unsaved) feeds nzbgetcom/nzbget#893
- Fixed RSS episode duplicate keys nzbgetcom/nzbget#868
- Hardened web auth token generation and unpack-dir symlink handling nzbgetcom/nzbget#894
- Fixed WebUI crash on startup with non-English languages nzbgetcom/nzbget#845
- Fixed WebUI runtime errors from unguarded addEventListener and Status.status accesses nzbgetcom/nzbget#834
- Fixed feed category priority and consolidated category resolution nzbgetcom/nzbget#835
- Fixed JSON-RPC param reader nzbgetcom/nzbget#843
- Fixed category not preserved for compressed archives in NzbDir subdirectories nzbgetcom/nzbget#860
- Fixed SkipWrite causing an infinite spin loop nzbgetcom/nzbget#871
- Fixed "Download Remaining Files" not working for Health-failed files from History nzbgetcom/nzbget#870
- Fixed UnpackPassFile not being consulted for 7z archives with encrypted headers nzbgetcom/nzbget#877
- Fixed parsing of the filename from the Content-Disposition header nzbgetcom/nzbget#865
- Fixed error message for OS release retrieval on Linux nzbgetcom/nzbget#864
- Fixed segfault crashes and data races nzbgetcom/nzbget#851
- Fixed printf format specifiers for int64 and size_t nzbgetcom/nzbget#856
- Translated leftover English strings in Polish and Hungarian locale files nzbgetcom/nzbget#876
- Updated DirectUnpack description and WriteLog default value nzbgetcom/nzbget#837
-
For developers:
- Added AI-Assisted Contributions Policy nzbgetcom/nzbget#873
- Bumped par2-turbo to v1.4.0-20260803 nzbgetcom/nzbget#885
- Updated rapidyenc to v1.1.1-20260821 nzbgetcom/nzbget#896
- Fixed functional test suite on Python 3 and modern pytest nzbgetcom/nzbget#883
- Fixed rare random failures in System tests nzbgetcom/nzbget#859
- Fixed tests skipping without assertions when unrar/7z unavailable nzbgetcom/nzbget#878
- Fixed cppcheck errors in CI and added .clang-tidy / .clangd configs for consistent static analysis nzbgetcom/nzbget#811