Skip to content

Releases: webui-dev/python-webui

Python WebUI v2.5.6

03 May 01:19
19f3d4c
Compare
Choose a tag to compare
  • set_file_handler has been implemented
  • serve_folder and react examples now show how to use it.

Python WebUI v2.5.5

31 Mar 05:28
c4e5d39
Compare
Choose a tag to compare
Merge pull request #35 from SageCreations/bootstrap_fix

updated version texts to 2.5.5

Python WebUI v2.5.4

22 Feb 00:13
Compare
Choose a tag to compare
Adding Alias (Supporting old projects based on WebUI 2.4.x)

Python WebUI v2.5.3

21 Feb 23:36
Compare
Choose a tag to compare
Adding Alias (Supporting old projects based on WebUI 2.4.x)

Python WebUI v2.5.2

19 Feb 21:36
Compare
Choose a tag to compare
Update example's title

Python WebUI v2.5.1

12 Feb 19:40
5c79781
Compare
Choose a tag to compare
Update README.md

updated readme minimal example to reflect function changes

Python WebUI v2.5.0

12 Feb 15:46
Compare
Choose a tag to compare
rebased and conflicts resolved

Python WebUI v2.4.5

06 Dec 21:54
Compare
Choose a tag to compare

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

30 Nov 15:57
Compare
Choose a tag to compare
  • New example public_ui.py (bc33de6)
  • Add webui.eventType.xxx (19b0390)
  • webui.eventType.DISCONNECTED
  • webui.eventType.CONNECTED
  • webui.eventType.MOUSE_CLICK
  • webui.eventType.NAVIGATION
  • webui.eventType.CALLBACK

Python WebUI v2.4.3

30 Nov 00:32
Compare
Choose a tag to compare
  • Fix PyPI package missing bootstrap scripts
  • Adding .set_public() (856daf4)