Browse Source

Update immich to v1.114.0 (#1445)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
b4b3bc814b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      immich/docker-compose.yml
  2. 17
      immich/umbrel-app.yml

4
immich/docker-compose.yml

@ -22,7 +22,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
server:
image: ghcr.io/immich-app/immich-server:v1.113.0@sha256:9d1c9ab40f3171f1dc06d5c6bc32541ff4b0835c1d217ff5cc61c85e26d2452f
image: ghcr.io/immich-app/immich-server:v1.114.0@sha256:df4ae6d2bf8aa3ebd6370b42a667a007c5e7452a1cd2ab4c22fbaff9a69ffcbc
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.113.0@sha256:f7964140e00bd615497d37040eb907a7cd87db6f06baea784d411cda572a29df
image: ghcr.io/immich-app/immich-machine-learning:v1.114.0@sha256:c0300d34fb275343c8e3b50796c9b10e6f33218e84c958386a218fbdceaeed65
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:

17
immich/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.113.0"
version: "v1.114.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
@ -48,15 +48,12 @@ releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
⚠️ For OAuth users, please replace 'app.immich:/' with 'app.immich:///oauth-callback' for the Redirect URI in your OAuth provider settings.
Welcome to version v1.113.0 of Immich. This is one of the biggest releases yet, introducing some of the most requested features since the early days of Immich. Key highlights include:
- Folder view: Browse your photos and videos by folder like in a file explorer
- Tags: Support for hierarchical tags, with the ability to read existing tags from EXIF properties
- Timeline improvements: Better handling of large numbers of assets in a single day or month
- Library refresh stability: Improved stability for scanning large libraries
- Mobile album sync: Sync or mirror an album from your phone to the Immich server on your account
Welcome to version v1.114.0 of Immich. This release focuses on additional enhancements and bug fixes for recent new features. Some of the key highlights include:
- Tag improvements (including Lightroom support)
- Import faces from EXIF and XMP sidecars (Digikam format)
- Better handling of timezones
- New look for the upload panel
- Automatic database reconnection
Full release notes are found at https://github.com/immich-app/immich/releases

Loading…
Cancel
Save