diff --git a/photoprism/docker-compose.yml b/photoprism/docker-compose.yml index 4aca94b5..81101793 100644 --- a/photoprism/docker-compose.yml +++ b/photoprism/docker-compose.yml @@ -10,7 +10,7 @@ services: PROXY_AUTH_WHITELIST: "/originals/*,/import/*" web: - image: photoprism/photoprism:240711@sha256:b8dc65e14808021dff7fdb60723fe7e7cd224db1fd356c4e3f1892fa4912e4e4 + image: photoprism/photoprism:240915@sha256:1f14335e2cd9dfaadc555ac8d40aa8a3966a5b5e5ef88fa78973ef7e8673fa2b user: "1000:1000" restart: on-failure stop_grace_period: "1m" diff --git a/photoprism/umbrel-app.yml b/photoprism/umbrel-app.yml index 87eccaa8..5bf6c172 100644 --- a/photoprism/umbrel-app.yml +++ b/photoprism/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: photoprism category: files name: PhotoPrism -version: "240711-2197af848" +version: "240915-e1280b2fb" tagline: Self-host your photo and video library description: >- PhotoPrism® is a privately hosted app for browsing, organizing, and @@ -42,13 +42,19 @@ defaultUsername: "admin" deterministicPassword: true torOnly: false releaseNotes: >- + This update includes improved HEIC file support for iOS 18 compatibility, updated dependencies and translations, UX enhancements, and fixes for recently discovered issues. + + What's new? - - Added support for single sign-on via OpenID Connect (OIDC) - - Added support for MPEG-5 Essential Video Coding (EVC) - - Added filter to transcode 10bit videos with Intel QSV - - Local passwords can now be removed using the CLI - - Updated French and Japanese translations + - Improved HEIC image file support for compatibility with iOS 18 + - Sidecar files are no longer shown in search results when sorting by file size + - Recently archived pictures are displayed first by default + - Fixed an issue where no pictures were found when clicking on clusters in Places + - Removed the archive button from the action menu under Library > Hidden + - Added interactive Swagger developer documentation with examples + - Added Irish (Gaeilge) and updated Basque, French and German translations + Full release notes can be found at: https://github.com/photoprism/photoprism/releases/ submitter: Umbrel