230719-73fa7bbe8
版本发布时间: 2023-07-19 22:55:26
photoprism/photoprism最新发布版本:231021-9abea5b55(2023-10-22 00:02:18)
Our latest release includes new features and enhancement contributed by our community, a number of security improvements, and fixes for recently discovered issues. Thank you to everyone who submitted pull requests, helped with testing, signed up as a member, or contributed in other ways! We appreciate it very much.
What's new?
- Setup: Added a batch script for simplified installation under Windows
- Search: Added
geo:false
filter to find pictures without GPS coordinates - Photos: JPEG files with missing EOI marker are automatically repaired
- Photos: Fixed an error when opening panoramas taken with a Samsung S21
- Videos: Added a config option to limit the resolution of transcoded videos
- Videos: Fixed container and codec checks in
photoprism convert
command - Metadata: Dates in WhatsApp generated file names can be parsed
- Metadata: Year 0000 is mapped to 0001 when parsing dates from Exiftool
- Security: Default to a self-signed HTTPS/TLS certificate if no other certificate is available
- Security: Clipboard contents are cleared on logout and when user privileges change
- Security: Go has been updated to v1.20.6, which includes bug fixes and enhancements
- Translations: Updated Japanese
We recommend that you explicitly disable TLS by adding
PHOTOPRISM_DISABLE_TLS: "true"
to yourdocker-compose.yml
file when running PhotoPrism behind a reverse proxy. HTTPS could otherwise be accidentally enabled if a certificate matching the site URL is found orPHOTOPRISM_DEFAULT_TLS
is set to"true"
.