🆕 Polished User Interface
Admin Dashboard requires login now!
**default password is "0000"**
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
* The admin dashboard need authentication now. It's very basic and not 100% safe but keeps users from messing the configuration if they get access to the system somehow.
* Feature: Added status counter. Images, Videos, Gifs, Collages and Prints are counted and current numbers displayed in the stats tab in the admin dashboard.
* Feature: Media items are deleted to a recycle-folder in the data directory now. Allows admins to restore images that were deleted accidentally.
* UI polished, cleaner design and new default font "Inter" is used.
* Improvement: Videos are resized now properly not just copied as preview.
* Improvement: Images in filter sidebar preview are cached by the browser now to reduce computation load on the webserver.
* Fix: gphoto2 backend, reduce cpu load if camera connection fails
* Maintenance: More robust filter application if transparency is missing.
* Maintenance: App doesn't check if started twice any more. Was useless in the past, webserver binding fails if started twice anyways.
* 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/v3.0.1...v3.1.0