From 01efc8be5df60f949ece4384f77e9a45bdcee71f Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 26 Nov 2024 12:06:46 +1000 Subject: [PATCH] Update immich to v1.121.0 --- immich/docker-compose.yml | 4 ++-- immich/umbrel-app.yml | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 1ad0b802cd..06a5664489 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.120.2@sha256:99f97cb61cd1b49c23fbee46a0ed067f171970518d8834c7e8b2dd3ac0d39c63 + image: ghcr.io/immich-app/immich-server:v1.121.0@sha256:851c02f28891f1854c5b5762ee8d2e254e2de528cfe3627b2fbcb37a7f108ff3 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.120.2@sha256:3cca923bc8eaa3616c48fc6088005e08d574cf1acf6c1253c92393ae11e4788d + image: ghcr.io/immich-app/immich-machine-learning:v1.121.0@sha256:1b8494bb9fe2194f2dc72c4d6b0104e16718f50e8772d54ade57909770816ad1 volumes: - ${APP_DATA_DIR}/data/model-cache:/cache environment: diff --git a/immich/umbrel-app.yml b/immich/umbrel-app.yml index 22d79d5482..8f92e1c3ea 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.120.2" +version: "v1.121.0" 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,11 +48,13 @@ releaseNotes: >- ⚠️ As usual, please check that your mobile app is compatible with this release of Immich. - This release includes bug fixes and improvements: - - Fixed database backup compatibility with different Postgres versions - - Fixed thumbnail rotation when using embedded previews - - Fixed date localization issues in the mobile app - - Various configuration and documentation improvements + This release includes several improvements and bug fixes: + - New shared UI component library for more consistent design + - Multiselect using shift key in search results + - Fixed performance issues with album sync on mobile app + - Improved video controls and slider UI on mobile + - Added photo and video storage space statistics + - Various bug fixes and performance optimizations Full release notes are found at https://github.com/immich-app/immich/releases developer: Alex Tran