Release and Version History#

0.2.1 (TODO)#

Features and Improvements

Minor Improvements

Bugfixes

Miscellaneous

0.1.7 (2024-07-06)#

Minor Improvements

  • Now most of type hint of factory method arguments are changed from typing.List[str] to typing.Union[typing.Iterable[str], typing.List[str]].

0.1.6 (2024-07-02)#

Minor Improvements

  • Transition from attr.s styled APi to attrs.define styled API.

0.1.5 (2024-07-01)#

Minor Improvements

  • Improve documentation.

0.1.4 (2023-05-09)#

Miscellaneous

  • rename CTRL_KEY_1 -> CTRL_1, and also for SHIFT_ and ALT_.

0.1.3 (2023-05-09)#

Miscellaneous

  • Add lots of keyname and canned key enum.

0.1.2 (2023-05-08)#

Miscellaneous

  • remove unnecessary dependencies.

0.1.1 (2023-05-08)#

Features and Improvements

  • First release.