Skip to content

Releases: webui-dev/webui

WebUI Nightly Build 2024-08-18 12:33:02 UTC

12 Sep 03:25
924ea94
Compare
Choose a tag to compare

Generated from commit 924ea94.

WebUI v2.5.0-beta.2

13 Jul 00:55
Compare
Choose a tag to compare

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

WebUI v2.4.2

30 Nov 00:11
Compare
Choose a tag to compare

New Features:

  • Adding webui_set_public() to allow the window address to be accessible from any public network (663e066)
  • Now webui_show() and webui_show_browser() will wait until the window is connected
  • New C example public_network_access

Bugs fix:

  • Fix wrappers missing all-events call (02361e0)
  • Now bridge use current hostname instead of hardcoded localhost (ff6fdb1)

v1.0.20 (C++)

22 Sep 02:03
Compare
Choose a tag to compare
v1.0.20 (C++) Pre-release
Pre-release

v1.0.20 (C++)

This is the old 1.x WebUI series, written in C++ using Boost and ASIO libraries.