Skip to content

Commit

Permalink
Update immich to v1.123.0 (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Dec 19, 2024
1 parent 7547975 commit 7ee71cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*,/search/*"

server:
image: ghcr.io/immich-app/immich-server:v1.122.3@sha256:895f5aafb6fa1bca334b694d4aa9e1de6be22ab30e64c1f0f0a0ca0a5e6e67b5
image: ghcr.io/immich-app/immich-server:v1.123.0@sha256:666ce77995230ff7327da5d285c861895576977237de08564e3c3ddf842877eb
volumes:
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
environment:
Expand All @@ -33,7 +33,7 @@ services:
restart: on-failure

machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v1.122.3@sha256:a9b4375f73c01e594ff4c7317232384e688856969afeb7d9050aa06447ef6f86
image: ghcr.io/immich-app/immich-machine-learning:v1.123.0@sha256:fca90362ff3081fc7762d731eb24de262181eaec28afc51eff1d3ca5348663cd
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:
Expand Down
10 changes: 6 additions & 4 deletions immich/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.122.3"
version: "v1.123.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
Expand Down Expand Up @@ -49,9 +49,11 @@ releaseNotes: >-
This release includes several improvements and fixes:
- Added support for VOB video files
- Added ability to apply tags in bulk on search, person, and memory pages
- Fixed issues with hardware video transcoding
- 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
Full release notes are found at https://github.com/immich-app/immich/releases
developer: Alex Tran
Expand Down

0 comments on commit 7ee71cf

Please sign in to comment.