mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update immich to v1.124.0 (#2025)
This commit is contained in:
parent
d5bcc1e64a
commit
6611d62d20
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user