0.2.0 release
This commit is contained in:
parent
eead09a9e4
commit
e2ded5ef51
|
@ -9,14 +9,14 @@
|
|||
|
||||

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

|
||||
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
|||
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)
|
||||
|
||||
|
||||
|
@ -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
|
||||
* 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
|
||||
## Author
|
||||
Mike B.
|
||||
|
|
Loading…
Reference in New Issue