diff --git a/jellyseerr/docker-compose.yml b/jellyseerr/docker-compose.yml index 4dc8981b..2e631292 100644 --- a/jellyseerr/docker-compose.yml +++ b/jellyseerr/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*" server: - image: fallenbagel/jellyseerr:2.7.2@sha256:98296861cf3caebe8ada72e5dbe2729fb10cdb2042d2b82e86065bf870418587 + image: fallenbagel/jellyseerr:2.7.3@sha256:4538137bc5af902dece165f2bf73776d9cf4eafb6dd714670724af8f3eb77764 volumes: - ${APP_DATA_DIR}/data/config:/app/config restart: on-failure diff --git a/jellyseerr/umbrel-app.yml b/jellyseerr/umbrel-app.yml index 5f55f4c8..ef596357 100644 --- a/jellyseerr/umbrel-app.yml +++ b/jellyseerr/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: jellyseerr category: media name: Jellyseerr -version: "2.7.2" +version: "2.7.3" tagline: Beautiful media discovery for Jellyfin users description: >- Jellyseerr is a request management and media discovery tool built to work with your existing Jellyfin ecosystem. @@ -30,11 +30,12 @@ defaultPassword: "" releaseNotes: >- Key highlights in this release: - - Fixed an issue with proxy settings - - Added support for IPv6 addresses in the hostname field - - Resolved a problem with Gotify notifications when priority is set to 0 - - Improved proxy settings application for better connectivity - - Removed LunaSea app from the platform + - Fixed an issue with API documentation for user settings + - Improved handling of username fields in UserSettings API schema + - Updated Plex Watchlist URL + - Enhanced blacklist keyword handling + - Improved media availability notifications + - Fixed issues with deleting media files and applying proxy settings Full release notes are available at https://github.com/fallenbagel/jellyseerr/releases torOnly: false