Update Immich to v1.85.0 (#823)

This commit is contained in:
Nathan Fretz 2023-11-10 14:50:15 -08:00 committed by GitHub
parent affe0aab2e
commit a26f5e5e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 26 deletions

View File

@ -25,7 +25,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
server:
image: ghcr.io/immich-app/immich-server:v1.82.1@sha256:c6dc1823f99e3b23002088eab26b7675e7c3b4703ab71449d054dd18bbdfb11d
image: ghcr.io/immich-app/immich-server:v1.85.0@sha256:b4c9bc6778a142d9ee1ef61c30a498dc2e84d3aabb50a7d4516d9af346db2743
command: [ "start.sh", "immich" ]
volumes:
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
@ -38,7 +38,7 @@ services:
restart: on-failure
microservices:
image: ghcr.io/immich-app/immich-server:v1.82.1@sha256:c6dc1823f99e3b23002088eab26b7675e7c3b4703ab71449d054dd18bbdfb11d
image: ghcr.io/immich-app/immich-server:v1.85.0@sha256:b4c9bc6778a142d9ee1ef61c30a498dc2e84d3aabb50a7d4516d9af346db2743
# This service cannot run under 1000:1000
# And because the uploads are shared
# We'll run immich specific services as root
@ -54,7 +54,7 @@ services:
restart: on-failure
machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v1.82.1@sha256:9ff5a57031bcf687b2d222f5f473279ae5e47908d38da70c568c95b211227667
image: ghcr.io/immich-app/immich-machine-learning:v1.85.0@sha256:1fc3e645169ada10d73b6a740434b5821f19003d436a8aeb7a5b9482c9b2f704
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:
@ -62,7 +62,7 @@ services:
restart: on-failure
web:
image: ghcr.io/immich-app/immich-web:v1.82.1@sha256:b59ec80d45a9395f020c312868abd08eafbfe3594e83955d7e566096309f0f2f
image: ghcr.io/immich-app/immich-web:v1.85.0@sha256:10778b177594390e1a9ec0d5e80150fb9c6855ff964a7ceb2eded4728abaa821
environment:
<<: *env
restart: on-failure
@ -77,7 +77,7 @@ services:
restart: on-failure
proxy:
image: ghcr.io/immich-app/immich-proxy:v1.82.1@sha256:96239238d467a69e68db007339497c5e5bab820d2152300aa46b3e031f2c245e
image: ghcr.io/immich-app/immich-proxy:v1.85.0@sha256:80e290eefe53271738cc6558b5b51296ac1cde94f1144eed873c61817a764928
environment:
IMMICH_SERVER_URL: *immich_server_url
IMMICH_WEB_URL: *immich_web_url

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.82.1"
version: "v1.85.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
@ -45,30 +45,41 @@ description: >-
- User-defined storage structure
releaseNotes: >-
⚠️ Please update Immich to this version as soon as possible. This release fixes two security flaws noted here: https://github.com/immich-app/immich/releases/tag/v1.82.0
⚠️ The server and mobile app must be on the same version for the application to work correctly. After updating, you may need to re-run
metadata extraction for videos impacted by a bug that has now been fixed.
Additionally, it was discovered that thumbnails (which can be downloaded from right-click -> save images as…) contain the full EXIF (metadata) information. Users are advised not to use the public-sharing feature until a fix is released if they have concerns about sharing metadata.
Welcome to release v1.85.0 of Immich. This release introduces many bug fixes across the app, server, and web, along with new features.
The most notable changes include:
- Changing the /server-info/stats endpoint to /server-info/statistics.
- Introducing global activity in a shared album and activity on the mobile app and albums option.
- Adding a new option to shuffle slideshow, allowing you to randomize the order.
- Fixing a notable issue: Bulk data fetching for initial sync on the mobile app was causing the app to crash due to an out-of-memory error when dealing with a very large gallery.
- Introducing a new mobile app bar and user profile screen.
- Adding a shared link with password option.
- Introducing shared album activity on the web.
- Adding a custom scan interval for the external library.
- Fixing a notable issue: The app was unable to download machine learning models from the S3 bucket.
- Introducing asset stacking.
- Adding shared links on mobile.
- Introducing new storage template variables.
- Adding a custom theme.
This update from v1.81.0 to v1.82.1 includes many bug fixes and performance improvements, as well as the following new features:
- Trash Feature
- Web Client WebSocket Feature
- Library Scanning Performance
- Time Bucket Grouping Accuracy (to take advantage of this feature, please run the job to “Extract Metadata” for all assets.)
- Storage Template Improvements
- Notable fix: no longer read iOS-modified photos as “FullSizeRender”
- and more!
Full release notes are found at: https://github.com/immich-app/immich/releases/tag/v1.82.0
Full release notes are found at: https://github.com/immich-app/immich/releases
developer: Alex Tran
website: https://www.immich.app
dependencies: []