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.4.0#

  • Added extra parameters: window_title, window_resizable, stdout_label_prefix, show_progress_bar.

v1.3.2#

  • Fixed AttributeError: 'NoneType' object has no attribute 'write' exception when using PyInstaller with --noconsole option.

v1.3.1#

  • Fixed _tkinter.TclError: grab failed: window not viewable error when pop_up was set to True.

v1.3.0#

v1.2.0#

v1.1.0#

  • Instead of showing a coroutine exception on screen when using async_execute(), raise the exception.

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