Update immich to v1.115.0 (#1473)

This commit is contained in:
Nathan Fretz 2024-09-16 16:37:35 +10:00 committed by GitHub
parent fca521b4b6
commit 80d1cc8194
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 9 deletions

View File

@ -22,7 +22,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*,/search/*" PROXY_AUTH_WHITELIST: "/api/*,/search/*"
server: server:
image: ghcr.io/immich-app/immich-server:v1.114.0@sha256:df4ae6d2bf8aa3ebd6370b42a667a007c5e7452a1cd2ab4c22fbaff9a69ffcbc image: ghcr.io/immich-app/immich-server:v1.115.0@sha256:544fcfc41ce97833e33126e5041fb3b821e3db7bf405b54ac06689247a170a90
volumes: volumes:
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload - ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
environment: environment:
@ -33,7 +33,7 @@ services:
restart: on-failure restart: on-failure
machine-learning: machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v1.114.0@sha256:c0300d34fb275343c8e3b50796c9b10e6f33218e84c958386a218fbdceaeed65 image: ghcr.io/immich-app/immich-machine-learning:v1.115.0@sha256:66f13f7fb1af555f9f1767c3dd5d404b7e5f486a272dc73af9e6480f541463dc
volumes: volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache - ${APP_DATA_DIR}/data/model-cache:/cache
environment: environment:

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich id: immich
category: files category: files
name: Immich name: Immich
version: "v1.114.0" version: "v1.115.0"
tagline: High-performance photo and video backup solution tagline: High-performance photo and video backup solution
description: >- description: >-
An open-source and high-performance self-hosted backup solution for the videos and photos on your mobile device An open-source and high-performance self-hosted backup solution for the videos and photos on your mobile device
@ -48,12 +48,19 @@ releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich. ⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
Welcome to version v1.114.0 of Immich. This release focuses on additional enhancements and bug fixes for recent new features. Some of the key highlights include: Welcome to version v1.115.0 of Immich. This release focuses on cleaning up our backlog of issues. Some of the key highlights include:
- Tag improvements (including Lightroom support) - Administration button moved inside the profile sheet
- Import faces from EXIF and XMP sidecars (Digikam format) - Manually link and unlink Live motion photos
- Better handling of timezones - Default exclusion patterns for new external libraries
- New look for the upload panel - Start-up folder checks for improved transparency
- Automatic database reconnection - Upload trash indicator
Notable bug fixes include:
- Signing out of the web now signs out of all tabs
- Long-standing issue regarding inaccurate album asset count has been fixed
- Search text is preserved when switching between "Context" and "File name or extension"
- Editing a person's name or birthdate on mobile has been fixed
Full release notes are found at https://github.com/immich-app/immich/releases Full release notes are found at https://github.com/immich-app/immich/releases