Photobooth-app

Latest version: v4.1.1

Safety actively analyzes 682416 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 9

2.0.4

* Improved French translation, thanks to laguinch
* Notify about print independent of the trigger (GPIO, Keyboard, REST-API): Fixes https://github.com/photobooth-app/photobooth-app/issues/234
* additional keyboard input captured via browser now instead python backend.
* Fixes https://github.com/photobooth-app/photobooth-app/issues/240 and https://github.com/photobooth-app/photobooth-app/issues/150 once the keyboard lib is removed actually.
* Keyboard input in python service will be removed later, as the library used is unmaintained.
* UI: refactor, removed axios library replaced by native fetch api
* UI: polished item approval page for collages and gifs.
* UI: add confirmation dialog before deleting files in filebrowser
* UI: added eslinter rules and fixed linting errors.


**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.3...v2.0.4

2.0.3

- video playback compatibility mode for iOS devices. some devices playback only 420 subsampled h264 videos. enable compatibility mode if videos are not played correctly.
- improve gphoto2 backend stability during video capture. timeout is longer now
- improved accuracy of video length captured
- polished status page in admin dashboard
- german translation updated.
- updated dependencies
- minor 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.2...v2.0.3

2.0.2

- Darkmode support. App changes to darkmode based on system settings.
- Add private.css again to allow to customize css.
- modify HTML/CSS to allow for livestream zoom. can be used to align still and livestream: https://github.com/photobooth-app/photobooth-app/discussions/228#discussioncomment-9099240
- german translation updated.
- minor improvements

2.0.1

🚩 Support many languages
Supported languages are German, Chinese Simplified, Czech, Danish, Dutch, Finnish, French, Greek, Hungarian, Italian, Japanese, Korean
Norwegian, Polish, Portuguese, Portuguese (Brazilian), Romanian, Spanish, Swedish, Turkish, Ukrainian.
The translation is mostly automatic translation for now.

It **needs your help to proofread** and improve! It's **very easy to translate and proofread** the current translations:

- [Open the photobooth-app translation project in Crowdin](https://crowdin.com/project/photobooth-app/invite?h=b00f8c8abec20ed573058db633f2452c2057822).
- Click the dropdown button next to your language to open language details.
- Click the button "translate" or "proofread".
- Work through the items, improve the translation and click the check mark to approve.
- If the language is 100% translated and proofread, it will be included in the next release.
- Leave a short notice in the discussions that you improved the translation to let us know. Thank you!

Additional improvements
* allow to install as "app" on iOS and Android (Browser address bar is hidden), thx PixelAlarm

Major Version 2 includes Video Feature
🆕 version 2 of the open source photobooth-app has a nice video function! Capture live videos now!
see more information and improvements of major version 2 release: https://github.com/photobooth-app/photobooth-app/releases/tag/v2.0.0


**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/v1.2.1...v2.0.0
**Full Changelog**: https://github.com/photobooth-app/photobooth-app/compare/v2.0.0...v2.0.1

2.0.0

🆕 version 2 of the open source photobooth-app has a nice video function! Capture live videos now!

Main Features
* Video Capture 📹
* Language switcher (German and English until now, might not be complete yet)
* customize your theme colors: change the primary and secondary color by DominicWindisch

It's still experimental, 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 🫶

Additional improvements
* improved countdown timer for better UX
* Hide individual images captured during GIF/Collage creation by DominicWindisch in https://github.com/photobooth-app/photobooth-app/pull/174
* Add language switcher (en/de) by DominicWindisch in https://github.com/photobooth-app/photobooth-frontend/pull/2
* Basic macOS-support by PixelAlarm in https://github.com/photobooth-app/photobooth-app/pull/175
* allow theme customization by adding private.css by mgineer85 in https://github.com/photobooth-app/photobooth-app/pull/181 (reverted due to change to vite)
* Pause loresolution stream request during high quality capture by mgineer85 in https://github.com/photobooth-app/photobooth-app/pull/183
* raised gphoto2 timeout from 4seconds to 8 seconds for still capture (176)
* removed Blitzar dependency in favor of jsonforms: JsonForms allows dynamic creation of forms to configure the app.
* preload ffmpeg on app startup to start first video capture faster.
* updated quasar frontend toolchain to vite5 and node 20.
* replace v4l2py by linuxpy camera backend
* improve app shutdown behaviour using fastapi lifecycle hook to capture signals and shutdown container
* fix: improve detection of usb drives in fileservice.
* improvement: backup config before it's overwritten for easier restore
* improvement: more accurate video length by using thread event signal
* improve picamera catch error if buffer allocation fails
* fix video capture deadlock if stdoutput is more than 65555 bytes
* virtual camera delivers now images as livestream instead grey background
* updated dependencies
* many many minor other improvements


New Contributors
* PixelAlarm made their first contribution in https://github.com/photobooth-app/photobooth-app/pull/175
* DominicWindisch made their first contribution in https://github.com/photobooth-app/photobooth-app/pull/174
Thank you! 🫶

**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/v1.2.1...v2.0.0

2.0a5

🆕 Feature: Video Capture 📹
Version 2 of the open source photobooth-app will have a nice video function! Capture live videos now!

It's still in development, status can be tracked in the issue: https://github.com/photobooth-app/photobooth-app/issues/169
To install via pip you have to explicit choose the beta: https://pypi.org/project/photobooth-app/2.0a5/

Comment in the issue tracker if you run into problems or have feedback to improve 🫶

Additional improvements
* improved countdown timer for better UX
* Hide individual images captured during GIF/Collage creation by DominicWindisch in https://github.com/photobooth-app/photobooth-app/pull/174
* customize your theme colors: change the primary and secondary color by DominicWindisch
* Add language switcher (en/de) by DominicWindisch in https://github.com/photobooth-app/photobooth-frontend/pull/2
* Basic macOS-support by PixelAlarm in https://github.com/photobooth-app/photobooth-app/pull/175
* allow theme customization by adding private.css by mgineer85 in https://github.com/photobooth-app/photobooth-app/pull/181
* Pause loresolution stream request during high quality capture by mgineer85 in https://github.com/photobooth-app/photobooth-app/pull/183
* raised gphoto2 timeout from 4seconds to 8 seconds for still capture (176)
* removed Blitzar dependency in favor of jsonforms: JsonForms allows dynamic creation of forms to configure the app.
* preload ffmpeg on app startup to start first video capture faster.
* updated quasar frontend toolchain to vite5 and node 20.
* replace v4l2py by linuxpy camera backend
* improve app shutdown behaviour using fastapi lifecycle hook to capture signals and shutdown container
* fix: improve detection of usb drives in fileservice.
* improvement: backup config before it's overwritten for easier restore
* improvement: more accurate video length by using thread event signal
* improve picamera catch error if buffer allocation fails
* fix video capture deadlock if stdoutput is more than 65555 bytes
* virtual camera delivers now images as livestream instead grey background
* updated dependencies
* many many minor other improvements


New Contributors
* PixelAlarm made their first contribution in https://github.com/photobooth-app/photobooth-app/pull/175
* DominicWindisch made their first contribution in https://github.com/photobooth-app/photobooth-app/pull/174
Thank you! 🫶

**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/v1.2.1...v2.0a5

Page 4 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.