What's Changed
- πͺ Fix WebView2 permission error (#63) β The new
user_data_directoryproperty allows you to choose where the WebView will store it's data, which now defaults to "user://" to fix an issue if the editor/game is installed in "C:/Program Files". - π±οΈ Fix mouse position forwarding (#44) β Mouse events are now forwarded with the correct position on high DPI displays.
- π±οΈ Add mouse wheel forwarding β Scroll events are now properly forwarded to Godot.
- β¨οΈ Add modifier keys forwarding (#60) β Modifier key events are now properly forwarded to Godot.
- π Add page load signals (#64) β New
page_load_startedandpage_load_finishedsignals to track the page loading state. - π¬ Add zoom control (#65) β New
zoom()method to programmatically control webview zoom level. - π Add "res://" support for
load_url()(#67) β "res://" paths now works with theload_url()method. - Minor bug fixes and improvements...
New Contributors
- @mythridium made their first contribution in #60
- @Laurence-042 made their first contribution in #67
- @kroketio made their first contribution in #69
Full Changelog: v1.0.1...v1.0.2