3.9.4 & 1.1.4 Release
This commit is contained in:
parent
4131faeac1
commit
c121bba54b
3 changed files with 175 additions and 68 deletions
18
readme.md
18
readme.md
|
@ -23,9 +23,9 @@
|
|||
|
||||
## Now supports both Python 2.7 & 3
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
|
||||
|
||||
|
@ -3355,6 +3355,7 @@ A MikeTheWatchGuy production... entirely responsible for this code.... unless it
|
|||
| 2.7 01.01.02 | Oct 8, 2018
|
||||
| 03.09.01 | Oct 8, 2018
|
||||
| 3.9.3 & 1.1.3 | Oct 11, 2018
|
||||
| 3.9.4 & 1.1.4 | Oct 16, 2018
|
||||
|
||||
|
||||
|
||||
|
@ -3524,6 +3525,19 @@ It's official. There is a 2.7 version of PySimpleGUI!
|
|||
* Popup buttons resized to same size
|
||||
* Exposed look and feel table
|
||||
|
||||
### 3.9.4 & 1.1.4
|
||||
|
||||
* Parameter order change for Button.Update so that new button ext is at front
|
||||
* New Graph.DrawArc method
|
||||
* Slider tick interval parameter for labeling sliders
|
||||
* Menu tearoff now disabled by default
|
||||
* Tree Data printing simplified and made prettier
|
||||
* Window resizable parameter. Defaults to not resizable
|
||||
* Button images can have text over them now
|
||||
* BUG fix in listbox double-click. First bug fix in months
|
||||
* New Look And Feel capability. List predefined settings using ListOfLookAndFeelValues
|
||||
|
||||
|
||||
|
||||
### Upcoming
|
||||
Make suggestions people! Future release features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue