diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index a64d107161..6c67835323 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -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: @@ -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: diff --git a/immich/umbrel-app.yml b/immich/umbrel-app.yml index 97d7dfcfb4..c743d2be27 100644 --- a/immich/umbrel-app.yml +++ b/immich/umbrel-app.yml @@ -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 @@ -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