Skip to content

Releases: insolor/async-tkinter-loop

0.2.0

11 Apr 14:01
Compare
Choose a tag to compare
  • 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_command and async_event_handler) into a single async_handler function
  • Added examples, tests and documentation on usage of the async_handler as a decorator
  • Last release with Python 3.6 support

0.1.0

26 Nov 18:05
Compare
Choose a tag to compare

The first release which is available on pypi.org (https://pypi.org/project/async-tkinter-loop/0.1.0/)