proarbeit/mouse/CHANGES.md

31 lines
488 B
Markdown
Raw Normal View History

2022-06-10 20:03:25 +02:00
# 0.7.1
- Fixed errors and incorrect information on setup.py.
- Fixed Windows segfault.
- Applied pending bug fixes.
# 0.7.0
- [All] Fix Windows hook error (#1).
- [All] Add __main__ module, allowing `python -m mouse` to save and load events.
# 0.6.1
- [Windows] Fixed ctypes type-checking error.
- [All] Misc fixes to release process.
# 0.6.0
- Added README and API docs.
- Bump version to replace old library.
# 0.0.1
- Initial release, migrated from `keyboard` package.