diff --git a/sabnzbd/docker-compose.yml b/sabnzbd/docker-compose.yml index cd981add..839703bf 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 d9034be2..a13622b6 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,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: @@ -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 \ No newline at end of file