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

Releases: andi34/photobooth

v2.2.0

26 Feb 20:48
Compare
Choose a tag to compare

General changes

New options

  • Option to disable the delete button (andreknieriem#228)
  • Option to keep original images in tmp folder
  • Configurable image preview while post-processing
  • Adjustable time a image is shown after capture
  • Optional EXIF data preservation (disabled by default)

v.2.1.0

26 Feb 19:11
Compare
Choose a tag to compare

Optimize performance:

  • separate trigger and post-process task
  • if possible use faster method to resize a picture

Many new features and options added:

  • new options:
    • Make collage countdown timer adjustable
    • enable/disable real error messages
    • Allow setting a default filter
    • allow to disable filter
    • JPEG quality configurable
    • enable/disable download button in gallery
    • Allow defining a background via admin panel:
      This also gives the possibility to define a livestream URL (e.g. http://192.168.239.77:8081
      if motion is used ) to use a livestream as background.
    • Allow admins to choose what gets deleted at reset (inspired by andreknieriem#178)
      • always:
        • delete db.txt
      • optional (but enabled by default):
        • delete images
        • delete "mail-addresses.txt
        • delete personal config (my.config.inc.php)
    • Allow defining Photobooth web server IP to fix image download via QR-Code if Photobooth is accessed via localhost/127.0.0.1
    • Allow choosing a frame at take pic
    • Frames and font adjustable
    • allow protection of admin panel and index with password
    • allow using device cam to take pictures (save origin (localhost/127.0.0.1 if accessed on server, else HTTPS) needed!
    • define Photobooth colors using colorpicker
    • allow more elements to change color
    • allow defining default font size
    • optional rounded edges style
  • admin panel style:
    • change weeding config to event config and add several new symbols to choose
    • own printer submenu
  • Added raspi reset script
  • allow to abort collage creation
  • improve installation script
    • make kiosk mode optional
    • don't delete /var/www/html without request
    • use NGINX by default, optional allow to install Apache or Lighttpd
    • fix printer permissions and install CUPS by default

General changes:

  • README: update formatting and cleanup
  • Fix undefined placeholder warnings
  • take picture: red error messages
  • choose a filter after picture was taken instead before
  • Display collage count before taking photo
  • Handle take photo error cases