Skip to content

Commit

Permalink
Update changes for v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boppreh committed Mar 26, 2018
1 parent 60d77bb commit 218ec39
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 867 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.13.0

- [All] New `remap_` and `block_` functions.
- [All] New high-level functions for parsing and converting hotkey names.
- [All] Added `.modifiers` and `.is_keymap` attribute to events.
- [All] Event name now matches character typed (e.g. now event from key `1` reports as `!` if shift is pressed). This gives `get_typed_strings` more precision.
- [Windows] New key suppression system should fix most bugs with `suppress=True`.
- [Linux] Added `.device` attribute to events.
- [All] Many, many bugfixes.


# 0.11.0

- [Windows] Used explicit WinDLL to fix "expected CFunctionType instance instead of CFunctionType".
Expand Down

0 comments on commit 218ec39

Please sign in to comment.