WebUI v2.5.0-beta.2
·
402 commits
to main
since this release
New Features
- In addition to using web browsers as GUI, now WebUI supports WebView as well (Proposed by nater0000)
- In addition to
int,bool, andstring, now WebUI supportfloat(Proposed by crystalthoughts) - Control how to receive UI events, single thread or multi-threads (Proposed by dgllghr)
- Setup a custom proxy (By osljw)
- Easy global config using the new
config()API - Get the argument counts
- The pre-built archives now come with the HTTPS TLS version
New APIs
webui_show_wv()webui_set_event_blocking()webui_get_best_browser()webui_set_proxy()webui_get_count()webui_get_float_at()webui_get_float()webui_return_float()webui_set_config()enum webui_config
More details about this beta pre-release: Draft - WebUI 2.5.0 Beta - Status