Skip to content

Commit b539ac7

Browse files
committed
v2.0.0-alpha
- move changelog to wiki
1 parent bede441 commit b539ac7

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

README.md

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,29 @@ If you're having trouble or questions please take a look at our [FAQ](https://gi
3838

3939

4040
### Changelog
41-
- 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.
42-
- 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
43-
- 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.
44-
- 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
45-
- 1.8.0: Update jQuery, GSAP and PhotoSwipe to latest versions, add chroma keying feature (green screen keying)
46-
- 1.7.0: Add possibillity to choose an image filter before taking a picture
47-
- 1.6.3: Add config and instructions to use a GPIO Button to take a picture (address https://github.com/andreknieriem/photobooth/issues/10), translate sucess and error messages while sending images via mail
48-
- 1.6.2: Add wedding specific config, fix gallery settings not being saved from admin panel
49-
- 1.6.1: Add possibillity to disable mobile view, update Kiosk Mode instruction
50-
- 1.6.0: Button to send image via mail (uses [PHPMailer](https://github.com/PHPMailer/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
51-
- 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
52-
- 1.5.2: Bugfixing QR-Code from gallery and live-preview position. Merged pull #45
53-
- 1.5.1: Bugfixing
54-
- 1.5.0: Added Options page under /admin. Bugfix for homebtn. Added option for device webcam preview on countdown
55-
- 1.4.0: Merged several pull requests
56-
- 1.3.2: Bugfix for QR Code on result page
57-
- 1.3.1: Merged pull-request #6,#15 and #16
58-
- 1.3.0: Option for QR and Print Butons, code rework, gulp-sass feature enabled
59-
- 1.2.0: Printing feature, code rework, bugfixes
60-
- 1.1.1: Bugix - QR not working on touch devices
61-
- 1.1.0: Added QR Code to Gallery
62-
- 1.0.0: Initial Release
41+
- [2.0.0 alpha](https://github.com/andreknieriem/photobooth/wiki/Changelog#200-alpha)
42+
- [1.9.0](https://github.com/andreknieriem/photobooth/wiki/Changelog#190)
43+
- [1.8.3](https://github.com/andreknieriem/photobooth/wiki/Changelog#183)
44+
- [1.8.2](https://github.com/andreknieriem/photobooth/wiki/Changelog#182)
45+
- [1.8.1](https://github.com/andreknieriem/photobooth/wiki/Changelog#181)
46+
- [1.8.0](https://github.com/andreknieriem/photobooth/wiki/Changelog#180)
47+
- [1.7.0](https://github.com/andreknieriem/photobooth/wiki/Changelog#170)
48+
- [1.6.3](https://github.com/andreknieriem/photobooth/wiki/Changelog#163)
49+
- [1.6.2](https://github.com/andreknieriem/photobooth/wiki/Changelog#162)
50+
- [1.6.1](https://github.com/andreknieriem/photobooth/wiki/Changelog#161)
51+
- [1.6.0](https://github.com/andreknieriem/photobooth/wiki/Changelog#160)
52+
- [1.5.3](https://github.com/andreknieriem/photobooth/wiki/Changelog#153)
53+
- [1.5.2](https://github.com/andreknieriem/photobooth/wiki/Changelog#152)
54+
- [1.5.1](https://github.com/andreknieriem/photobooth/wiki/Changelog#151)
55+
- [1.5.0](https://github.com/andreknieriem/photobooth/wiki/Changelog#150)
56+
- [1.4.0](https://github.com/andreknieriem/photobooth/wiki/Changelog#140)
57+
- [1.3.2](https://github.com/andreknieriem/photobooth/wiki/Changelog#132)
58+
- [1.3.1](https://github.com/andreknieriem/photobooth/wiki/Changelog#131)
59+
- [1.3.0](https://github.com/andreknieriem/photobooth/wiki/Changelog#130)
60+
- [1.2.0](https://github.com/andreknieriem/photobooth/wiki/Changelog#120)
61+
- [1.1.1](https://github.com/andreknieriem/photobooth/wiki/Changelog#111)
62+
- [1.1.0](https://github.com/andreknieriem/photobooth/wiki/Changelog#110)
63+
- [1.0.0](https://github.com/andreknieriem/photobooth/wiki/Changelog#100)
6364

6465
### Tutorial
6566
[Raspberry Pi Weddingphotobooth (german)](https://www.andrerinas.de/tutorials/raspberry-pi-einen-dslr-weddingphotobooth-erstellen.html)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "photobooth",
3-
"version": "1.9.0",
3+
"version": "2.0.0 alpha",
44
"description": "A Photobooth webinterface for Raspberry Pi and Windows",
55
"scripts": {
66
"build": "gulp sass",

0 commit comments

Comments
 (0)