Releases: yue/yue
Releases · yue/yue
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.
Yue v0.13.13
Changelog
- Add
Window::GetScaleFactor
API. - Add
Window::GetHWND
API. - Add
Checkbox
column type forTable
.
Yue v0.13.12
Changelog
- Add
Image::Resize/ToPNG/ToJPEG
APIs. - Fix filters of
FileDialog
not working on Windows.
Yue v0.13.11
Changelog
- Fix wrong type names of
GlobalShortcut
in TypeScript type definitions.