From bd99bef1305d4184a10d7bb9707e7ad2a506c0db Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Sat, 16 Feb 2019 16:52:04 -0500 Subject: [PATCH] PySimpleGUIWeb/readme.md updated from https://stackedit.io/ --- PySimpleGUIWeb/readme.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/PySimpleGUIWeb/readme.md b/PySimpleGUIWeb/readme.md index e91fbb93..40f56225 100644 --- a/PySimpleGUIWeb/readme.md +++ b/PySimpleGUIWeb/readme.md @@ -79,6 +79,7 @@ PySimpleGUIWeb runs only on Python 3. Legacy Python (2.7) is not supported. * Listbox Element * Spinner Element (sorta... numbers 0 to 100 only now) * Column Element +* Image Element * Window background color * Element padding * Read with timeout @@ -186,6 +187,26 @@ New features * Support for Window.Hide, Window.UnHide (better multi-window support) +## 0.9.1 PySimpleGUIWeb + +* Emergency release due to some code to do scrolling of multiline not being right and sometimes crashed programs + +## 0.10.0 PySimpleGUIWeb 16-Feb-2019 + +* Completed Text.Update method. Can now change: + * Text + * Font family & size + * Background color + * Text Color + * Visibility +* Completed Button.Update with exception of images +* Completed Spin.Update with except of range. This element still pretty crippled +* Completed Slider.Update - Can update value, visibility, disabled, but not the range +* Image Element! +* Events for Image Element +* Image.Update to change image + + # Design # Author @@ -197,6 +218,6 @@ New features # Acknowledgments \ No newline at end of file