Browse Source

Update immich to v1.120.0 (#1756)

main
Nathan Fretz 3 months ago
committed by GitHub
parent
commit
1952ae2e4f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      immich/docker-compose.yml
  2. 15
      immich/umbrel-app.yml

4
immich/docker-compose.yml

@ -22,7 +22,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
server:
image: ghcr.io/immich-app/immich-server:v1.119.1@sha256:d63feeee7a41095b3c1b18607d86a1264bcac53728a19f538a77a6e66043f492
image: ghcr.io/immich-app/immich-server:v1.120.0@sha256:ac215f5c1a52f7b25617924db61d54bb72b534d902ccb58eb595cdba98899aa3
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.119.1@sha256:e8c416445db60c0ec94394c1e0e672b78409664f17de78787c62f6d13d3f6d92
image: ghcr.io/immich-app/immich-machine-learning:v1.120.0@sha256:a7c897a0b011b031c5f825e1667a6de4793c15adc53300f8ba4170d12a68d913
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:

15
immich/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.119.1"
version: "v1.120.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
@ -48,13 +48,12 @@ releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
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
This release introduces several new features and improvements:
- Built-in automatic database backups that run at 2 AM server time
- Timeline location indicator showing Month/Year while scrolling
- Faster CPU transcoding for HDR videos
- Improved mobile app layout on tablets
- Various bug fixes and performance improvements
Full release notes are found at https://github.com/immich-app/immich/releases
developer: Alex Tran

Loading…
Cancel
Save