Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sabnzbd to version 4.3.3 #1394

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sabnzbd/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api*"

web:
image: lscr.io/linuxserver/sabnzbd:4.3.2@sha256:db76abdcd65ba2c06a630d17d7e71e75245f8c7ace734d4cadd6402e2776ad5c
image: lscr.io/linuxserver/sabnzbd:4.3.3@sha256:6a8db539588665971f24a42e31ddf2240d7be114c08007dc409aff7638c8edf6
restart: unless-stopped
stop_grace_period: 1m
volumes:
Expand All @@ -17,4 +17,4 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- TZ=Etc/UTC
17 changes: 9 additions & 8 deletions sabnzbd/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: sabnzbd
category: networking
name: SABnzbd
version: "4.3.2"
version: "4.3.3"
tagline: The automated Usenet download tool
description: >-
SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb.
Expand Down Expand Up @@ -30,14 +30,15 @@ repo: https://github.com/sabnzbd/sabnzbd
support: https://forums.sabnzbd.org/
port: 9876
releaseNotes: >-
SABnzbd on umbrelOS now offers automatic configuration for media apps like Radarr, Sonarr, Lidarr, Readarr, and Prowlarr. Simply install your preferred media apps from the Umbrel App Store, and the rest will be handled for you. No manual configuration required!
This release includes several bug fixes and improvements:

- Reduced chance of jobs getting stuck at 99%
- Improved handling of invalid articles and empty categories
- Fixed potential crashes and interface loading issues
- Added new options for job handling and notifications
- Improved IPv6 support and address resolution

Please update your media apps to the latest versions to take advantage of this feature. If you have previously set up SABnzbd as a download client within media apps, this update will not affect your existing settings.
If you have not previously set up SABnzbd with media apps, it is recommended that you uninstall and reinstall SABnzbd to avoid any potential category conflicts.


Full release notes for SABnzbd are available at https://github.com/sabnzbd/sabnzbd/releases
Full release notes are available at https://github.com/sabnzbd/sabnzbd/releases
permissions:
- STORAGE_DOWNLOADS
gallery:
Expand All @@ -49,4 +50,4 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
submitter: Parth Jadhav
submission: https://github.com/getumbrel/umbrel-apps/pull/810
submission: https://github.com/getumbrel/umbrel-apps/pull/810