Skip to content

Commit

Permalink
Update jackett to v0.22.1101 (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Dec 21, 2024
1 parent 2d60898 commit 2db8628
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.1023@sha256:968d6dead22e2943bd791eb8740b8cedb3a6524584ad4da116e32d159a36510e
image: linuxserver/jackett:0.22.1101@sha256:79241fc577dd2fa5bfdd8dd8f079d5b72730e759e9e0d3bdad60d98bb80e7d85
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/config
Expand Down
8 changes: 4 additions & 4 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.1023"
version: "0.22.1101"
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 @@ -35,9 +35,9 @@ gallery:
path: ""
releaseNotes: >-
This release includes domain updates and improvements for various trackers including:
- Updated domains for Torrent9 and Rudub
- Added support for new private trackers
- Improved site connectivity and login handling
- Updated domains for multiple trackers including DonTorrent and TorrentQQ
- Added multi-language support for date parsing
- Improved category detection and site connectivity
Full release notes are found at https://github.com/Jackett/Jackett/releases
Expand Down

0 comments on commit 2db8628

Please sign in to comment.