From 475b309bdc82c45f613079fa6d0a3ccb09b64f50 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 29 Jul 2024 17:10:52 +1000 Subject: [PATCH] Update immich to v1.110.0 --- immich/docker-compose.yml | 4 ++-- immich/umbrel-app.yml | 42 ++++++++++++--------------------------- 2 files changed, 15 insertions(+), 31 deletions(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 4c768178ba..fceb3aeeda 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.109.2@sha256:79f5d0c375b0df84e4d0ac89103753d6145ec3facb329e860008f2813f647d84 + image: ghcr.io/immich-app/immich-server:v1.110.0@sha256:9de91632ea5c0aabcd5558cab8b270f6bde00679fc6bdc35806fb49367e4a583 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.109.2@sha256:3ab8e332004c693421320ac7e22065a1187f3d0e84255f97cacf83bce7bdfc1f + image: ghcr.io/immich-app/immich-machine-learning:v1.110.0@sha256:794c3fc4a1da9925f1fdd4ac13fd0646f11a5f682bd50e1cd7e2283f3332ac65 volumes: - ${APP_DATA_DIR}/data/model-cache:/cache environment: diff --git a/immich/umbrel-app.yml b/immich/umbrel-app.yml index 71cf6b32a1..c6342c6566 100644 --- a/immich/umbrel-app.yml +++ b/immich/umbrel-app.yml @@ -2,62 +2,46 @@ manifestVersion: 1.1 id: immich category: files name: Immich -version: "v1.109.2" +version: "v1.110.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 - ⚠️ Immich is under very active development. Expect bugs and changes. Do not use it as the only way to store your photos and videos! - Features: - + - Upload and view videos and photos - - Auto backup when the app is opened - - Selective album(s) for backup - - Download photos and videos to a local device - - Multi-user support - - Album and Shared albums - - Scrubbable/draggable scrollbar - - Support RAW (HEIC, HEIF, DNG, Apple ProRaw) - - Metadata view (EXIF, map) - - Search by metadata, objects and image tags - - Administrative functions (user management) - - Background backup - - Virtual scroll - - OAuth support - - LivePhoto backup and playback - - User-defined storage structure releaseNotes: >- ⚠️ As usual, please check that your mobile app is compatible with this release of Immich. - Welcome to version v1.109 of Immich. This release introduces an additional way for you to support Immich financially as well as bug fixes for various issues. Some of the highlights in this release include: - - - Immich licenses (and https://buy.immich.app) - - - "My Immich" url forwarder (https://my.immich.app) - - - Generate thumbnail for iOS18 HEIC - - - Generate Motion Photos for Pixel 6, 7, and 8 - + Welcome to version v1.110.0 of Immich. This release addresses wording changes and introduces many bug fixes and enhancements. Some of the highlights include: + + - Migration to Immich hosted map tile server + + - Wording changes to purchase mechanism + + - Claiming product keys for past financial donors + + - TLS client certificate for the mobile app + + - Better OpenVINO support Full release notes are found at https://github.com/immich-app/immich/releases developer: Alex Tran