Update immich to version v1.139.4 (#3513)
This commit is contained in:
parent
78d966bbb5
commit
4e0d7285a1
@ -22,7 +22,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
server:
|
||||
image: ghcr.io/immich-app/immich-server:v1.138.1@sha256:1d303559b4c7c6b4ea3cea2276279e4cafdf605c624625674924a6ac04f263cb
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.4@sha256:c3c5eeafa5549e446b5fd71394399178d9c87da1dec5fd9e9a80a5a0f13e9fad
|
||||
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:v1.138.1@sha256:f34e855424fd91c5990132e5b2bde91e1d178ec5205de293ebd8779839a4a77c
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.139.4@sha256:7eb755fd9989f8554ed8f5332b931caf996826c51498400534c8c78d1c2f226f
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/model-cache:/cache
|
||||
environment:
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: immich
|
||||
category: files
|
||||
name: Immich
|
||||
version: "v1.138.1"
|
||||
version: "v1.139.4"
|
||||
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,14 +48,13 @@ releaseNotes: >-
|
||||
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
|
||||
|
||||
|
||||
This release includes bug fixes and improvements:
|
||||
- Reset PIN code with password
|
||||
- Reset the OAuth ID
|
||||
- Fixed an issue with media location migration
|
||||
- Improved beta timeline functionality
|
||||
- Enhanced shared link features
|
||||
- Added a utility to find large files
|
||||
- Improved API key permissions and documentation
|
||||
This release includes several improvements and bug fixes:
|
||||
|
||||
- New image rendering pipeline for improved performance, especially on Android
|
||||
- Option to view assets pending backup
|
||||
- Ability to skip entries in the duplicate resolution utility
|
||||
- Add assets to multiple albums at once on the web interface
|
||||
- Various bug fixes and optimizations
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/immich-app/immich/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user