Update immich to version v1.119.1 (#1719)

This commit is contained in:
Nathan Fretz 2024-10-31 21:58:54 +10:00 committed by GitHub
parent e54db394cb
commit b5c23be763
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -22,7 +22,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
server:
image: ghcr.io/immich-app/immich-server:v1.118.2@sha256:f158810c90f80162f9b08729bbaec963731f12662960be38ff93093b78a0bbdf
image: ghcr.io/immich-app/immich-server:v1.119.1@sha256:d63feeee7a41095b3c1b18607d86a1264bcac53728a19f538a77a6e66043f492
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.118.2@sha256:4d89a309fd08a93649f1ae4a7572ae98f09d66b4c1dfb7916b71d31dec7eda38
image: ghcr.io/immich-app/immich-machine-learning:v1.119.1@sha256:e8c416445db60c0ec94394c1e0e672b78409664f17de78787c62f6d13d3f6d92
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: "v1.118.2"
version: "v1.119.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,13 +48,13 @@ releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
Highlights:
- Option to refresh face detection
- Color filters for editing photos
- Timezone improvements
- Deprecated release notes section
- Better JPEG compression
- Multi-GPU support for ML
This release focuses on fixing issues surrounding video encoding and thumbnail generation for a variety of old and new formats, along with minor improvements across the app. Highlights:
- Create new OAuth users without passwords
- Debounce email notifications for album changes
- Improve mobile app layout on tablets
- VAAPI hardware decoding
- Notable fix: Face Detection using excessive RAM with OpenVINO
- Notable fix: transcodes not playing in the mobile app in certain situations
Full release notes are found at https://github.com/immich-app/immich/releases
developer: Alex Tran