mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update immich to version v1.131.3 (#2475)
This commit is contained in:
parent
6ff3a1c082
commit
3422f0c4a1
@ -22,7 +22,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
server:
|
||||
image: ghcr.io/immich-app/immich-server:v1.130.3@sha256:eb5e28de53461e9c328d86fdccfddde579cf9b10ebb3105a2a194115b79ad8a9
|
||||
image: ghcr.io/immich-app/immich-server:v1.131.3@sha256:7e5b6729b12b5e5cc5d98bcc6f7c27f723fabae4ee77696855808ebd5200bbf8
|
||||
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.130.3@sha256:454a6a361d473e699bbccebee488b3886048eed91e2058657b9ba398ce917a77
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.131.3@sha256:d6f07b454c0ec7e4ba3a5926fff2482f8fd1a9922b489122dec33b11a4f37bdd
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/model-cache:/cache
|
||||
environment:
|
||||
|
@ -2,59 +2,63 @@ manifestVersion: 1.1
|
||||
id: immich
|
||||
category: files
|
||||
name: Immich
|
||||
version: "v1.130.3"
|
||||
version: "v1.131.3"
|
||||
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.
|
||||
|
||||
|
||||
Key improvements:
|
||||
- Fixed a bug where using the mouse on a touch device cannot open an asset
|
||||
- Fixed a bug where the OAuth login flow cannot complete
|
||||
- Fixed a bug where some albums don't show up on the mobile app
|
||||
- Fixed a bug of navigating between albums not updating the page view
|
||||
- Improved album page functionality
|
||||
- Enhanced touch device detection on web interface
|
||||
- New map styles and POI with a globe view
|
||||
- Map performance improvements for high asset counts
|
||||
- View HEIC, RAW and other image formats in full resolution in the web app
|
||||
- Better support for NLLB search models
|
||||
- Improved handling of metadata when transcoding
|
||||
- Enhanced date and time change reactivity on the web interface
|
||||
- Fixes an issue where users with an external library cannot see all assets on the mobile app
|
||||
- Fixes an issue where some exclusion paths were ignored in the external library
|
||||
- Fixes an issue where photos randomly appear in album view or person view on the web
|
||||
- Further bug fixes and performance improvements
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/immich-app/immich/releases
|
||||
|
Loading…
Reference in New Issue
Block a user