Skip to content

Commit 2fdb70b

Browse files
Mass release of all ports
1 parent bda54f0 commit 2fdb70b

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

PySimpleGUIQt/readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

19-
![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-00.25.0-orange.svg?longCache=true&style=for-the-badge)
19+
![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-00.26.0-orange.svg?longCache=true&style=for-the-badge)
2020

2121

2222

@@ -26,7 +26,7 @@
2626
"Qt without the ugly"
2727

2828

29-
## The Alpha Release Version 0.25.0
29+
## The Alpha Release
3030
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
3131

3232

@@ -666,6 +666,11 @@ Dial - disable
666666
* Convert user supplied button text to string just in case not a string
667667
* Parameter `icon` in `Window` call can be Base64 byte string in addition to filename
668668

669+
670+
## 0.26.0 11-Apr-2019 PySimpleGUIQt
671+
672+
* NEW Window parameter layout so can skip calling Layout
673+
669674

670675

671676
# Design

PySimpleGUIWeb/readme.md

Lines changed: 6 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.21.0-orange.svg?longCache=true&style=for-the-badge)
11+
![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_-0.22.0-orange.svg?longCache=true&style=for-the-badge)
1212

1313

1414

@@ -292,6 +292,11 @@ New features
292292

293293
* If `disable_close` parameter set in Window call, then Remi will not disconnect when browser closed. Great for reconnecting.
294294

295+
296+
## 0.22.0 11-Apr-2019 PySimpleGUIWeb
297+
298+
* NEW Window parameter layout so can skip calling Layout
299+
295300
# Design
296301
# Author
297302
Mike B.

PySimpleGUIWx/readme.md

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

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

10-
![Python Version](https://img.shields.io/badge/PySimpleGUIWx_For_Python_3.x_Version-0.10.0-orange.svg?longCache=true&style=for-the-badge)
10+
![Python Version](https://img.shields.io/badge/PySimpleGUIWx_For_Python_3.x_Version-0.11.0-orange.svg?longCache=true&style=for-the-badge)
1111

1212

1313

@@ -359,6 +359,10 @@ Starting with release 0.4.0, most of the Popup functions work. This means you c
359359

360360
* `do_not_clear` is now TRUE by default on Input and Multiline elements!!
361361

362+
363+
## 0.11.0 11-Apr-2019 PySimpleGUIWx
364+
365+
* NEW Window parameter layout so can skip calling Layout
362366

363367

364368

0 commit comments

Comments
 (0)