Changelog#

Info#

See also

Releases

Glossary#

[Breaking change]#

Means that the change will break functionality from previous version.

[Potentially breaking change]#

The change could break functionality from previous versions but only if it was used in a certain way.

[Not yet released]#

Documented changes are not yet available to use.

Releases#

v1.1.0#

  • Instead of showing a coroutine error on screen if it ocurred while running a coroutine with async_execute(), raise the exception instead in tk_async_execute.async_execute().

v1.0.1#

  • Fix event loop problems on Python before 3.10 due to semaphores (etc.) calling get_event_loop inside.

v1.0.0#

  • Initial release