Skip to content

2.2.0 - Face recognition

Compare
Choose a tag to compare
@viktorstrate viktorstrate released this 04 Mar 09:19
· 552 commits to master since this release
9ba2304

Added

  • #197 Added face recognition, when an image is scanned the first time, it looks for faces in that image, and automatically tries groups them. A new People page has been added to the side bar. NOTE: that existing images will not be scanned for faces, in order to detect faces in an existing library it's necessary to delete the images completely from Photoview and add rescan them from scratch. This can be done by removing all paths from the Settings page and add them again.
  • #32 #213 Add support for .photoviewignore files, that can be used to specify patterns for directories to ignore when scanning. (@Kjeldgaard)
  • b66cbf9 Add new environment variable PHOTOVIEW_UI_PATH that can be used to specify where the static UI files are located when PHOTOVIEW_SERVE_UI=1. This defaults to ./ui.
  • Add favicon to web UI

Improvements

  • #218 Completely remove the PHOTOVIEW_PUBLIC_ENDPOINT environment variable.
  • #205 Update Darktable to the latest version (version 3.4.1). This will add support for newer RAW formats, such as Fuji's .arf format.
  • 43f89d1 Improved parsing of the PHOTOVIEW_MYSQL_URL to properly parse passwords with special characters.
  • Replace UI build tool Parcel with Esbuild to improve build times and filesize of the UI

Fixes

  • #229 #143 Fixes a bug where shared albums didn't work after introducing pagination in v2.1.0. This also solves an old bug where shared albums wasn't queried recursively which ment that only a depth of 3 sub albums could be accessed from an album share.