Release 0.23.0 PySimpleGUIWeb
This commit is contained in:
parent
6a8680db8b
commit
23c6e89c8b
|
@ -8,7 +8,7 @@
|
|||
|
||||
![Python Version](https://img.shields.io/badge/Python-3.x-yellow.svg)
|
||||
|
||||
![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_-0.22.0-orange.svg?longCache=true&style=for-the-badge)
|
||||
![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_-0.23.0-orange.svg?longCache=true&style=for-the-badge)
|
||||
|
||||
|
||||
|
||||
|
@ -297,6 +297,25 @@ New features
|
|||
|
||||
* NEW Window parameter layout so can skip calling Layout
|
||||
|
||||
## 0.23.0 21-Apr-2019 PySimpleGUIWeb
|
||||
|
||||
* GRAPH ELEMENT almost done!
|
||||
* DrawLine
|
||||
* DrawRectangle
|
||||
* DrawPoint
|
||||
* DrawCicle
|
||||
* DrawText
|
||||
* Erase
|
||||
* Move
|
||||
* MoveFigure (by a delta amount)
|
||||
* RelocateFigure (draw to a new spot)
|
||||
* Update - for background color change
|
||||
* Enable events works for single clicks (no drags yet)
|
||||
* Changed Image element to use SuperImage class
|
||||
* Image element works better?
|
||||
* Base64 not yet working
|
||||
|
||||
|
||||
# Design
|
||||
# Author
|
||||
Mike B.
|
||||
|
|
Loading…
Reference in New Issue