---------------------------------------- * Added OOP features for Menu object * Added message, error, confirm dialgos * Removed xorg and gtk backends * Added ability to use file path as icon * (darwin backend was broken, for now)
0.19.3
------------------------------------ * Do not crash when passed a ``None`` menu. * Only let ``pystray.Icon.stop`` block for 5 seconds when waiting for the ``setup`` function to complete. * Made usage example single, runnable script.
0.19.2
--------------------------------------------------- * Corrected menu implementation to allow tuples as arguments as indicated by the documentation.
0.19.1
----------------------------------------- * Simplify loading of backends to make packaging into a standalone package easier. * Added release dates to release notes.
0.19.0
--------------------------------------------------- * Added support for *Ayatana AppIndicator* under *Linux*. Thanks to *Paulo Martinez*! * Corrected support for ``run_detached`` under *Linux* and *Windows*.
0.18.0
-------------------------------------------------------------- * 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.