Skip to content

Releases: insolor/async-tkinter-loop

0.9.3

24 Nov 14:41
Compare
Choose a tag to compare

What's Changed

Updates:

New Contributors

Full Changelog: 0.9.2...0.9.3

0.9.2

03 Oct 13:49
e394ffb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.9.2

0.9.1

24 Aug 17:18
Compare
Choose a tag to compare

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

21 Aug 17:43
Compare
Choose a tag to compare

What's Changed

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

25 Apr 14:32
Compare
Choose a tag to compare

What's Changed

  • Check dooneevent() return value explicitly by @insolor in #33

Full Changelog: 0.8.0...0.8.1

0.8.0

24 Apr 18:22
Compare
Choose a tag to compare

What's Changed

  • Using root.dooneevent() instead of root.update() to process events in #31
  • Update dependencies
  • Run CI tests on Python 3.12

Full Changelog: 0.7.0...0.8.0

0.7.0

14 Nov 14:22
Compare
Choose a tag to compare
  • AsyncTkLoop class replaced with functions;
  • added documentation strings to functions.

Full Changelog: 0.6.0...0.7.0

0.6.0

23 Aug 17:55
Compare
Choose a tag to compare
  • .destroy() method of the main window now kills the application (but .quit() doesn't);
  • fixed a couple of DeprectionWarnings in the examples and the async_tkinter_loop.py itself.

Full Changelog: 0.5.0...0.6.0

0.5.0

28 Jul 17:05
Compare
Choose a tag to compare
  • 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

0.3.0

11 Apr 14:00
Compare
Choose a tag to compare
  • Bump Pillow dependency version to 9.0.1 because of vulnerabilities
  • Drop Python 3.6 support
  • Use asyncio.create_task() instead of deprecated asyncio.ensure_task()