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 jackett to version v0.22.676 #1552

Merged
merged 1 commit into from
Sep 26, 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
2 changes: 1 addition & 1 deletion jackett/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/* /dl/*"

server:
image: linuxserver/jackett:0.22.664@sha256:a4e3f154e830e2fd425a468f2bf1370cbc31a4dc8219951b03b70bcd029583ed
image: linuxserver/jackett:0.22.676@sha256:1c65da6d6b708759c9fffd4298848781ffb5bdaf7b6f53f8627770d030a508ba
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/config
Expand Down
10 changes: 8 additions & 2 deletions jackett/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: jackett
category: media
name: Jackett
version: "0.22.664"
version: "0.22.676"
tagline: API support for your favorite torrent trackers
description: >-
Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious, etc) into tracker-site-specific http queries,
Expand Down Expand Up @@ -34,7 +34,13 @@ gallery:
- 3.jpg
path: ""
releaseNotes: >-
This is a small bugfix release.
This release includes minor updates and improvements.


Key changes:
- Updated domain for some torrent trackers
- Adjusted pagination settings for improved performance
- Fixed issues with specific trackers


Full release notes are found at https://github.com/Jackett/Jackett/releases
Expand Down