Releases: yue/yue
Releases · yue/yue
Yue v0.15.6
Changelog
- Fix dark mode not working on Windows.
- Fix button stuck in pressed state after clicking on Windows.
Yue v0.15.5
Changelog
- Fix views drawing out of bounds on macOS 14 and later when built with newer SDKs.
- Fix missing
Event.getMouseLocation
API in language bindings.
Yue v0.15.4
Changelog
- Fix missing
MessageBox.onResponse
event in JavaScript bindings.
Yue v0.15.3
Changelog
- Fix crash on exit when using custom protocol of
Browser
on Linux.
Yue v0.15.2
Changelog
- Fix wrong SDK version in source tarball's CMakeLists.txt file.
Yue v0.15.1
Changelog
- Implement
Browser::RegisterProtocol
API for WebView2 backend.
Yue v0.15.0
Changelog
- Update
base
library to latest (Mar 2024).
Yue v0.14.1
Changelog
- Add
MessageLoop::SetTimer
API.
Yue v0.14.0
Changelog
- Update
base
library to latest (Aug 2023).
Yue v0.13.14
Changelog
- Add
Image::Clear
API.