Update immich to v2.5.6 (#4766)

This commit is contained in:
Alexander L. 2026-02-16 12:29:56 +01:00 committed by GitHub
parent 1f2eda4122
commit 80feebe1d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 12 deletions

View File

@ -22,7 +22,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: ghcr.io/immich-app/immich-server:v2.5.5@sha256:161b1ec8af9e0478797cfd75ea857c7e55af271fa7cea103cb30ab1ba5b418d8
image: ghcr.io/immich-app/immich-server:v2.5.6@sha256:aa163d2e1cc2b16a9515dd1fef901e6f5231befad7024f093d7be1f2da14341a
volumes:
- ${APP_DATA_DIR}/data/upload:/data
environment:
@ -33,7 +33,7 @@ services:
restart: on-failure
machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v2.5.5@sha256:2e17e15855907ece0d5b3a7bf625b12f6d987a5854fa71d888641acae28b0323
image: ghcr.io/immich-app/immich-machine-learning:v2.5.6@sha256:b213fa3c82d27a21a299c46ffbb38a091f18384db1ad67d409a3b34fe0fce556
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v2.5.5"
version: "v2.5.6"
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,15 +48,15 @@ releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
This release addresses more bugs and includes several improvements:
- Fixed timezone handling in timeline and date picker
- Fixed background task triggering on iOS
- Fixed issues with self-signed certificates and mTLS on mobile
- Fixed stacked asset deletion
- Fixed tag modal and shared link download behavior
- Fixed theme synchronization and dark mode text colors
- Fixed profile picture cropping to 1:1 ratio
- Fixed timeline refresh and asset navigation issues
This patch release addresses several important issues:
- Fixed thumbnail generation running every night when full-size image generation is enabled
- Fixed slow iOS startup in some cases
- Fixed Android device deletion issues with Free Up Space feature for large asset collections
- Fixed album sorting functionality with order handling
- Fixed image editor missing translations
- Fixed profile dialog auto-dismissing on iPad
- Fixed context menu viewport overflow
- Fixed person thumbnail generation on edited assets
Full release notes are found at https://github.com/immich-app/immich/releases