Skip to content

v1.5.3 - Autoupdates and Persistence

Compare
Choose a tag to compare
@AndreWohnsland AndreWohnsland released this 02 Feb 16:14
· 1703 commits to master since this release
312206d

New features of this release 🆕

  • Added typer for better CLI interface, You can now use:
    • python runme.py -c to run the calibration program or
    • python runme.py to run the normal cocktailmaker
    • Also run python runme.py --help or python 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