Skip to content

Releases: nzbdav-dev/nzbdav

0.5.4

10 Dec 04:45

Choose a tag to compare

Note: I still need to automate these releases. For now, I'm just going to note the changes since the 0.4.x release below.

  • Added support for multiple usenet providers
  • Added callback to sonarr/radarr to refresh monitored downloads after an nzbdav queue-item finishes processing.
  • Added *.strm-based import strategy to remove Rclone dependency for Jellyfin/Emby users.
  • Improved streaming speeds.
  • Improved loading speeds of /queue and /health pages.
  • Improved speed of symlink scans during repairs.
  • Improved queue processing speeds.
  • Improved usenet connections management.
  • Added a setting to control streaming bandwidth priority (vs queue processing).
  • Added a setting to control how to handle duplicate nzbs.
  • Added a setting to control file extensions to ignore during nzb imports.
  • Added a setting to control the category for manual nzb uploads.
  • Added option to disable frontend and webdav auth (must be configured through env variables)
  • Switched backend usenet libs from keimpema/UsenetUsenetSharp / RapidYencSharp

0.4.x

25 Oct 23:39

Choose a tag to compare

0.4.x Changelog

  • Added support for 7z nzbs
  • Added support for password-protected nzbs (both rar and 7z)
  • Added support for multi-part-mkv nzbs (file.mkv.0, file.mkv.1, file.mkv.2, etc)
  • Improved support for obfuscated nzbs
  • Added cleanup task under Settings -> Maintenance to remove orphaned files
  • Added optional step for full article health-checks during time of import
  • Added background health checks and automatic repairs with exponential backoff
    • Based on Lindy's Law
    • Newly released nzbs are checked more frequently than already aged nzbs
    • An nzb that was determined to be healthy today, but only released two hours ago, will be checked again in two hours
    • An nzb that was determined to be healthy today, but was released a month ago, will be checked again in month
  • Added configurable actions for items stuck in Radarr/Sonarr queue due to orange import warnings (image)
    • Once configured, you can leave Arrs unattended
  • Added preview of par2 files through web UI
  • Added workaround for Radarr/Sonarr 60-item history limitation
  • Addressed common Websocket authentication failed. Sign in required logs
  • Fixed a bug that would sometimes result in stuck queue items in 0.3.x
  • Fixed a bug that would slowly limit available connections over time in 0.3.x
  • Fixed a bug that would prevent identifying some par2 files correctly in 0.3.x
  • Fixed a bug parsing nzbindex files
  • Removed deprecated "Update symlinks" maintenance task from 0.2.x