diff --git a/PySimpleGUIWx/readme.md b/PySimpleGUIWx/readme.md index b06345f9..8a8e5f85 100644 --- a/PySimpleGUIWx/readme.md +++ b/PySimpleGUIWx/readme.md @@ -8,7 +8,7 @@ ![Python Version](https://img.shields.io/badge/Python-3.x-yellow.svg) -![Python Version](https://img.shields.io/badge/PySimpleGUIWx_For_Python_3.x_Version-0.6.0-orange.svg?longCache=true&style=for-the-badge) +![Python Version](https://img.shields.io/badge/PySimpleGUIWx_For_Python_3.x_Version-0.7.0-orange.svg?longCache=true&style=for-the-badge) @@ -561,6 +561,31 @@ Starting with release 0.4.0, most of the Popup functions work. This means you c * One Line Progress Meter * All Popups works +### 0.7.0 PySimpleGUIWx 21-Jan-2019 + +* Element.Update support for disabled and tooltip +* Combo Element +* Newest Combo paramters +* Radio Element +* Newest Radio paramters (size_px, visible, enable_events) +* Type hints on Wx widgets +* Spinner Element +* Newest Spinner paramters +* Text Element visibility +* Column Element size_px parameter (unclear if works... likely does not) +* Column visibility +* Column Update method added +* System Tray - support for any kind of image format for icons +* Window.Move +* Window.Minimize +* Window.Maximize +* Window.Disable +* Window.Enable +* Window.Hide +* Window.UnHide +* Window.BringToFront +* Popup non_blocking - returns window and button not just button +* More comprehensive test harness when running PySimpleGUIWx.py # Design @@ -571,4 +596,7 @@ Starting with release 0.4.0, most of the Popup functions work. This means you c # License GNU Lesser General Public License (LGPL 3) + -# Acknowledgments \ No newline at end of file +# Acknowledgments + \ No newline at end of file