Skip to content

Commit

Permalink
Update sabnzbd to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Dec 16, 2024
1 parent 7151a3d commit da9d3c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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.3@sha256:6a8db539588665971f24a42e31ddf2240d7be114c08007dc409aff7638c8edf6
image: lscr.io/linuxserver/sabnzbd:4.4.0@sha256:d0e307ed7ddbda9c93872f02fed402d538aab52b2605e71a2f80c26f5ba8d3c7

Check failure on line 11 in sabnzbd/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid image name "lscr.io/linuxserver/sabnzbd:4.4.0@sha256:d0e307ed7ddbda9c93872f02fed402d538aab52b2605e71a2f80c26f5ba8d3c7"

TypeError: fetch failed
restart: unless-stopped

Check warning on line 12 in sabnzbd/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid restart policy

The restart policy of the container "web" should be set to "on-failure".
stop_grace_period: 1m
volumes:
Expand Down
16 changes: 9 additions & 7 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.3"
version: "4.4.0"
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,13 +30,15 @@ repo: https://github.com/sabnzbd/sabnzbd
support: https://forums.sabnzbd.org/
port: 9876
releaseNotes: >-
This release includes several bug fixes and improvements:
This release includes several improvements and fixes:
- 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
- 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 are available at https://github.com/sabnzbd/sabnzbd/releases
permissions:
Expand Down

0 comments on commit da9d3c1

Please sign in to comment.