Update immich to v2.6.1 (#5125)

This commit is contained in:
Alexander L. 2026-03-20 14:17:57 +01:00 committed by GitHub
parent c1c1ae894c
commit f6a097ffe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 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.6@sha256:aa163d2e1cc2b16a9515dd1fef901e6f5231befad7024f093d7be1f2da14341a
image: ghcr.io/immich-app/immich-server:v2.6.1@sha256:aa7fe8eec3130742d07498dac7e02baa2d32a903573810ba95ed11f155c7eac1
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.6@sha256:b213fa3c82d27a21a299c46ffbb38a091f18384db1ad67d409a3b34fe0fce556
image: ghcr.io/immich-app/immich-machine-learning:v2.6.1@sha256:cafc1ff51b95a931d17d69226435bbb28ea314f151598b8b087391c232d00ab6
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.6"
version: "v2.6.1"
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,22 @@ releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
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
This release includes a major feature update (v2.6.0) and a hotfix patch (v2.6.1). Highlights include:
- Fixed a failed migration issue on mobile when the URL Switching feature is used
- Added a map side panel on web to view and act on clusters of assets
- Added ability to pick album cover from the mobile app
- Added shared link slug support on mobile
- Added shared link expiration presets on web
- Improved mobile network performance with native HTTP clients supporting mTLS, self-signed certificates, and HTTP/2
- Added video zooming and GIF playback support in the mobile asset viewer
- Added a new schema-check command to verify database integrity on startup
- Added support for reading OAuth profile claims from the ID token (enables Microsoft ADFS)
- Fixed cast videos now automatically looping
- Fixed server crash when extracting invalid or corrupted metadata
- Fixed escape key handling on web
- Fixed healthcheck endpoint in maintenance mode
- Fixed timeline rendering for RTL languages like Arabic and Hebrew
- Fixed SMTP over TLS
Full release notes are found at https://github.com/immich-app/immich/releases