Releases: ByteRich/AppPlatform
Releases · ByteRich/AppPlatform
v1.3.0
02 Aug 13:27
Compare
Sorry, something went wrong.
No results found
New features
WebView class:
on_accelerator_key event
on_permission_request event
v1.2.0
31 Jul 12:09
Compare
Sorry, something went wrong.
No results found
New features
WebView class
begin_setup() now accepts WebViewSettings allowing to enable or disable features.
v1.1.0
12 Jul 12:44
Compare
Sorry, something went wrong.
No results found
New features
WebView class
begin_setup() can be called with a native window handle (WindowHandle)
v1.0.1
19 May 17:54
Compare
Sorry, something went wrong.
No results found
Bug fixes
WebView class
invalid assertion in debug mode
v1.0.0
19 May 14:03
Compare
Sorry, something went wrong.
No results found
Version 1.0.0
Breaking changes
Window class
get_inner_size() now returns Vec2u instead of Rect2u that had x and y fields set to zero
on_resize() now accepts Rect2i instead of Rect2u because on multimonitor setup the position may be negative
WebView class
navigate() method that accepted wstring const& now accepts wstring_view (still must be null-terminated, there are asserts for that)
New features
Window class
set_title(), get_title() methods
set_size(), get_size() methods
set_position(), get_position() methods
set_bounds(), get_bounds() methods
WebView class
send_message() and send_message_str() methods
v0.2.0
18 May 00:38
Compare
Sorry, something went wrong.
No results found
New features
Window class:
added is_maximized()
added is_minimized()
Bug fixes
fixed linker error related with the following functions
Window::request_toggle_maximize()
Window::request_minimize()
v0.1.1
17 May 22:35
Compare
Sorry, something went wrong.
No results found
fix: reworked binary downloading
v0.1.0
17 May 22:08
Compare
Sorry, something went wrong.
No results found
chore: test downloading release