From 29e8e0c239eb1b9b8e7651d48f74c22eec47bf5b Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Wed, 26 Feb 2020 11:09:05 -0500 Subject: [PATCH] Update readme.md --- PySimpleGUIWeb/readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/PySimpleGUIWeb/readme.md b/PySimpleGUIWeb/readme.md index b24110f7..9d010f08 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_-0.35.0-orange.svg?longCache=true&style=for-the-badge) +![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_-0.36.0-orange.svg?longCache=true&style=for-the-badge) @@ -444,7 +444,12 @@ Themes + * New Graph.change_coordinates method * Removed check for no image specified in Image.update (so cal specify visibilty without changing image for example) +## 0.36.0 PySimpleGUIWeb 20-Feb-2020 +* Allow empty value to be specified when creating Image element +* Fix for Text element crashing following the Remi 2020.2.5 release + * Crash will show trying to use method "set_layout_orientation" + # Design # Author