Skip to content

WebUI v2.5.0-beta.2

Latest
Compare
Choose a tag to compare
@hassandraga hassandraga released this 13 Jul 00:55
· 5 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, and string, now WebUI support float (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