Skip to content

Commit

Permalink
Update immich to v1.121.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Nov 26, 2024
1 parent bab8fba commit 01efc8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 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.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:
Expand All @@ -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:
Expand Down
14 changes: 8 additions & 6 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.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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 01efc8b

Please sign in to comment.