Skip to content

Commit 920cecd

Browse files
Release 0.19.0
1 parent 36cb34a commit 920cecd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

PySimpleGUIWeb/PySimpleGUIWeb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2622,7 +2622,7 @@ class Window:
26222622
stdout_location = None
26232623
port_number = 6900
26242624
active_windows = [ ] # type: Window []
2625-
App = None
2625+
App = None # type: remi.App
26262626

26272627
def __init__(self, title, default_element_size=DEFAULT_ELEMENT_SIZE, default_button_element_size=(None, None),
26282628
auto_size_text=None, auto_size_buttons=None, location=(None, None), size=(None, None),

PySimpleGUIWeb/readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
![Python Version](https://img.shields.io/badge/Python-3.x-yellow.svg)
1010

11-
![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_-0.18.0-orange.svg?longCache=true&style=for-the-badge)
11+
![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_-0.19.0-orange.svg?longCache=true&style=for-the-badge)
1212

1313

1414

@@ -269,6 +269,12 @@ New features
269269
* Hotfix for bug that causes Popups / secondary windows to crash
270270
* Table gets `starting_row_num` parameter
271271

272+
## 0.19.0 23-Mar-2019 PySimpleGUIWeb
273+
274+
* do_not_clear defaults to TRUE! for Input and Multiline Input/output
275+
* a few type hints
276+
277+
272278

273279

274280
# Design

0 commit comments

Comments
 (0)