* Adds tooltip/traytip GUI functionality (Thanks yedhrab for this contribution)
* Renames registry methods (`read`/`write`/`delete`/`set_view`, etc now raise a deprecation warning, suggesting to use new names: `reg_read`/`reg_write`/`reg_delete` etc)
* Fixes a bug (96) where using an equal sign breaks type/sendraw
0.9.0
Adds 'delay' and 'press_duration' to win_send functionality (Thanks DizzyThermal) 83
Adds `Window.click` functionality - using `ControlClick` (Thanks DizzyThermal) 82
Fixes typo in Window a method, now correctly spelled `activate_bottom` 90
0.8.1
This release adds the `blocking` parameter to keyboard functions so that these functions can be called in a non-blocking fashion.
0.8.0
This release features a bunch of new windows commands! (Thanks yedhrab!)