v1.4.0
What's Changed
This release introduces two major features: support for AHK v2 and an extension system to allow users to author and distribute extended functionality for the Python AHK wrapper. Check the documentation for more details. This release also includes some significant performance improvements -- up to 700% faster for some use cases.
- exclude abstract base class from message registry by @spyoungtech in #231
- Add support for AutoHotkey V2 by @spyoungtech in #239
- Add interfaces for extension authoring by @spyoungtech in #232
Full Changelog: v1.3.0...v1.4.0