Update librephotos to 2026w10 (#4939)
This commit is contained in:
parent
29e39473fb
commit
fb488d02bc
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 80
|
||||
|
||||
proxy:
|
||||
image: reallibrephotos/librephotos-proxy:2025w44@sha256:f47e831210099f9e2c7902ad8cfd20ba7f309fd2af56ec320823c53bba539b2c
|
||||
image: reallibrephotos/librephotos-proxy:2026w10@sha256:ecd81749290b3935869bc4482d2b092fd9d07a4fc884d99bfccbe1caf506b75e
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/photos:/data
|
||||
@ -34,11 +34,11 @@ services:
|
||||
retries: 5
|
||||
|
||||
frontend:
|
||||
image: reallibrephotos/librephotos-frontend:2025w44@sha256:7e45891824380c0168bb60a3cca2b0e768f7d6fa186c08230fb6f865f7a33d38
|
||||
image: reallibrephotos/librephotos-frontend:2026w10@sha256:0126388cb7e6dcbea0ecffd2e4e156463a9f184d40ca79e7fcd8b060840ef396
|
||||
restart: on-failure
|
||||
|
||||
backend:
|
||||
image: reallibrephotos/librephotos:2025w44@sha256:5e633ff82ba44593e30579bd203102a6bd80e502ed49ca54e6aca72bec0925f2
|
||||
image: reallibrephotos/librephotos:2026w10@sha256:511c63ed17b0125b43ea167986c1be9920067e32b4fda2194105959be29a716c
|
||||
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: "2025w44"
|
||||
version: "2026w10"
|
||||
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,15 +33,20 @@ gallery:
|
||||
- 5.jpg
|
||||
releaseNotes: >-
|
||||
Some of the key highlights in this release include:
|
||||
- You can now edit GPS locations for your photos
|
||||
- Public sharing via link for albums
|
||||
- Folder navigation view with pagination and aggregated photo counts for subfolders
|
||||
- Breadcrumb path in detail views and infinite scroll for subfolders
|
||||
- Improved deletion dialog and centered login title
|
||||
- Fixed scanning of videos and media from Nextcloud
|
||||
- Fixed cache invalidation issues in face dashboard
|
||||
- Fixed GIFs in viewer and no-timestamp errors
|
||||
- Faster authentication for new and updated accounts
|
||||
- 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
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/LibrePhotos/librephotos-docker/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user