v1.5.0.8
What's Changed
- A new command line argument has been added:
--repeat
- The settings for quick settings in
main.py
have been moved to the very beginning of the file - Fixed recursive loops in
MBCI
(to destroy the current menu loop after returning to the previous menu, you need to bind theMenuViewName.close
function to theBack
action) - In
MBCI.OptionAction
, thedata_range
argument was added to the class initializer. With its help it is possible to specify the list of acceptable values at input - Removed unnecessary image in img folder
- Updated screenshots & docs
Full Changelog: v1.5.0.7...v1.5.0.8