Skip to content

Releases: webui-dev/webui

WebUI Nightly Development Build

12 Sep 03:25
926dd93
Compare
Choose a tag to compare
Pre-release

Generated on 2024-06-09 04:56:50 UTC from commit 926dd93.

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)

WebUI v2.4.1

24 Nov 20:43
c9e17a3
Compare
Choose a tag to compare
  • Adding webui_interface_get_size_at() for wrappers
  • Fix bridge Maximum call stack size exceeded (44a4880)
  • Fix Fix data race in webui_script (b41ab20)
  • Fix data race in win-connected (9d8e6a8)
  • Fix data race in exit-now (9b745d4)
  • Fix encoding callback size limit (88d0aba)
  • Making files in the archive root
  • Making all archives .zip

WebUI v2.4.0

29 Oct 21:25
Compare
Choose a tag to compare
v2.4.0 Release

[Full WebUI v2.4.0 APIs](https://webui.me/docs/2.4.0/#/)

WebUI v2.3.0

13 May 17:13
Compare
Choose a tag to compare
  • Now webui_exit() close operations become faster
  • webui_get_new_window_id is now public
  • To keep consistency with window IDs, all unsigned int changed to size_t
  • void webui_new_window_id(size_t window_number)
  • void webui_destroy(size_t window)
  • WebUI on macOS can now use all web browsers
  • macOS apps can now be run multiple times (#69)
  • The C++ wrapper is now complete
  • Optimizing the close time in case the browser did not run
  • Linux GCC build issue is fixed

WebUI v2.2.0

26 Apr 03:41
Compare
Choose a tag to compare
WebUI v2.2.0 Pre-release
Pre-release
  • Online Documentation
  • Memory optimization (Using the same running browser)
  • Cleaner code to create wrappers for WebUI in languages other than C
  • All memory leaks are fixed (Using the user's local buffers instead of the WebUI buffers)
  • Supporting macOS
  • Supporting more browsers

WebUI v2.0.6

02 Mar 04:46
Compare
Choose a tag to compare
WebUI v2.0.6 Pre-release
Pre-release

WebUI v2.0.6

  • Supporting href link
  • Python serve a folder example
  • Fix bug in Infinite loop when set_timeout() get called later
  • webui.js won't close the window if href link clicked
  • Fix bug in webui.js that show an error message when switching between window fast
  • Fix window can't close after link-click
  • WebUI-JS-Bridge logs are not enabled when building the lib in debug mode
  • Fix missing Math lib in some Linux distro

WebUI v2.0.2

25 Oct 05:29
3165bba
Compare
Choose a tag to compare
WebUI v2.0.2 Pre-release
Pre-release

WebUI v2.0.2

  • Windows prebuilt libs (GCC, TCC, MSVC)
  • Linux prebuilt libs (GCC, Clang)

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.