Readem 3.13.0, 1.13.0
This commit is contained in:
parent
16df036d20
commit
f47e397086
|
@ -24,9 +24,9 @@
|
|||
|
||||
## Now supports both Python 2.7 & 3
|
||||
|
||||
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3.x_Version-3.12.0-red.svg?longCache=true&style=for-the-badge)
|
||||
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3.x_Version-3.13.0-red.svg?longCache=true&style=for-the-badge)
|
||||
|
||||
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.12.0-blue.svg?longCache=true&style=for-the-badge)
|
||||
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.13.0-blue.svg?longCache=true&style=for-the-badge)
|
||||
|
||||
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
|
||||
|
||||
|
@ -3533,7 +3533,7 @@ A MikeTheWatchGuy production... entirely responsible for this code.... unless it
|
|||
| 3.10.3 & 1.2.3 | Oct 23, 2018
|
||||
| 3.11.0 & 1.11.0 | Oct 28, 2018
|
||||
| 3.12.0 & 1.12.0 | Oct 28, 2018
|
||||
|
||||
| 3.13.0 & 1.13.0 | Oct 29, 2018
|
||||
|
||||
## Release Notes
|
||||
2.3 - Sliders, Listbox's and Image elements (oh my!)
|
||||
|
@ -3762,6 +3762,17 @@ Emergency patch release... going out same day as previous release
|
|||
* Progress meter uses new CloseButton
|
||||
* Popups use new CloseButton
|
||||
|
||||
## 3.13.0 & 1.13.0
|
||||
* Improved multiple window handling of Popups when the X is used to close
|
||||
* Change submits added for:
|
||||
* Multiline
|
||||
* Input Text
|
||||
* Table
|
||||
* Tree
|
||||
* Option to close calendar chooser when date selected
|
||||
* Update for Tree Element
|
||||
* Scroll bars for Trees
|
||||
|
||||
|
||||
### Upcoming
|
||||
Make suggestions people! Future release features
|
||||
|
|
17
readme.md
17
readme.md
|
@ -24,9 +24,9 @@
|
|||
|
||||
## Now supports both Python 2.7 & 3
|
||||
|
||||
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3.x_Version-3.12.0-red.svg?longCache=true&style=for-the-badge)
|
||||
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_3.x_Version-3.13.0-red.svg?longCache=true&style=for-the-badge)
|
||||
|
||||
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.12.0-blue.svg?longCache=true&style=for-the-badge)
|
||||
![Python Version](https://img.shields.io/badge/PySimpleGUI_For_Python_2.7_Version-1.13.0-blue.svg?longCache=true&style=for-the-badge)
|
||||
|
||||
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
|
||||
|
||||
|
@ -3533,7 +3533,7 @@ A MikeTheWatchGuy production... entirely responsible for this code.... unless it
|
|||
| 3.10.3 & 1.2.3 | Oct 23, 2018
|
||||
| 3.11.0 & 1.11.0 | Oct 28, 2018
|
||||
| 3.12.0 & 1.12.0 | Oct 28, 2018
|
||||
|
||||
| 3.13.0 & 1.13.0 | Oct 29, 2018
|
||||
|
||||
## Release Notes
|
||||
2.3 - Sliders, Listbox's and Image elements (oh my!)
|
||||
|
@ -3762,6 +3762,17 @@ Emergency patch release... going out same day as previous release
|
|||
* Progress meter uses new CloseButton
|
||||
* Popups use new CloseButton
|
||||
|
||||
## 3.13.0 & 1.13.0
|
||||
* Improved multiple window handling of Popups when the X is used to close
|
||||
* Change submits added for:
|
||||
* Multiline
|
||||
* Input Text
|
||||
* Table
|
||||
* Tree
|
||||
* Option to close calendar chooser when date selected
|
||||
* Update for Tree Element
|
||||
* Scroll bars for Trees
|
||||
|
||||
|
||||
### Upcoming
|
||||
Make suggestions people! Future release features
|
||||
|
|
Loading…
Reference in New Issue