Update librephotos to 2026w14 (#5336)
This commit is contained in:
parent
5c89227380
commit
897704526b
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 80
|
||||
|
||||
proxy:
|
||||
image: reallibrephotos/librephotos-proxy:2026w10@sha256:ecd81749290b3935869bc4482d2b092fd9d07a4fc884d99bfccbe1caf506b75e
|
||||
image: reallibrephotos/librephotos-proxy:2026w14@sha256:c88c0a65b50ba7e4f65ccc9aa7d5002df9827cb79edb1f88a3a4c130d0b03be4
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/photos:/data
|
||||
@ -34,11 +34,11 @@ services:
|
||||
retries: 5
|
||||
|
||||
frontend:
|
||||
image: reallibrephotos/librephotos-frontend:2026w10@sha256:0126388cb7e6dcbea0ecffd2e4e156463a9f184d40ca79e7fcd8b060840ef396
|
||||
image: reallibrephotos/librephotos-frontend:2026w14@sha256:e2fb909607b1d9552c033a9432446eadb6b693289af2b4b016da55d50724afcb
|
||||
restart: on-failure
|
||||
|
||||
backend:
|
||||
image: reallibrephotos/librephotos:2026w10@sha256:511c63ed17b0125b43ea167986c1be9920067e32b4fda2194105959be29a716c
|
||||
image: reallibrephotos/librephotos:2026w14@sha256:3f4d6fa163bf41f2cd496aca342307fec8b827fe4a7ced1e7773a050ef7a5dca
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/photos:/data
|
||||
|
||||
@ -3,7 +3,7 @@ id: librephotos
|
||||
name: LibrePhotos
|
||||
tagline: A photo management service
|
||||
category: files
|
||||
version: "2026w10"
|
||||
version: "2026w14"
|
||||
port: 8150
|
||||
description: >-
|
||||
🖼️ LibrePhotos is a photo management application that helps users organize and browse their photo and video collections with ease. It provides features like face recognition that automatically detects and groups people in photos to make searching simpler. The app uses artificial intelligence to identify objects and scenes in images, enabling users to perform semantic searches based on the content of their photos.
|
||||
@ -33,20 +33,16 @@ gallery:
|
||||
- 5.jpg
|
||||
releaseNotes: >-
|
||||
Some of the key highlights in this release include:
|
||||
- RAW+JPEG pairs and Live Photos are now grouped as a single photo with multiple file variants, with a new UI for managing stacks and duplicates
|
||||
- Brand-new duplicate detection using perceptual hashing, supporting both exact and visual duplicate finding
|
||||
- Public album sharing now supports per-album controls for location, camera info, timestamps, captions, and faces
|
||||
- New slideshow mode in the lightbox with a configurable slide interval
|
||||
- New dedicated explore page replacing the navigation dropdown for browsing albums, people, places, and events
|
||||
- Redesigned album and statistics pages with a fresh new look
|
||||
- New spotlight search with keyboard navigation replaces the old search bar
|
||||
- You can now select all photos in a view for bulk operations
|
||||
- Choose between two tagging models: Places365 (classic) and SigLIP 2 (Google's vision-language model)
|
||||
- Switched to MapLibre GL with PhotoPrism tile server for all map views
|
||||
- Fullscreen mode added to the lightbox
|
||||
- Fixed scan progress getting stuck below 100% when files are skipped or invalid
|
||||
- Fixed video playback issues in the lightbox
|
||||
- Fixed photo list flickering and upload issues
|
||||
- Face recognition results can now be written back to XMP sidecar files, making face tagging data portable and compatible with other photo tools
|
||||
- New services health monitoring panel in the admin page showing real-time status of all background services with start and stop controls
|
||||
- New server logs card in the admin panel lets you inspect server logs directly from the UI
|
||||
- New and updated translations: Danish, German, Korean, Tamil, Dutch, Ukrainian
|
||||
- Fixed motion photo video serving
|
||||
- Fixed duplicate face detection using more accurate overlap calculation
|
||||
- Fixed photo captioning crash when the tag service returns an unexpected response
|
||||
- Fixed login error notification to show proper error messages
|
||||
- Security fix: Django updated to v5.2.12
|
||||
- Security fix: Prevented non-admin users from creating superuser accounts via the registration API
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/LibrePhotos/librephotos-docker/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user