From 9b4f638c3df800ce9570a5a64864141a00124369 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Sat, 21 Dec 2024 22:43:37 +1100 Subject: [PATCH 1/2] Update sabnzbd to 4.4.1 --- sabnzbd/docker-compose.yml | 2 +- sabnzbd/umbrel-app.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sabnzbd/docker-compose.yml b/sabnzbd/docker-compose.yml index 994820e965..e60b9cd320 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.4.0@sha256:d0e307ed7ddbda9c93872f02fed402d538aab52b2605e71a2f80c26f5ba8d3c7 + image: lscr.io/linuxserver/sabnzbd:4.4.1@sha256:37cfb25fdeaca82e1ad89a1bf664efe41ad481ed56aa069f710ac975cc5c6ecf restart: unless-stopped stop_grace_period: 1m volumes: diff --git a/sabnzbd/umbrel-app.yml b/sabnzbd/umbrel-app.yml index 5567c4458f..71b4bdebc0 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.4.0" +version: "4.4.1" 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. @@ -32,6 +32,8 @@ port: 9876 releaseNotes: >- This release includes several improvements and fixes: + - Added medium level certificate verification to support firewall/antivirus certificates + - Fixed Windows notification functionality - Added support for subtitle file deobfuscation - Added display of server personal notes - Fixed issues with jobs getting stuck at 99% From 2797feca331a59f52f3853c94b96d205a0af4bc9 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 30 Dec 2024 15:11:39 +1000 Subject: [PATCH 2/2] Remove previous release notes and simplify --- sabnzbd/umbrel-app.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/sabnzbd/umbrel-app.yml b/sabnzbd/umbrel-app.yml index 71b4bdebc0..d39bb091c4 100644 --- a/sabnzbd/umbrel-app.yml +++ b/sabnzbd/umbrel-app.yml @@ -30,16 +30,7 @@ repo: https://github.com/sabnzbd/sabnzbd support: https://forums.sabnzbd.org/ port: 9876 releaseNotes: >- - This release includes several improvements and fixes: - - - Added medium level certificate verification to support firewall/antivirus certificates - - Fixed Windows notification functionality - - Added support for subtitle file deobfuscation - - Added display of server personal notes - - Fixed issues with jobs getting stuck at 99% - - Fixed problems with corrupt NZB files - - Improved handling of disk full errors - - Fixed interface loading issues + This release adds medium level certificate verification to support firewall/antivirus certificates Full release notes are available at https://github.com/sabnzbd/sabnzbd/releases