Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update immich to version v1.116.0 #1551

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions immich/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in immich/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "server"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

Check notice on line 1 in immich/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "machine-learning"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

x-environment: &env
NODE_ENV: "production"
Expand All @@ -22,7 +22,7 @@
PROXY_AUTH_WHITELIST: "/api/*,/search/*"

server:
image: ghcr.io/immich-app/immich-server:v1.115.0@sha256:544fcfc41ce97833e33126e5041fb3b821e3db7bf405b54ac06689247a170a90
image: ghcr.io/immich-app/immich-server:v1.116.0@sha256:548ad7547d3c79c35acb933c1b3e42b6d87d190f9c31442c0bfe12585153af33
volumes:
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
environment:
Expand All @@ -33,7 +33,7 @@
restart: on-failure

machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v1.115.0@sha256:66f13f7fb1af555f9f1767c3dd5d404b7e5f486a272dc73af9e6480f541463dc
image: ghcr.io/immich-app/immich-machine-learning:v1.116.0@sha256:823cce72af5b56d08fe33171087dd8512be3f52107a3f0b307212f32329aef55
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:
Expand Down
23 changes: 12 additions & 11 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.115.0"
version: "v1.116.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 @@ -48,19 +48,20 @@ releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.


Welcome to version v1.115.0 of Immich. This release focuses on cleaning up our backlog of issues. Some of the key highlights include:
- Administration button moved inside the profile sheet
- Manually link and unlink Live motion photos
- Default exclusion patterns for new external libraries
- Start-up folder checks for improved transparency
- Upload trash indicator
Welcome to version v1.116.0 of Immich. This release continues to focus on bug fixes and improvements. Some of the key highlights include:
- Improved .immich file boot checks
- Improved external library scanning
- Timezone improvements
- Tag clean up job
- Better person merge workflow
- Improved settings pages on web
- New "random" API for 3rd party apps


Notable bug fixes include:
- Signing out of the web now signs out of all tabs
- Long-standing issue regarding inaccurate album asset count has been fixed
- Search text is preserved when switching between "Context" and "File name or extension"
- Editing a person's name or birthdate on mobile has been fixed
- Fixed possible startup failure due to .immich files
- Improved handling of assets that are offline or deleted
- Fixed issue with uncaught errors causing the hashing process to abort in the mobile app


Full release notes are found at https://github.com/immich-app/immich/releases
Expand Down