0.2.0
- Improved handling of the application closing (avoid using
.protocol("WM_DELETE_WINDOW", ...)to not interfere with the user's code) - Unified two separate wrapper functions (
async_commandandasync_event_handler) into a singleasync_handlerfunction - Added examples, tests and documentation on usage of the
async_handleras a decorator - Last release with Python 3.6 support