0.2.0 release
This commit is contained in:
parent
eead09a9e4
commit
e2ded5ef51
|
@ -2545,7 +2545,7 @@ class SystemTray:
|
||||||
self.filename = filename
|
self.filename = filename
|
||||||
self.data_base64 = data_base64
|
self.data_base64 = data_base64
|
||||||
self.tooltip = tooltip or wx.EmptyString
|
self.tooltip = tooltip or wx.EmptyString
|
||||||
|
|
||||||
if filename:
|
if filename:
|
||||||
self.icon = wx.Icon(filename, wx.BITMAP_TYPE_ICO)
|
self.icon = wx.Icon(filename, wx.BITMAP_TYPE_ICO)
|
||||||
self.SetIcon(self.icon, tooltip=self.tooltip)
|
self.SetIcon(self.icon, tooltip=self.tooltip)
|
||||||
|
|
|
@ -9,14 +9,14 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
[](http://pepy.tech/project/pysimplegui)
|
[](http://pepy.tech/project/pysimplegui)
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
The WxPython port of PySimpleGUI
|
The WxPython port of PySimpleGUI
|
||||||
|
|
||||||
|
|
||||||
## The Engineering Pre-Release Version 0.1.0
|
## The Engineering Pre-Release Version 0.2.0
|
||||||
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
|
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
|
||||||
|
|
||||||
|
|
||||||
|
@ -174,6 +174,14 @@ When a menu item has a key and it is chosen, then entire string is returned. If
|
||||||
* Catch single click, double click events
|
* Catch single click, double click events
|
||||||
* Source code compatiable with Qt
|
* Source code compatiable with Qt
|
||||||
|
|
||||||
|
### 0.2.0 - 26-Dec-2018
|
||||||
|
|
||||||
|
* Correctly handling base64 images
|
||||||
|
* Support for clicking message balloon
|
||||||
|
* Can Hide and UnHide the icon
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Design
|
# Design
|
||||||
## Author
|
## Author
|
||||||
Mike B.
|
Mike B.
|
||||||
|
|
Loading…
Reference in New Issue