Skip to content

Releases: AndreWohnsland/CocktailBerry

v2.5.0 Improved LED control

31 May 06:23
9f81e9c
Compare
Choose a tag to compare

This update brings some improvements for users running the program as root and using the LED functionality. Also, it delivers some fixes for common issues.

💎 Improvements

🐛 Bug fixes

🧰 Maintenance

v2.4.1 - Optimized Resource Tracking

26 May 17:12
acee683
Compare
Choose a tag to compare

This patch fixes an issue which users with old (python 3.9) machines might experience.

🐛 Bug fixes

📚 Documentation

v2.4.0 - Optimized Resource Tracking

25 May 12:43
61cd794
Compare
Choose a tag to compare

This update reworks the (at the time quick and dirty implemented) resource tracking. It is now an own module, having a visualization instead of a log file view, which makes it easier to spot trends. Each time CocktailBerry starts, it will start an own session and save resource data to it, so you can distinguish between the different runs.

🆕 New Features of this Release

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

v2.3.0 - Better virgin search mode

05 May 11:57
3967527
Compare
Choose a tag to compare

This version adds a dedicated option to only show virgin cocktails on v2. It furthermore improves the management and storage of exported data.

🆕 New Features of this Release

💎 Improvements

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

v2.2.1 - Iron out the edge

24 Apr 07:04
a22f908
Compare
Choose a tag to compare

This patch adds some improvements for the new virgin only cocktails. In addition, an issue was fixed of not all exported data showing up in the selection drop down.

💎 Improvements

🐛 Bug fixes

🧰 Maintenance

v2.2.0 - Iron out the edge

16 Apr 16:17
1b2c167
Compare
Choose a tag to compare

This update brings many improvements for CocktailBerry. The most important one is that we fixed a long existing memory leak in v1 - it was there since the introduction of the picture based view. This might lead to crashes of the whole app after hours of operation, forcing the user to reboot the system. This should be fixed now :)
In addition, you can now only have the virgin variant of a cocktail, but not the alcoholic counterpart, if all ingredients for the virgin variant are there. This enables you to have parties without alcohol, while not needing to add new recipes, but just set a cocktail to have a virgin version.
For further changes, improvements and fixes, see the notes below.
Thank you for using and improving CocktailBerry!

💎 Improvements

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

v2.1.1 CocktailBerry v2 Improvements

08 Feb 07:53
f5f127c
Compare
Choose a tag to compare

🐛 Bug fixes

v2.1.0 CocktailBerry v2 Improvements

08 Feb 07:28
f7601d6
Compare
Choose a tag to compare

This update improves and streamlines many things from the web (v2) variant, see also https://docs.cocktailberry.org/web/ or listed changes below.
We also introduced uv for the environment management, instead of plain python venvs. Take note that the migration after the update might take a while, depending on your internet connection.

💎 Improvements

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

v2.0.1 CocktailBerry v2

06 Jan 20:16
cc813c1
Compare
Choose a tag to compare

This is a big one. For more installation guidance, see also https://docs.cocktailberry.org/web/.
By the way, did you know CocktailBerry has an own (non-technical) Website now? Check it out: https://www.cocktailberry.org/

The v2 release includes all features from v1, but until finalized, v1 will still be the default installation candidate. To try out v2, please install CocktailBerry the usual way on a fresh, new set up OS, then use the commands from the documentation to switch to v2. With v2, you can build headless (no monitor) machines and access the UI over your phone, tablet or pc on the same network. Experienced users can also use the API (Backend) to make calls from their systems, like a smart home or custom application to control the machine. No more limitation to just your local touch screen 🚀.

In the future, there will be also a demo server that you do not even need to install it locally.
See also the milestones for future planned features in v2.
In case you are running into any issues in v2, feel free to open an issue.

🐛 Bug fixes

v2.0.0 CocktailBerry v2

06 Jan 19:29
7f382cc
Compare
Choose a tag to compare

This is a big one. For more installation guidance, see also https://docs.cocktailberry.org/web/.
By the way, did you know CocktailBerry has an own (non-technical) Website now? Check it out: https://www.cocktailberry.org/

The v2 release includes all features from v1, but until finalized, v1 will still be the default installation candidate. To try out v2, please install CocktailBerry the usual way on a fresh, new set up OS, then use the commands from the documentation to switch to v2. With v2, you can build headless (no monitor) machines and access the UI over your phone, tablet or pc on the same network. Experienced users can also use the API (Backend) to make calls from their systems, like a smart home or custom application to control the machine. No more limitation to just your local touch screen 🚀 .

In the future, there will be also a demo server that you do not even need to install it locally.
See also the milestones for future planned features in v2.
In case you are running into any issues in v2, feel free to open an issue.

🚨 Breaking changes

💎 Improvements

⬆️ Dependency updates