Skip to content

Commit

Permalink
Bump to 1.125.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Jan 28, 2025
1 parent 8d69093 commit 296a1de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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_ADD: "false"

server:
image: ghcr.io/immich-app/immich-server:v1.125.3@sha256:da47ef138aef097358da675ff20cdfb2b995c025be489657ae0ad63539511182
image: ghcr.io/immich-app/immich-server:v1.125.6@sha256:07e45e10be9539f04dd3a819286b5b308b08142eeff7bc58a89bf21d97237d55
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.125.3@sha256:7914728ed016cf6c546c7541890fee3a1e25728e6f3abc9d61a999060a41bb2d
image: ghcr.io/immich-app/immich-machine-learning:v1.125.6@sha256:0ca72dae460b7fd2dbd0ca146fdddfd26b1c1af783f37659c2f1bdd546fdf1e4
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:
Expand Down
6 changes: 5 additions & 1 deletion 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.125.3"
version: "v1.125.6"
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 @@ -55,6 +55,10 @@ releaseNotes: >-
- Fixed multiple timeline and album display issues affecting photo browsing experience
- Resolved photo management features including LivePhotos, thumbnails, and location editing
- Fixed database migration issues affecting search, timezone handling, and EXIF data
- Fixed a bug where the album page cannot be accessed if any album with its assets is in the trash.
- Fixed a bug where deduplication detection doesn't return any result
- Fixed a bug where the date picker component caused a rendering error if the app language was not in English
- Fixed a bug where thumbnail generation job queue all person faces at midnight
Full release notes are found at https://github.com/immich-app/immich/releases
developer: Alex Tran
Expand Down

0 comments on commit 296a1de

Please sign in to comment.