Releases: JakubAndrysek/PySpaceMouse
Releases · JakubAndrysek/PySpaceMouse
v2.0.0 - Modularized API
PySpaceMouse 2.0.0
Major release with modularized API
Highlights
- Completely refactored modular architecture
- New
SpaceMouseDevicecontext manager API - TOML-based device configuration (
devices.toml) - Custom device configuration support
- LED control functionality
- Button name discovery
Breaking Changes
- API has been modularized - see API Reference and Examples
Install
pip install pyspacemouse==2.0.0pyspacemouse-1.1.5
pyspacemouse-1.1.3
Full Changelog: 1.1.2...1.1.3
pyspacemouse-1.1.2
pyspacemouse-1.1.1
pyspacemouse-1.1.0
pyspacemouse-1.0.9
pyspacemouse-1.0.8
What's Changed
- Fixed IndexError on bytearray by @emil302s in #5
- Added a variable that tracks how many bytes to read depending on the … by @deivard in #7
New Contributors
Full Changelog: 1.0.5...1.0.8