Releases: webui-dev/v-webui
Releases · webui-dev/v-webui
v2.4.0
Use V with the latest version of version of WebUI
2.4.0-beta.1
New changes
- Sync with WebUI source
- Add missing functions
- set_runtime
- is_shown
- set_multi_access
- get_window
- new_window_by_id
- Support native events
- Port text-editor to V (in examples)
- Support nested usage
- Support enums
- Better MacOS support
2.3.0
New Changes
- Update to WebUI 2.3.0
- License changed from
GPLv2
to 'MIT'. Thanks to @xD0135
- The core APIs is completely changed from
Mongoose
to civetweb
. Thanks to @xD0135
- Kiosk mode support.
- UI responses resolving using IDs instead of first received (WebUI-JS-Bridge)
2.1.1
Merge pull request #4 from malisipi/v2.1.1
Update `WebUI Library 2.1.1`
2.0.4
Fix variable declaration.