This repository has been archived by the owner on Aug 27, 2022. It is now read-only.
v2.10.0
2.10.0
Bugfixes
- check if we're already printing to avoid double printing
- deletePhoto: also delete keying and tmp pictures
- add back fallback to english if translation is missing
New Options
- allow to use thumbnails for download
- Choose thumbnail size:
- XS = max 360px
- S = max 540px
- M = max 900px
- L = max 1080px
- XL = max 1260px"
- Advanced printing functions #109:
- Auto print function
- allow to delay auto print
- allow to adjust time "Started printing! Please wait..." is visible
- allow to trigger print via defined key
- options to show the print button independent (e.g. can be only visible on gallery)
- Advanced collage options #108:
- Choose collage layout:
- 2x2
- 2x4
- 2x4 + background image
- Collage: apply frame once after taking or to every picture of the collage
- Choose collage layout:
General
- reordered folder setup
- Crowdin translation import
- add Polish to supported languages
Easy update if you've installed via git
Run the following commands from your terminal:.
sudo -u www-data -s
cd /var/www/html
git fetch origin
git checkout origin/stable2
git submodule update --init
yarn install
yarn build
exit