Skip to content

Changelog

Andreas Blaesius edited this page Jan 17, 2020 · 21 revisions

Changelog

Upcoming Release

Nothing for now

2.1.0

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 https://github.com/andreknieriem/photobooth/issues/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

2.0.2:

  • fix saving of chroma keying results, style for chroma keying, style of gallery caption, datetime string on images without date info

2.0.1:

  • fix deletion of db file, fix config changes via admin settings

2.0.0:

  • Overhaul: reorganized all source files, completely overhaul coding
  • New features: gallery standalone (localhost/gallery.php), add button to delete the picture after it was taken and displayed on the screen, change style via admin panel, add trigger keys via config, add option to force the use of a buzzer, add option to enable CUPS button, add option to resize and crop image by center at print, use same printing settings/options for chromakeying as for normal prints, take pictures for collage one after the other with or without interruption, add version checker to admin page, add greek, add option to specify data folder
  • Some more bugfixes and improvements as usually

1.9.0:

  • Responsive Layout. Use relative paths to allow running Photobooth in a subfolder. Fix config.json being ignored on chromakeying. Adjustments on blue-gray theme. Some more small adjustments and bugfixes.

1.8.3:

  • Adjust scrollbar config and add blue-gray scrollbar theme, allow using Pi Cam for preview and to take pictures, add hidden shortcut for admin settings, add polaroid effect, add print confirmation dialogue

1.8.2:

  • Added spanish as supported language, print text on picture feature, optional blue-gray theme, adjust admin panel. Small bugfixes and improvements as always.

1.8.1:

  • Small bugfixes and improvements. New Features: enable/disable printing QR-Code, enable/disable photo collage function, enable/disable printing a frame on your picture

1.8.0:

  • Update jQuery, GSAP and PhotoSwipe to latest versions, add chroma keying feature (green screen keying)

1.7.0:

  • Add possibillity to choose an image filter before taking a picture

1.6.3:

1.6.2:

  • Add wedding specific config, fix gallery settings not being saved from admin panel

1.6.1:

  • Add possibillity to disable mobile view, update Kiosk Mode instruction

1.6.0:

  • Button to send image via mail (uses PHPMailer ), add use of "my.config.inc.php" for personal use to prevent sharing personal data (e.g. E-Mail password and username) on Github by accident

1.5.3:

  • Several new options (disable gallery via config, set countdown timer via config, set cheeeese! Timer via config, ability to show the date/time in the caption of the images in the gallery), all config changes now available in admin page, complete french translation, add empty Gallery message, Fullscreen Mode on old iOS-Devices when starting photobooth from homescreen, StartScreen message is an option in config/admin page now, add instructions for Kiosk Mode, should fix #11, and #2, improve instructions in README, some more small Bugfixes and improvements. Merged pull-request #53 which includes updated pull-requests #52 & #54

1.5.2:

  • Bugfixing QR-Code from gallery and live-preview position. Merged pull #45

1.5.1:

  • Bugfixing

1.5.0:

  • Added Options page under /admin. Bugfix for homebtn. Added option for device webcam preview on countdown

1.4.0:

  • Merged several pull requests

1.3.2:

  • Bugfix for QR Code on result page

1.3.1:

  • Merged pull-request #6,#15 and #16

1.3.0:

  • Option for QR and Print Butons, code rework, gulp-sass feature enabled

1.2.0:

  • Printing feature, code rework, bugfixes

1.1.1:

  • Bugix - QR not working on touch devices

1.1.0:

  • Added QR Code to Gallery

1.0.0:

  • Initial Release
Clone this wiki locally