Update immich to v1.113.0 (#1416)

This commit is contained in:
Nathan Fretz 2024-09-02 16:18:01 +10:00 committed by GitHub
parent cfae143897
commit 90706a8f2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 9 deletions

View File

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

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.112.1"
version: "v1.113.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,12 +48,15 @@ releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
Welcome to version v1.112.1 of Immich. This release includes bug fixes and UI enhancements. Some of the key highlights include:
- Material color theming for the mobile app
- Open in map view on the web
- Star rating
- Screen stays on and auto darkens when performing a long session of foreground upload
- New search models with improved performance
⚠️ 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
Full release notes are found at https://github.com/immich-app/immich/releases