Nathan Fretz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
6 additions and
18 deletions
-
immich/docker-compose.yml
-
immich/umbrel-app.yml
|
|
@ -22,7 +22,7 @@ services: |
|
|
|
PROXY_AUTH_WHITELIST: "/api/*,/search/*" |
|
|
|
|
|
|
|
server: |
|
|
|
image: ghcr.io/immich-app/immich-server:v1.116.0@sha256:548ad7547d3c79c35acb933c1b3e42b6d87d190f9c31442c0bfe12585153af33 |
|
|
|
image: ghcr.io/immich-app/immich-server:v1.116.2@sha256:effd3d44202964c5f53af85e0fd0f2ca5287c989a43c4d55ba71133eb148bed3 |
|
|
|
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.116.0@sha256:823cce72af5b56d08fe33171087dd8512be3f52107a3f0b307212f32329aef55 |
|
|
|
image: ghcr.io/immich-app/immich-machine-learning:v1.116.2@sha256:60d6d3b7090c664b76adabd00c06674e25c5a91419e374bff4e7cf2ee5dd920a |
|
|
|
volumes: |
|
|
|
- ${APP_DATA_DIR}/data/model-cache:/cache |
|
|
|
environment: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
|
id: immich |
|
|
|
category: files |
|
|
|
name: Immich |
|
|
|
version: "v1.116.0" |
|
|
|
version: "v1.116.2" |
|
|
|
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 |
|
|
@ -48,21 +48,9 @@ releaseNotes: >- |
|
|
|
⚠️ As usual, please check that your mobile app is compatible with this release of Immich. |
|
|
|
|
|
|
|
|
|
|
|
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: |
|
|
|
- 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 |
|
|
|
|
|
|
|
This release includes the following bug fixes: |
|
|
|
- Fixed handling of numeric hierarchical subject values in tags |
|
|
|
- Fixed an issue library jobs not working correctly |
|
|
|
|
|
|
|
Full release notes are found at https://github.com/immich-app/immich/releases |
|
|
|
developer: Alex Tran |
|
|
|