Update immich to v1.124.0 (#2025)

This commit is contained in:
Nathan Fretz 2025-01-08 16:43:08 +10:00 committed by GitHub
parent d5bcc1e64a
commit 6611d62d20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 8 deletions

View File

@ -22,7 +22,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
server:
image: ghcr.io/immich-app/immich-server:v1.123.0@sha256:666ce77995230ff7327da5d285c861895576977237de08564e3c3ddf842877eb
image: ghcr.io/immich-app/immich-server:v1.124.0@sha256:80e0f8a9520db3536c91fadedc369a30080d6fd9df046e0f2f03210755ddf55d
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.123.0@sha256:fca90362ff3081fc7762d731eb24de262181eaec28afc51eff1d3ca5348663cd
image: ghcr.io/immich-app/immich-machine-learning:v1.124.0@sha256:ca74b8c58e745dda0fa4a3321bfa517dd85fb5b055760bd13dcbbe9dc526c788
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.123.0"
version: "v1.124.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
@ -49,11 +49,13 @@ releaseNotes: >-
This release includes several improvements and fixes:
- Added ability to merge faces sorted by similarity
- Added album view sort order in mobile app
- Fixed various issues with live photos playback
- Fixed upload panel and timeline navigation issues
- Fixed missing icons in web interface
- Added ability to create tags on the fly
- Added asset actions in folder view (download, change date, archive, etc)
- Added ability to force view original videos in mobile app
- Fixed various issues with live photos and gallery display
- Fixed issues with reverse geocoding data import
- Improved duplicate detection suggestions
- Various UI and performance improvements
Full release notes are found at https://github.com/immich-app/immich/releases
developer: Alex Tran