Releases: insolor/async-tkinter-loop
Releases · insolor/async-tkinter-loop
0.9.3
What's Changed
- Adding main_loop to the exports by @joaomoa in #68
- Use ParamSpec from typing_exensions by @insolor in #69
Updates:
- Update customtkinter version by @insolor in #64
- Bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #65
- Bump the docs group with 1 update by @dependabot in #67
- Bump the dev-dependencies group with 2 updates by @dependabot in #66
New Contributors
Full Changelog: 0.9.2...0.9.3
0.9.2
What's Changed
- Run tests on Python 3.12 (skip failing test on 3.12 for customtkinter) by @insolor
- Rewritten some docstrings, added rudimentary documentation (https://insolor.github.io/async-tkinter-loop/) by @insolor
Full Changelog: 0.9.1...0.9.2
0.9.1
What's Changed
- Mostly, technical update: minimal Python version changed from 3.8.1 to 3.8
Full Changelog: 0.9.0...0.9.1
0.9.0
What's Changed
- Drop Python 3.7 support
- Structure of the code changed back from a single module to a package
- Experimental support of CustomTkinter using mixins, see examples/custom_tkinter.py
The version number 0.9.0 doesn't mean that the next version will be 1.0.0, rather it will be 0.10.0.
Full Changelog: 0.8.1...0.9.0
0.8.1
What's Changed
Full Changelog: 0.8.0...0.8.1
0.8.0
0.7.0
AsyncTkLoop
class 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
DeprectionWarning
s in the examples and theasync_tkinter_loop.py
itself.
Full Changelog: 0.5.0...0.6.0
0.5.0
- Type annotations are improved
- The package converted into a single module
async_handle
converted into a proper decorator- Code style improvements
Full Changelog: 0.3.0...0.5.0