🆕 Version 3 of the open source photobooth-app offers more flexible configuration! Customize your setup even more!
Breaking Changes
* The configuration changed! Many settings moved to another location and will be reset to defaults after update. Create a backup before the update. The settings are not migrated automatically.
* Old items in the gallery cannot be loaded any more, since the items miss the newly introduced metadata that is stored to every item! Old media is ignored after update.
It's tested in automated tests and on several hardware platforms manually also. Still there could be bugs.
Please post issues https://github.com/photobooth-app/photobooth-app/issues
Comment in the issue tracker if you run into problems or have feedback to improve 🫶
Changes
* Feature: Added boomerang funtion to video feature.
* Feature: VirtualCamera for demo purposes now delivers a short video instead still images. This is great for you to test the video features.
* Feature: Flexible configuration allows for unlimited actions: Create different themed actions for example with different filters or frames.
* Feature: Define one or more trigger per action: Example: Collage with blue frame trigger by button 1 on mainscreen, Collage with red frame trigger by button 2 on mainscreen.
* Feature: Videos with different framerates.
* Feature: Rework backend definition to allow for multiple webcams/picameras on one host.
* Improvement: Cleanup admin dashboard
* Improvement: Store metadata along with mediaitems. This allows to reapply filter and in future also change the applied pipeline to an image by the user in the gallery.
* Maintenence: Removed old library to create forms, replaced by JsonForms
* Maintenance: Updated dependencies in backend and frontend
* Many smaller changes and improvements.
**PyPi package:** https://pypi.org/project/photobooth-app/
**Installation:** https://photobooth-app.org/setup/installation/
**Update:** https://photobooth-app.org/setup/update/
**Full Changelog**: https://github.com/photobooth-app/photobooth-app/compare/v2.0.6...v3.0.0