Update to 0.18.0

This commit is contained in:
qontinuum
2021-10-25 12:40:16 +02:00
parent eb9baa304c
commit 6903af6a92
2 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,15 @@
Release Notes
=============
v0.18.0 - Easier integration with other libraries
-------------------------------------------------
* Added a detached run mode to enable integration with libraries with a run
loop. Thanks to *PySimpleGUI* and *glight2000* for their testing efforts!
* Do not crash when running the icon in a non-main thread when using a *GTK+*
backend.
* Updated documentation.
v0.17.4 - Corrected import on Windows
-------------------------------------
* Corrected imports from _WinDLL_ to ensure argument definitions are private