Alifcommunity Webui Versions Save

Use any web browser as GUI, with your preferred language in the backend and HTML5 in the frontend, all in a lightweight portable lib.

2.4.2

5 months ago

New Features:

Bugs fix:

2.4.1

5 months ago

2.4.0

6 months ago

nightly

8 months ago

Generated on 2024-05-04 00:08:38 UTC from commit deae94bac8a8efa66ddcbd4fc9518a407038f06a.

2.3.0

1 year ago
  • 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 (https://github.com/webui-dev/webui/issues/69)
  • The C++ wrapper is now complete
  • Optimizing the close time in case the browser did not run
  • Linux GCC build issue is fixed

2.2.0

1 year ago
  • 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

2.0.6

1 year ago

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

2.0.2

1 year ago

WebUI v2.0.2

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

1.0.20

1 year ago

v1.0.20 (C++)

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