From faafaece80bd30663809696252bbb09fa38c7973 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Thu, 24 Jan 2019 02:38:12 -0500 Subject: [PATCH] PySimpleGUIWeb/readme.md updated from https://stackedit.io/ --- PySimpleGUIWeb/readme.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/PySimpleGUIWeb/readme.md b/PySimpleGUIWeb/readme.md index 13d39eda..abaac9a5 100644 --- a/PySimpleGUIWeb/readme.md +++ b/PySimpleGUIWeb/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/PySimpleGUIWeb_Version-0.2.0-orange.svg?longCache=true&style=for-the-badge) +![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_Version-0.3.0-orange.svg?longCache=true&style=for-the-badge) @@ -72,7 +72,10 @@ PySimpleGUIWeb runs only on Python 3. Legacy Python is not supported. * Text Element * Input Text Element * Button Element - +* Combobox Element +* Checkbox Element +* Listbox Element +* Window back # Release Notes: @@ -102,6 +105,14 @@ Day 2 of development brings fonts, sizes, and colors... * Window close * Window background color +## 0.3.0 PySimpleGUIWeb 24-Jan-2019 + +* Checkbox Element +* Combobox Element +* Listbox Element +* Element padding for all elements + + # Design @@ -113,3 +124,6 @@ Day 2 of development brings fonts, sizes, and colors... GNU Lesser General Public License (LGPL 3) + # Acknowledgments + \ No newline at end of file