From 435435d80a01d744430a52f08df5fb3309694ade Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 26 Aug 2024 10:49:04 +1000 Subject: [PATCH 1/2] Update sabnzbd to 4.3.3 --- sabnzbd/docker-compose.yml | 4 ++-- sabnzbd/umbrel-app.yml | 18 ++++++++++++------ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/sabnzbd/docker-compose.yml b/sabnzbd/docker-compose.yml index cd981add59..839703bf02 100644 --- a/sabnzbd/docker-compose.yml +++ b/sabnzbd/docker-compose.yml @@ -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: @@ -17,4 +17,4 @@ services: environment: - PUID=1000 - PGID=1000 - - TZ=Etc/UTC + - TZ=Etc/UTC \ No newline at end of file diff --git a/sabnzbd/umbrel-app.yml b/sabnzbd/umbrel-app.yml index d9034be21b..2ab6f601be 100644 --- a/sabnzbd/umbrel-app.yml +++ b/sabnzbd/umbrel-app.yml @@ -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. @@ -30,14 +30,20 @@ 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: - 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. + - 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 - Full release notes for SABnzbd are available at https://github.com/sabnzbd/sabnzbd/releases + Please update your media apps to the latest versions to ensure compatibility. If you haven't previously set up SABnzbd with media apps, it's recommended to uninstall and reinstall SABnzbd to avoid potential category conflicts. + + + Full release notes are available at https://github.com/sabnzbd/sabnzbd/releases permissions: - STORAGE_DOWNLOADS gallery: @@ -49,4 +55,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 \ No newline at end of file From 5f2d0f18c2953e28f3b20cd19057a394a2f262bd Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 27 Aug 2024 12:07:53 +1000 Subject: [PATCH 2/2] Remove warning from past release notes --- sabnzbd/umbrel-app.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sabnzbd/umbrel-app.yml b/sabnzbd/umbrel-app.yml index 2ab6f601be..a13622b6a2 100644 --- a/sabnzbd/umbrel-app.yml +++ b/sabnzbd/umbrel-app.yml @@ -32,17 +32,12 @@ port: 9876 releaseNotes: >- 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 ensure compatibility. If you haven't previously set up SABnzbd with media apps, it's recommended to uninstall and reinstall SABnzbd to avoid potential category conflicts. - - Full release notes are available at https://github.com/sabnzbd/sabnzbd/releases permissions: - STORAGE_DOWNLOADS