Releases: insolor/async-tkinter-loop
Releases · insolor/async-tkinter-loop
0.7.0
AsyncTkLoopclass replaced with functions;- added documentation strings to functions.
Full Changelog: 0.6.0...0.7.0
0.6.0
.destroy()method of the main window now kills the application (but.quit()doesn't);- fixed a couple of
DeprectionWarnings in the examples and theasync_tkinter_loop.pyitself.
Full Changelog: 0.5.0...0.6.0
0.5.0
- Type annotations are improved
- The package converted into a single module
async_handleconverted into a proper decorator- Code style improvements
Full Changelog: 0.3.0...0.5.0
0.3.0
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
0.1.0
The first release which is available on pypi.org (https://pypi.org/project/async-tkinter-loop/0.1.0/)