Update immich to version v1.131.3 (#2475)

This commit is contained in:
Alexander L. 2025-04-02 14:14:55 +02:00 committed by GitHub
parent 6ff3a1c082
commit 3422f0c4a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 31 additions and 27 deletions

View File

@ -22,7 +22,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: ghcr.io/immich-app/immich-server:v1.130.3@sha256:eb5e28de53461e9c328d86fdccfddde579cf9b10ebb3105a2a194115b79ad8a9
image: ghcr.io/immich-app/immich-server:v1.131.3@sha256:7e5b6729b12b5e5cc5d98bcc6f7c27f723fabae4ee77696855808ebd5200bbf8
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.130.3@sha256:454a6a361d473e699bbccebee488b3886048eed91e2058657b9ba398ce917a77
image: ghcr.io/immich-app/immich-machine-learning:v1.131.3@sha256:d6f07b454c0ec7e4ba3a5926fff2482f8fd1a9922b489122dec33b11a4f37bdd
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:

View File

@ -2,59 +2,63 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.130.3"
version: "v1.131.3"
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
⚠️ Immich is under very active development. Expect bugs and changes. Do not use it as the only way to store your photos and videos!
Features:
- Upload and view videos and photos
- Auto backup when the app is opened
- Selective album(s) for backup
- Download photos and videos to a local device
- Multi-user support
- Album and Shared albums
- Scrubbable/draggable scrollbar
- Support RAW (HEIC, HEIF, DNG, Apple ProRaw)
- Metadata view (EXIF, map)
- Search by metadata, objects and image tags
- Administrative functions (user management)
- Background backup
- Virtual scroll
- OAuth support
- LivePhoto backup and playback
- User-defined storage structure
releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
Key improvements:
- Fixed a bug where using the mouse on a touch device cannot open an asset
- Fixed a bug where the OAuth login flow cannot complete
- Fixed a bug where some albums don't show up on the mobile app
- Fixed a bug of navigating between albums not updating the page view
- Improved album page functionality
- Enhanced touch device detection on web interface
- New map styles and POI with a globe view
- Map performance improvements for high asset counts
- View HEIC, RAW and other image formats in full resolution in the web app
- Better support for NLLB search models
- Improved handling of metadata when transcoding
- Enhanced date and time change reactivity on the web interface
- Fixes an issue where users with an external library cannot see all assets on the mobile app
- Fixes an issue where some exclusion paths were ignored in the external library
- Fixes an issue where photos randomly appear in album view or person view on the web
- Further bug fixes and performance improvements
Full release notes are found at https://github.com/immich-app/immich/releases