Update immich to v2.7.5 (#5331)
This commit is contained in:
parent
9d8c68eb65
commit
3ec382bd11
@ -22,7 +22,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
server:
|
||||
image: ghcr.io/immich-app/immich-server:v2.6.3@sha256:0cc1f82953d9598eb9e9dd11cbde1f50fe54f9c46c4506b089e8ad7bfc9d1f0c
|
||||
image: ghcr.io/immich-app/immich-server:v2.7.5@sha256:c15bff75068effb03f4355997d03dc7e0fc58720c2b54ad6f7f10d1bc57efaa5
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/upload:/data
|
||||
environment:
|
||||
@ -33,7 +33,7 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
machine-learning:
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.6.3@sha256:33b17015c3d14f2565e9b8cd36b48a70027b14b5cd20da7fbfff21a370b0309c
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.7.5@sha256:a2501141440f10516d329fdfba2c68082e19eb9ba6016c061ac80d23beadf7f3
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/model-cache:/cache
|
||||
environment:
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: immich
|
||||
category: files
|
||||
name: Immich
|
||||
version: "v2.6.3"
|
||||
version: "v2.7.5"
|
||||
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,19 @@ releaseNotes: >-
|
||||
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
|
||||
|
||||
|
||||
This release includes several bug fixes. Highlights include:
|
||||
- Fixed upload timeout issues on mobile
|
||||
- Fixed horizontal scrollbar appearing in the asset viewer side panel on web
|
||||
- Fixed a shifting motion image button on web
|
||||
- Fixed empty search suggestions being shown
|
||||
- Fixed incorrect asset face sync
|
||||
This release includes new features and bug fixes. Highlights include:
|
||||
- Added support for helmet/Content Security Policy (CSP) configuration via the IMMICH_HELMET_FILE environment variable
|
||||
- Added ability to create a new face/person on the fly in the face tag editor
|
||||
- Added "Remove from album" action in the asset viewer
|
||||
- Added "Move to locked folder" action in the folder view
|
||||
- Added keyboard shortcuts for the photo editor (press E to open, [ and ] to rotate, ENTER to save)
|
||||
- Improved duplicate resolution - server now automatically suggests which asset to keep and syncs metadata
|
||||
- Version checks now use Immich's own infrastructure instead of GitHub
|
||||
- Fixed live photo and video downloads in Safari being overwritten
|
||||
- Fixed XSS vulnerability in the panorama photo viewer
|
||||
- Fixed external library import issues
|
||||
- Fixed people search not showing results for 3 or fewer characters
|
||||
- Fixed rate limiting and deduplication for version checks
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/immich-app/immich/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user