Release 0.9.0
This commit is contained in:
parent
7acf8945d0
commit
0aba10d357
|
@ -8,8 +8,6 @@ import calendar
|
||||||
import threading
|
import threading
|
||||||
from collections import deque
|
from collections import deque
|
||||||
from queue import Queue
|
from queue import Queue
|
||||||
# import remi.gui as gui
|
|
||||||
# from remi import start, App
|
|
||||||
import remi
|
import remi
|
||||||
import logging
|
import logging
|
||||||
import traceback
|
import traceback
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
![Python Version](https://img.shields.io/badge/Python-3.x-yellow.svg)
|
![Python Version](https://img.shields.io/badge/Python-3.x-yellow.svg)
|
||||||
|
|
||||||
![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_-0..0-orange.svg?longCache=true&style=for-the-badge)
|
![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_-0.9.0-orange.svg?longCache=true&style=for-the-badge)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ This Readme is for information ***specific to*** the Web port of PySimpleGUI.
|
||||||
PySimpleGUIWeb enables you to run your PySimpleGUI programs in your web browser. It utilizes a package called Remi to achieve this amazing package.
|
PySimpleGUIWeb enables you to run your PySimpleGUI programs in your web browser. It utilizes a package called Remi to achieve this amazing package.
|
||||||
|
|
||||||
|
|
||||||
## Engineering Pre-Release Version 0..0
|
## Engineering Pre-Release Version 0.9.0
|
||||||
|
|
||||||
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
|
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
|
||||||
|
|
||||||
|
@ -83,6 +83,9 @@ PySimpleGUIWeb runs only on Python 3. Legacy Python (2.7) is not supported.
|
||||||
* Element padding
|
* Element padding
|
||||||
* Read with timeout
|
* Read with timeout
|
||||||
* Read with timeout = 0
|
* Read with timeout = 0
|
||||||
|
* Popup Windows
|
||||||
|
* Multiple windows
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Running online using repl.it
|
# Running online using repl.it
|
||||||
|
@ -179,6 +182,10 @@ New features
|
||||||
* Popup support!
|
* Popup support!
|
||||||
* Support for multiple windows
|
* Support for multiple windows
|
||||||
|
|
||||||
|
## 0.9.0 PySimpleGUIWeb 14-Feb-2019
|
||||||
|
|
||||||
|
* Support for Window.Hide, Window.UnHide (better multi-window support)
|
||||||
|
|
||||||
|
|
||||||
# Design
|
# Design
|
||||||
# Author
|
# Author
|
||||||
|
@ -190,6 +197,6 @@ New features
|
||||||
|
|
||||||
# Acknowledgments
|
# Acknowledgments
|
||||||
<!--stackedit_data:
|
<!--stackedit_data:
|
||||||
eyJoaXN0b3J5IjpbMTkyMTM3MDU5Nyw0NzU4NjU2NzYsLTEwNT
|
eyJoaXN0b3J5IjpbNDc1ODY1Njc2LC0xMDU3MTAzNjQzLDEyMT
|
||||||
cxMDM2NDMsMTIxMzM1MjYzNiwtMTE2MDY4NDMzOV19
|
MzNTI2MzYsLTExNjA2ODQzMzldfQ==
|
||||||
-->
|
-->
|
Loading…
Reference in New Issue