Browse Source

Update immich to v1.120.1 (#1782)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
77b2793713
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      immich/docker-compose.yml
  2. 13
      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.120.0@sha256:ac215f5c1a52f7b25617924db61d54bb72b534d902ccb58eb595cdba98899aa3
image: ghcr.io/immich-app/immich-server:v1.120.1@sha256:4193f3cc99bb4d99f53007f07d45e2efbcd531f4e81a765470b2cce433f33131
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.120.0@sha256:a7c897a0b011b031c5f825e1667a6de4793c15adc53300f8ba4170d12a68d913
image: ghcr.io/immich-app/immich-machine-learning:v1.120.1@sha256:0a5d8d75f026342a56e1065613e565ec40a05f4042dc7fead1dcfd66d539fef3
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:

13
immich/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.120.0"
version: "v1.120.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,12 +48,11 @@ releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
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
This release includes bug fixes and improvements:
- Fixed issues with database backups and compatibility
- Fixed video player display on Android devices
- Fixed email template rendering
- Various documentation improvements
Full release notes are found at https://github.com/immich-app/immich/releases
developer: Alex Tran

Loading…
Cancel
Save