Releases: alex9849/CocktailPi
Releases · alex9849/CocktailPi
0.6
- Added ingredient groups
- Added script and instructions that allow the usage of a local touch display
- removed docker support
0.5.1
- Allow sound card selection for playaudio event actions
- Fixed event action trigger 'On application startup'
0.5
- Added EventAction system
- Call URL action
- Execute python action
- Play sound file action
- Application will now wait for the database on startup
- Fixed ingredient merging if an ingredient gets moved to another productionstep that already contains that ingredient.
0.4
- Updated Pi4J to version 2
- Updated quasar to version 2
- Track the remaining amount of liquid of the connected bottles and prevent an order if the remaining liquid doesn’t reach. It is also able to switch between pumps on the fly. If one order empties one bottle, but another bottle with the same ingredient is connected, the application will empty the first container and will switch to the second one mid-production.
Breaking changes:
- The new Pi4J version now uses BCM numbers instead of the WiringPi numbers to identify the GPIO-pins. The gpio numbers of all pumps have to be updated.
0.3.1
workers with multiple production steps will now turn off running pump…
0.3
Merge remote-tracking branch 'origin/master'
0.2
Fixed console error on logout
0.1.1
Update PumpEditorForm.vue
0.1
made "Current-Cocktail"-Card responsive