Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

v3.2.0

Compare
Choose a tag to compare
@andi34 andi34 released this 09 Aug 19:26
· 220 commits to stable3 since this release

3.2.0

Security

  • api: don't show mail password and sensible login data #274
  • api: Bugfix for server-side node scripts to correctly parse the config file
  • Temporary removed numbered image naming option to prevent overriding existing images. For details see Issue 291.

Bugfixes

  • sync-to-drive: bugfix for depreciated handling of type error - cannot read property of undefined
  • collage: Apply defined effect(s) and/or filter to the single images instead of the final collage (partially #290)
  • core: new timeout only if no activity in progress #273, fixes Issue #272

New Options

  • countdown offset to compensate shutter-delay and cheese time #286
  • Remote-buzzer:
    • allow to enable/disable rotary control for standalone gallery #261
    • allow parallel use of buttons- and rotary control #262

General

  • Updated build dependencies

  • Collage: Always show image after taken #271, partially #290

  • Debug Panel #275 and better logging on issues while taking a picture #277 and post-processing (partially #290):
    Implements a panel for to help debugging in case of issues. Focus is to be able to access through the browser key configuration and log files on the server side.
    This feature is

    1. for fast and efficient debugging iterations
      and
    2. also well positioned to help people with less experience on the server administration and Unix / Raspberry Pi OS side of things.

    Access to the debug panel is available through the admin panel (switch to expert view) or via direct URL http://localhost/admin/debugpanel.php.

  • Removed unneeded file-type checks all around the Photobooth api (we check for jpeg images already inside the api/applyEffects.php)

  • result screen: smaller QR code & smaller font-size

Compare changes with v3.1.0.