Skip to content

Releases: linuxserver/docker-nzbget

v26.2-ls250

26 Jun 17:24
63a9866

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/nzbget/v26.2-ls250/index.html

LinuxServer Changes:

Full Changelog: v26.2-ls249...v26.2-ls250

Remote Changes:

What's Changed

  • Features:

    • WebUI internationalisation (i18n) and unit switching #813
      • Added client-side i18n engine with locale loading, language detection, and DOM translation via data-i18n attributes;
      • Unit switching for network speed display (MB/s <-> Mb/s);
      • Added per-language translation files for 20 languages;
      • Added an indicator icon alignment in the Downloads table headers;
      • Improved text readability — config description help blocks now preserve original formatting from nzbget.conf;
      • Improved layout adaptability and responsiveness;
    • Added support for ~/.config config locations #794
    • Added 'This Year' total to bandwidth usage on statistics #801
    • Added Clear button to History page #804
    • nserv: log datetime #717
  • Bug fixes:

    • Fixed handling of server speed tests bound to a specific server #781
    • Fixed auto-category overriding manual category via CLI #787
    • Fixed SystemHealth validators #791
    • Fixed SkipWrite option #792
    • Fixed iPadOS file uploads and sanitized DOM inputs to prevent XSS vulnerability #793
    • Fixed macOS dark mode readable text and NZB file association #795
    • Fixed RSS feed text fragmentation causing whitespace loss in element content #796
    • Fixed WebUI RSS "Add" dialog ignoring item-level category when CategorySource is NZBFile or Auto #827
    • Prevented symlink attacks and TOCTOU races in daemon startup #798
    • Fixed new-version flag to only trigger on same update channel #800
    • Fixed iOS auto-capitalizing the login username field #805
    • Suppressed WriteLog info/warning health checks and added LoggingValidator tests #803
    • Fixed hanging server speed tests #807
    • Fixed resource leaks in socket/listener and script pipe error paths #797
    • Fixed WebUI "InternalError: allocation size overflow" on very large file uploads #818
  • For developers:

    • Fixed missing nzbget.h include order in Cleanup.cpp #782
    • CI: added build-disabled-pch job to verify compilation works without PCH #783
    • CI: changed 7-zip sources from 7-zip.org to GitHub #786
    • CI: fixed latest artifacts creation #790
    • Updated 7-Zip to 26.01 and UnRAR to 7.21 #802
    • Bumped UnRAR to 7.22 (Windows/macOS only) #822

testing-1a7095d-ls61

26 Jun 17:24
dd2393e

Choose a tag to compare

testing-1a7095d-ls60

22 Jun 18:04
9562145

Choose a tag to compare

v26.2-ls249

18 Jun 16:08
5817eab

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/nzbget/v26.2-ls249/index.html

LinuxServer Changes:

Full Changelog: v26.1-ls248...v26.2-ls249

Remote Changes:

What's Changed

  • Features:

    • WebUI internationalisation (i18n) and unit switching #813
      • Added client-side i18n engine with locale loading, language detection, and DOM translation via data-i18n attributes;
      • Unit switching for network speed display (MB/s <-> Mb/s);
      • Added per-language translation files for 20 languages;
      • Added an indicator icon alignment in the Downloads table headers;
      • Improved text readability — config description help blocks now preserve original formatting from nzbget.conf;
      • Improved layout adaptability and responsiveness;
    • Added support for ~/.config config locations #794
    • Added 'This Year' total to bandwidth usage on statistics #801
    • Added Clear button to History page #804
    • nserv: log datetime #717
  • Bug fixes:

    • Fixed handling of server speed tests bound to a specific server #781
    • Fixed auto-category overriding manual category via CLI #787
    • Fixed SystemHealth validators #791
    • Fixed SkipWrite option #792
    • Fixed iPadOS file uploads and sanitized DOM inputs to prevent XSS vulnerability #793
    • Fixed macOS dark mode readable text and NZB file association #795
    • Fixed RSS feed text fragmentation causing whitespace loss in element content #796
    • Fixed WebUI RSS "Add" dialog ignoring item-level category when CategorySource is NZBFile or Auto #827
    • Prevented symlink attacks and TOCTOU races in daemon startup #798
    • Fixed new-version flag to only trigger on same update channel #800
    • Fixed iOS auto-capitalizing the login username field #805
    • Suppressed WriteLog info/warning health checks and added LoggingValidator tests #803
    • Fixed hanging server speed tests #807
    • Fixed resource leaks in socket/listener and script pipe error paths #797
    • Fixed WebUI "InternalError: allocation size overflow" on very large file uploads #818
  • For developers:

    • Fixed missing nzbget.h include order in Cleanup.cpp #782
    • CI: added build-disabled-pch job to verify compilation works without PCH #783
    • CI: changed 7-zip sources from 7-zip.org to GitHub #786
    • CI: fixed latest artifacts creation #790
    • Updated 7-Zip to 26.01 and UnRAR to 7.21 #802
    • Bumped UnRAR to 7.22 (Windows/macOS only) #822

testing-78c8f8c-ls59

18 Jun 16:08
9dfd6ab

Choose a tag to compare

v26.1-ls248

12 Jun 18:01
385fd75

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/nzbget/v26.1-ls248/index.html

LinuxServer Changes:

Full Changelog: v26.1-ls247...v26.1-ls248

Remote Changes:

What's Changed

  • Features:

    • Improved archived NZB handling suppor #763
      • Added NzbDirArchiveScan option to configure scanning archives (zip, rar, 7z, etc.) in NzbDir for .nzb files;
      • Added NzbDirArchiveAction option to define the post-scan behavior (move or delete) for processed archives.
    • Switched yEnc implementation to rapidyenc for SIMD acceleration #751.
  • 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:

    • Switched to std::filesystem and fixed Linux 2.6.32 compatibility #745;
    • Updated OpenSSL to 3.5.5 (Linux/FreeBSD/Android), UnRAR to 7.20, and 7-Zip to 26.00 (remains 25.01 on macOS Mojave for compatibility) #742;
    • Updated par2-turbo to v1.4.0 #752.

testing-132ada5-ls58

12 Jun 17:58
6497698

Choose a tag to compare

v26.1-ls247

06 Jun 10:36
b01cb62

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/nzbget/v26.1-ls247/index.html

LinuxServer Changes:

Full Changelog: v26.1-ls246...v26.1-ls247

Remote Changes:

What's Changed

  • Features:

    • Improved archived NZB handling suppor #763
      • Added NzbDirArchiveScan option to configure scanning archives (zip, rar, 7z, etc.) in NzbDir for .nzb files;
      • Added NzbDirArchiveAction option to define the post-scan behavior (move or delete) for processed archives.
    • Switched yEnc implementation to rapidyenc for SIMD acceleration #751.
  • 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:

    • Switched to std::filesystem and fixed Linux 2.6.32 compatibility #745;
    • Updated OpenSSL to 3.5.5 (Linux/FreeBSD/Android), UnRAR to 7.20, and 7-Zip to 26.00 (remains 25.01 on macOS Mojave for compatibility) #742;
    • Updated par2-turbo to v1.4.0 #752.

testing-132ada5-ls57

06 Jun 10:36
34d31e7

Choose a tag to compare

v26.1-ls246

05 Jun 17:44
d4060e7

Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/nzbget/v26.1-ls246/index.html

LinuxServer Changes:

Full Changelog: v26.1-ls245...v26.1-ls246

Remote Changes:

What's Changed

  • Features:

    • Improved archived NZB handling suppor #763
      • Added NzbDirArchiveScan option to configure scanning archives (zip, rar, 7z, etc.) in NzbDir for .nzb files;
      • Added NzbDirArchiveAction option to define the post-scan behavior (move or delete) for processed archives.
    • Switched yEnc implementation to rapidyenc for SIMD acceleration #751.
  • 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:

    • Switched to std::filesystem and fixed Linux 2.6.32 compatibility #745;
    • Updated OpenSSL to 3.5.5 (Linux/FreeBSD/Android), UnRAR to 7.20, and 7-Zip to 26.00 (remains 25.01 on macOS Mojave for compatibility) #742;
    • Updated par2-turbo to v1.4.0 #752.