Skip to content

v4.1.0

Compare
Choose a tag to compare
@greiginsydney greiginsydney released this 05 Jun 00:21
· 1402 commits to master since this release
a6f1844

v4.1.0

Released 5th June 2021

  • Added initial Nikon support. (Tested against D5200 and D700 at this stage)

  • Added the ability to set the Pi and Camera time on the /system page
    (Pi time set will be greyed if NTP was enabled in setup.sh)

  • Added blocklist to disable the Preview button on the /camera page

  • Updated /thumbnails page & handling:

    • Added file extension to EXIF data captured
    • Skip EXIF extraction if filename with same time and date already exists in piThumbsInfo.txt
    • Added dedupe to piThumbsInfo.txt
    • Improved styling (CSS)
  • Setup improvements:

    • When upgrading, the Uploads/Transfer menu now defaults to showing what's already installed
    • setTime.py added to cron table @ midnight, partly resolving Issue #53.
  • Misc updates:

    • Refactored getIni to use for all queries for ini settings
    • /login page now gives focus to username field on load
    • Added .grey-out to CSS for disabled options
    • Added grey background for disabled options (primarily on /camera page)
    • Added tool-tips for greyed-out options
    • Consolidated all camera init code into new fn connectCamera()

Known issues

  • Duplicate thumbnails show for the same image when RAW & JPG are selected in the camera - see Issue #77
  • Unable to create thumbs from Canon RAW images. (Bug in PIL, see Issue #77)