Releases: webui-dev/python-webui
Releases · webui-dev/python-webui
Python WebUI v2.5.6
set_file_handler
has been implementedserve_folder
andreact
examples now show how to use it.
Python WebUI v2.5.5
Merge pull request #35 from SageCreations/bootstrap_fix updated version texts to 2.5.5
Python WebUI v2.5.4
Adding Alias (Supporting old projects based on WebUI 2.4.x)
Python WebUI v2.5.3
Adding Alias (Supporting old projects based on WebUI 2.4.x)
Python WebUI v2.5.2
Update example's title
Python WebUI v2.5.1
Update README.md updated readme minimal example to reflect function changes
Python WebUI v2.5.0
rebased and conflicts resolved
Python WebUI v2.4.5
New APIs:
myWindow.set_kiosk
myWindow.destroy
myWindow.set_icon
myWindow.set_hide
myWindow.set_size
myWindow.set_position
myWindow.set_profile
myWindow.get_parent_process_id
myWindow.get_child_process_id
myWindow.set_port
webui.free
webui.malloc
webui.send_raw
webui.clean
webui.delete_all_profiles
webui.delete_profile
webui.set_tls_certificate
Python WebUI v2.4.4
Python WebUI v2.4.3
- Fix PyPI package missing bootstrap scripts
- Adding
.set_public()
(856daf4)