v0.0.5
v0.0.5 (2024-12-17)
Documentation
-
docs: use consistent indentation in standalone user.py example (
7293e43
) -
docs: fix typo in example user.py (
cd1cfa4
)
Fix
- fix: improve robustness of device initialization on disconnect/reconnect (#9)
- cleans up startup logic for more predictable device initialization
- suppresses stray CCs which would otherwise be sent at startup and/or
when switching to standalone modes - adds tests for disconnect/reconnect events and other device init
scenarios - updates application python version to 3.11, following Live 12.1 (
8c08b55
)