diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 3a863910..23d8a340 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -22,7 +22,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*,/search/*" server: - image: ghcr.io/immich-app/immich-server:v1.118.2@sha256:f158810c90f80162f9b08729bbaec963731f12662960be38ff93093b78a0bbdf + image: ghcr.io/immich-app/immich-server:v1.119.1@sha256:d63feeee7a41095b3c1b18607d86a1264bcac53728a19f538a77a6e66043f492 volumes: - ${APP_DATA_DIR}/data/upload:/usr/src/app/upload environment: @@ -33,7 +33,7 @@ services: restart: on-failure machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.118.2@sha256:4d89a309fd08a93649f1ae4a7572ae98f09d66b4c1dfb7916b71d31dec7eda38 + image: ghcr.io/immich-app/immich-machine-learning:v1.119.1@sha256:e8c416445db60c0ec94394c1e0e672b78409664f17de78787c62f6d13d3f6d92 volumes: - ${APP_DATA_DIR}/data/model-cache:/cache environment: diff --git a/immich/umbrel-app.yml b/immich/umbrel-app.yml index 09e3f1f1..2a61ef66 100644 --- a/immich/umbrel-app.yml +++ b/immich/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: immich category: files name: Immich -version: "v1.118.2" +version: "v1.119.1" tagline: High-performance photo and video backup solution description: >- An open-source and high-performance self-hosted backup solution for the videos and photos on your mobile device @@ -48,13 +48,13 @@ releaseNotes: >- ⚠️ As usual, please check that your mobile app is compatible with this release of Immich. - Highlights: - - Option to refresh face detection - - Color filters for editing photos - - Timezone improvements - - Deprecated release notes section - - Better JPEG compression - - Multi-GPU support for ML + This release focuses on fixing issues surrounding video encoding and thumbnail generation for a variety of old and new formats, along with minor improvements across the app. Highlights: + - Create new OAuth users without passwords + - Debounce email notifications for album changes + - Improve mobile app layout on tablets + - VAAPI hardware decoding + - Notable fix: Face Detection using excessive RAM with OpenVINO + - Notable fix: transcodes not playing in the mobile app in certain situations Full release notes are found at https://github.com/immich-app/immich/releases developer: Alex Tran