NZBGet Updates & Release Notes

Follow

10 updates curated from 1 source by the Releasebot Team. Last updated: May 26, 2026

Get this feed:
  • Jun 4, 2026
    • Date parsed from source:
      Jun 4, 2026
    • First seen by Releasebot:
      May 26, 2026
    • Modified by Releasebot:
      Jun 5, 2026
    NZBGet logo

    NZBGet

    testing

    NZBGet releases v26.2-testing with broad fixes and WebUI improvements, including server speed test stability, safer uploads and security hardening, better i18n and stats, new config location support, and updated 7-Zip and Unrar components.

    What's Changed

    Merge pull request #778 from nzbgetcom/develop by @dnzbk in #779

    v26.2-testing by @dnzbk in #780

    Fix handling of server speed tests bound to a specific server by @dnzbk in #781

    Fix missing nzbget.h include order in Cleanup.cpp by @sbraz in #782

    Add build-disabled-pch job to verify compilation works without PCH by @dnzbk in #783

    CI: change 7-zip sources from 7-zip.org to GitHub by @phnzb in #786

    Fix: prevent auto-category from overriding manual category via CLI by @dnzbk in #787

    CI: fix latest artifacts creation by @phnzb in #790

    Fix SystemHealth validators by @dnzbk in #791

    Fix SkipWrite option by @dnzbk in #792

    Add support for ~/.config config locations by @dnzbk in #794

    Fix iPadOS files upload and sanitize DOM inputs to prevent XSS vulnerability by @dnzbk in #793

    nserv: log datetime by @sanderjo in #717

    Fix macOS dark mode readable text and NZB file association by @dnzbk in #795

    Resolve text fragmentation issues by @bket in #796

    Fix resource leaks in socket/listener and script pipe error paths by @bket in #797

    Prevent symlink attacks and TOCTOU races in daemon startup by @bket in #798

    Fix: only flag new-version if same update channel by @dnzbk in #800

    Add a 'This Year' total to bandwidth usage on statistics by @dnzbk in #801

    7zip 26.01 / Unrar 7.21 update by @phnzb in #802

    Fix: prevent iOS from auto-capitalizing the login username field by @jayhostetter in #805

    Suppress WriteLog info/warning health checks and add LoggingValidator tests by @dantraynor in #803

    Fix: resolve hanging server speed tests by @dnzbk in #807

    Add Clear button to History page by @dantraynor in #804

    WebUI i18n, unit switching, and other improvements by @dnzbk in #813

    Fix: only show news-server translation hint when description mentions it by @dnzbk in #815

    Fix WebUI "InternalError: allocation size overflow" on very large file uploads by @neuhaus in #818

    Fix: FreeBSD linker issue by @phnzb in #820

    Fix: translate RSS feed table headers and resolve WebUI i18n initialization race conditions by @dnzbk in #816

    Unrar 7.21 update (Windows / macOS) by @phnzb in #822

    Fix WebUI: NewsServers TypeError, overflow of labels and modal dialogs by @dnzbk in #823

    New Contributors

    @jayhostetter made their first contribution in #805

    @dantraynor made their first contribution in #803

    @neuhaus made their first contribution in #818

    Full Changelog: v26.1...testing

    Original source
  • Apr 7, 2026
    • Date parsed from source:
      Apr 7, 2026
    • First seen by Releasebot:
      May 26, 2026
    NZBGet logo

    NZBGet

    v26.1

    NZBGet adds improved archived NZB handling, new NzbDir archive scan and post-scan options, and faster yEnc processing with rapidyenc. It also fixes several Docker, POSIX, logging, download, and crash issues while updating key bundled libraries.

    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.

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from NZBGet and hundreds of other software products.

    Create account
  • Feb 2, 2026
    • Date parsed from source:
      Feb 2, 2026
    • First seen by Releasebot:
      May 26, 2026
    NZBGet logo

    NZBGet

    v26.0

    NZBGet releases a major update with SystemHealth diagnostics, compressed NZB archive support, and hardlinking during direct rename. It also improves the WebUI, fixes multiple bugs, signs Windows binaries, and updates key developer, macOS, Docker, and OpenSSL components.

    What's Changed

    Features:

    SystemHealth: Advanced configuration and environment diagnostics #722

    Added validation methods to check for conflicting settings, suboptimal values, and missing dependencies;

    Introduced a status reporting mechanism (Info/Warning/Error) to guide users toward better configuration;

    Enhanced detection of filesystem and hardware compatibility issues at startup;

    Added SystemHealthCheck option to enable/disable configuration validation.

    Support for processing compressed NZB archives #711

    Added support for importing NZB files directly from compressed archives (e.g., RAR, ZIP, GZIP);

    Archives dropped into the NzbDir (watch folder) or uploaded via the WebUI are now automatically processed.

    Hardlinking during Direct Rename, allowing immediate access to files #614

    Added HardLinking option to create hardlinks in the destination directory during download;

    Added HardLinkingIgnoreExt to exclude specific file types from being hardlinked.

    WebUI and Settings page improvements #676

    Added the LICENSES tab;

    Added social media links to the INFO page;

    Fixed the position of the "Save all changes" button - it’s now aligned with the sidebar;

    Centered content on large screens (content is now centered instead of stretched full-width);

    Added a dedicated scroll area for the main content - the main content can now be scrolled independently of the sidebar and the "Save all changes" button.

    Windows release binaries and installer signing by SignPath #699.

    Bug fixes:

    Fixed potential deadlocks and Undefined Behavior (UB) #686;

    Fixed JSON parser to correctly handle nested arrays and objects #702;

    Fixed UU decoding issues #710;

    Fixed ScriptOrder having no effect for extensions #714;

    Added environment size check to log a warning if it exceeds the system limit on POSIX #721.

    For developers:

    NSERV improvements #674

    Handle AUTHINFO USER & AUTHINFO PASS as defined in RFC;

    Added the STAT request support.

    Updated OpenSSL to 3.5.4 #720;

    macOS pipeline #703

    x86_64 build: change runner to macos-14;

    universal build: update build and sign steps to run on macos-14.

    Docker #723

    Updated the image to Alpine 3.22;

    Updated 7zip to 25.01.

    Original source
  • Oct 9, 2025
    • Date parsed from source:
      Oct 9, 2025
    • First seen by Releasebot:
      May 26, 2026
    NZBGet logo

    NZBGet

    v25.4

    NZBGet adds TLS 1.3 cipher suite support, enables the search bar on small screens, and fixes API, RSS, and JSON bugs.

    What's Changed

    Features:

    • Added TLS 1.3 cipher suite support via ServerX.Cipher option #658 #665;
    • Enabled the search bar on small screens in web UI #656.

    Bug fixes:

    • Fixed the Scan script API #663;
    • Fixed RSS feed category reading and applying when the category is set via filter rules #654;
    • Fixed the JSON value parsing and the "testserver" API method #666.

    For developers:

    • Updated 7-Zip to 25.01 #655.
    Original source
  • Sep 1, 2025
    • Date parsed from source:
      Sep 1, 2025
    • First seen by Releasebot:
      May 26, 2026
    NZBGet logo

    NZBGet

    v25.3

    NZBGet adds automatic category detection from NZB metadata, new upload and RSS category controls, an option to skip the _unpack intermediate folder, and a macOS Mojave x64 fix.

    What's Changed

    Features:

    Automatic category detection from NZB file metadata #615:

    The API method append now has a new argument:

    AutoCategory (bool) - If true, the category will be automatically detected from the NZB file (if available);

    Extended web UI with "Auto-detect category" checkbox in upload dialog;

    Introduced a CategorySource option for RSS feeds, providing granular control over where category information is retrieved;

    Added an option to disable the _unpack intermediate folder when unpacking.

    This allows for immediate access to files during the unpacking process #617.

    Bug fixes:

    Fixed macOS x64 Mojave support #613.

    For developers:

    • Integrated the Boost.Filesystem library for cross-platform file system operations.

    We're using Boost.Filesystem to ensure compatibility with older systems
    and plan to transition to the std::filesystem library in the future #636;

    • Updated unrar:

    Linux: from 7.11 to 7.13;

    macOS: from 7.11 to 7.12;

    Windows: from 7.11 to 7.13.

    Original source
  • Jul 4, 2025
    • Date parsed from source:
      Jul 4, 2025
    • First seen by Releasebot:
      May 26, 2026
    NZBGet logo

    NZBGet

    v25.2

    NZBGet fixes crash bugs in disk state loading and host resolution, and adds a workflow for debug Docker images.

    What's Changed

    Bug fixes #603

    • Prevented crashes (segfaults) that could occur when loading disk state files containing empty or malformed data, by adding additional input validation and null pointer protection
    • Fixed a segfault in host resolution by ensuring a valid string is always returned

    For developers:

    • Added workflow to build and publish debug Docker images #605
    Original source
  • Jul 4, 2025
    • Date parsed from source:
      Jul 4, 2025
    • First seen by Releasebot:
      May 26, 2026
    NZBGet logo

    NZBGet

    v25.1

    NZBGet adds RSS file size extraction, stronger SSL/TLS security, and a series of stability and parsing fixes for RSS, yEnc, web UI, and memory safety. It also updates library support for modern systems and improves developer tooling.

    What's Changed

    Features:

    Added support for extracting file size from the description field in RSS feeds, providing more info upfront #580

    Bug fixes:

    OpenSSL memory leaks and vulnerabilities associated with older SSL/TLS protocols #591

    Fixed memory leaks caused by unreleased per-thread OpenSSL resources.

    Security Improvement: updated to use the latest and most secure TLS protocol supported by the client and server, mitigating known vulnerabilities in older SSL/TLS protocols.

    RSS feed segfault. Improved memory safety and prevent potential undefined behavior (UB) #569

    Correctly parse yEnc headers with combined name/ypart lines #571

    Data race in ExtensionManager that could cause application crashes #577

    Added additional checks for missing server configuration options to prevent errors in webui #581

    Prevented showing of negative age caused by incorrect dates in NZB file #583

    Improved parsing of yEnc subjects without surrounding quotes, e.g. "[34/44] - id.bdmv yEnc (1/1)" #584

    For developers:

    Upgraded par2-turbo to v1.3.0 #586

    Added support for newer versions of the libxml2 library (v2.12+), ensuring the application continues to work on modern systems #575

    Updated OpenBSD tests workflow to 7.7 #573

    Refactored Util::StrToNum by improving performance, safety and minimizing memory usage #578

    Using the system’s built-in regex library instead of an older version #589

    Resolved some analyzer warnings #590

    Building the app without TLS support is now deprecated and will be removed in future releases.

    Original source
  • May 12, 2025
    • Date parsed from source:
      May 12, 2025
    • First seen by Releasebot:
      May 26, 2026
    NZBGet logo

    NZBGet

    v25.0

    NZBGet adds a new Statistics page for download and completion analytics, expands its API with selective counter resets and richer server volume data, and improves packaging with Flatpak, Snap, and rootless Docker support. This release also brings bug fixes, updated libraries, and removes GnuTLS support.

    What's Changed

    Features:

    Completion and downloaded data statistics #544

    added a new "Statistics" page to display completion and download volume analytics for news-servers.

    the API method "resetservervolumes" now allows for selective resetting of counters. Arguments:

    ServerId (int) - Server ID to reset.

    Counter (string) - Specifies which counter to reset. The behavior depends on the value of this argument:

    "CUSTOM" (case-sensitive) - Resets only the custom counter associated with the server. Use this option to clear custom statistics while preserving overall download volume data.

    "" (empty string) - Resets all counters associated with the server, including the overall download volume and any custom counters.

    the API method "servervolumes" now returns 2 additional properties:

    CountersResetTime (int) - Date/time of the last reset of all counters (time is in C/Unix format).

    ArticlesPerDays (struct[]) - Per-day amount of failed and success articles since program installation. Contains an array of structs with following fields:

    Failed (int) - Amount of failed articles.

    Success (int) - Amount of success articles.

    Flatpak support #550

    Snap support #559

    Added support of running Docker image rootless #541

    Bug fixes:

    Deobfuscation: handle hashed filenames with a length of 16 or more #548

    Direct unpack failures when processing non-archive files #549

    Fixed found memory leaks, potential ub, buffer overflows, cppcheck and compiler warnings #552 #561

    Correctly decode Unicode escape sequences in JsonDecode #560

    For Developers:

    Updated Docker, Libraries, Unpackers #555

    updated Docker base image (alpine:3.19.1 -> alpine:3.21.3) and Dockerfile

    updated and synced libraries versions for all installers (previous versions specified for Linux installers):

    LibXML2 2.12.4 -> 2.13.5

    ncurses 6.4 -> 6.5

    Gzip 1.3.1

    OpenSSL 3.1.2 -> 3.4.1

    Boost 1.84

    updated unpackers for installers:

    7-Zip 24.05 -> 24.08

    UnRAR 7.0 -> 7.11 (Windows x32 7.01, no newer version available)

    updated FreeBSD build script and workflow to build on Ubuntu 24.04

    Fixed app build, using Xcode CMake generator #538

    Fixed TOOLCHAIN_PREFIX were not used by the project (warning) #543

    Fixed a build issue on systems lacking native atomic library support #562

    Removed GnuTLS support #554

    Reasons for removing GnuTLS support:

    Maintenance overhead. Maintaining support for two SSL/TLS libraries (OpenSSL and GnuTLS) significantly increases our maintenance burden. Currently, we exclusively use OpenSSL in all production builds.

    Boost.Asio incompatibility. The Boost.Asio library, which can be used for cross-platform socket and TLS handling, does not support GnuTLS. Our planned migration of network logic to Boost.Asio makes GnuTLS support redundant.

    Original source
  • Mar 18, 2025
    • Date parsed from source:
      Mar 18, 2025
    • First seen by Releasebot:
      May 26, 2026
    NZBGet logo

    NZBGet

    v24.8

    NZBGet adds TrueNAS Scale support and fixes Windows app updates and DirectUnpack cancellation.

    What's Changed

    Features:

    • TrueNAS Scale support #494

    Bug fixes:

    • Fixed application updates on Windows #528
    • Fixed DirectUnpack cancellation #530

    Note

    For Windows users:

    Due to a bug affecting updates on Windows, direct upgrades from v24.7 to v24.8 are currently unavailable. To upgrade, please manually install version 24.8.

    After the manual installation, the updater should start working correctly.

    Original source
  • Mar 6, 2025
    • Date parsed from source:
      Mar 6, 2025
    • First seen by Releasebot:
      May 26, 2026
    NZBGet logo

    NZBGet

    v24.7

    NZBGet fixes temp file renaming, improves deobfuscation, and updates build and test workflows.

    What's Changed

    Bug fixes:

    Renaming of the temporary *.out.tmp output file to its original filename

    Improved deobfuscation of [PRiVATE]-... groups #516

    Build with -DDISABLE_PARCHECK=yes #514

    Installed Python on Windows could not be found, despite being accessible in the console #515

    For developers:

    Added more test workflows

    OpenBSD build/tests

    FreeBSD tests

    Linux build/tests with disabled parcheck

    macOS brew install from head (develop branch only) #519

    Original source

This is the end. You've seen all the release notes in this feed!

Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.