diff --git a/prowlarr/docker-compose.yml b/prowlarr/docker-compose.yml index 7fd36d1245..747bef7899 100644 --- a/prowlarr/docker-compose.yml +++ b/prowlarr/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*" server: - image: linuxserver/prowlarr:1.25.4@sha256:1e2fffd859ecd260e4aae4798cf5be75938cd602161d21b1d58122afb397c864 + image: linuxserver/prowlarr:1.26.1@sha256:c492863c8e1da876a6be3d0d5836f25b3547c0a3293f0e9f09cd198ebf47ea37 environment: - PUID=1000 - PGID=1000 diff --git a/prowlarr/umbrel-app.yml b/prowlarr/umbrel-app.yml index 5762e00c9e..a0717defb4 100644 --- a/prowlarr/umbrel-app.yml +++ b/prowlarr/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: prowlarr category: media name: Prowlarr -version: "1.25.4.4818" +version: "1.26.1.4844" tagline: Prowlarr is an indexer manager/proxy description: >- Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps. @@ -37,7 +37,12 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - This update includes improved indexer sorting and updated translations, along with other small improvements and fixes. + This update includes several improvements and fixes: + - Improved messaging for search results + - Enhanced handling of torrent RSS cookies + - Added support for new indexers + - Updated translations and timezone handling + - Various bug fixes and performance improvements Full release notes are found at https://github.com/Prowlarr/Prowlarr/releases.