Skip to content

Commit

Permalink
Update immich to version v1.122.2 (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Dec 9, 2024
1 parent 9ad59dc commit 578d124
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
12 changes: 4 additions & 8 deletions immich/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 578d124

Please sign in to comment.