Release 0.32.0
This commit is contained in:
parent
5434c7e0c7
commit
5816ebc59e
2 changed files with 75 additions and 25 deletions
|
@ -16,7 +16,10 @@
|
|||
|
||||

|
||||
|
||||

|
||||
PySimpleGUIQt on PyPI...
|
||||
|
||||
[](https://pypi.org/project/pysimpleguiqt/)
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -25,6 +28,7 @@
|
|||
|
||||
"Qt without the ugly"
|
||||
|
||||
(For newbies... "Qt" is prouncounced "Cute")
|
||||
|
||||
## The Alpha Release
|
||||
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
|
||||
|
@ -778,6 +782,27 @@ Themes and more!
|
|||
* Tables & Trees - text color and background color now work. Don't appear to have worked before
|
||||
|
||||
|
||||
## 0.32.0 PySimpleGUIQt 4-Apr-2020
|
||||
|
||||
The "Jeez... it's been way too LONG since a release" release
|
||||
|
||||
Highlights - Read with close (Single line GUIs!), Print to Multiline, Scrollable columns
|
||||
|
||||
* Listbox.update fix
|
||||
* Added Graph.change_coordinates
|
||||
* Added Image.Widget
|
||||
* Return correct value when Comboxbox has manual data entered
|
||||
* Multiline.print - new printing capabilities
|
||||
* Multiline move cursor to end
|
||||
* Scrollable columns
|
||||
* Added Listbox.get
|
||||
* Fix for visible ignored in Text Element
|
||||
* Window.read - close parameter (YES! Single line GUIs again)
|
||||
* Multiline readonly parm on update
|
||||
* Print fixed sep char to act line normal print
|
||||
* Print (Multiline) added autoscroll parm
|
||||
|
||||
|
||||
|
||||
# Design
|
||||
## Author
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue