diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 06a5664489..d900677c1e 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.121.0@sha256:851c02f28891f1854c5b5762ee8d2e254e2de528cfe3627b2fbcb37a7f108ff3 + image: ghcr.io/immich-app/immich-server:v1.122.2@sha256:27ceb1867f5501818c86188c62924bbfd3024d8f74395cd66d6a302b01d1b2cd 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.121.0@sha256:1b8494bb9fe2194f2dc72c4d6b0104e16718f50e8772d54ade57909770816ad1 + image: ghcr.io/immich-app/immich-machine-learning:v1.122.2@sha256:5c4e7a25a01e4dd52e9b919a277a2d870af0a08094e4089c85708e402512a8aa volumes: - ${APP_DATA_DIR}/data/model-cache:/cache environment: diff --git a/immich/umbrel-app.yml b/immich/umbrel-app.yml index 8f92e1c3ea..0f870f27db 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.121.0" +version: "v1.122.2" 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,9 @@ releaseNotes: >- ⚠️ As usual, please check that your mobile app is compatible with this release of Immich. - 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 + This release includes bug fixes: + - Fixed recent albums sorting in web interface + - Fixed translations on search page Full release notes are found at https://github.com/immich-app/immich/releases developer: Alex Tran