v1.0.1
New features include,
-
Implement experimental BLE functionality on Windows and macOS
On both platforms, BLE works properly for the first time.
However, in a continuous and repeated run, the connection may suffer from instability issue. -
Improve BLE connection stability in Linux Platform
BLE support on Linux now withstands high property sampling rate. -
Implement module usage manual (i.e. quick-start)
To see basic usage examples interactively, you can now reference our CUI usage manual.
The functionality can be accessed bypython -m modi --usage
. -
Implement module inspection functionality (i.e. diagnose)
To diagnose MODI hardware modules, you can use our new inspection functionality.
The functionality can be accessed bypython -m modi --inspect
. -
Refactor GUI debugger design, fix initialization issue on macOS
Change the debugger GUI by moving boxes and buttons respectively.
Since Tkinter on macOS prohibits the main window to be run in a separate thread, the main window now lives in the main thread.