v1.5.3 - Autoupdates and Persistence
AndreWohnsland
released this
02 Feb 16:14
·
1703 commits
to master
since this release
New features of this release 🆕
- Added typer for better CLI interface, You can now use:
python runme.py -c
to run the calibration program orpython runme.py
to run the normal cocktailmaker- Also run
python runme.py --help
orpython runme.py --version
for help and version info
- Calibration screen got a new look, fitting for the main application
- The docs got better!
Dev Notes 🔧
- Version is now stored in
src.__init__
- Calibration module is now coupled into the main src folder for better code reusage