Skip to content

v1.0.2

Latest

Choose a tag to compare

@doceazedo doceazedo released this 14 Jan 23:31

What's Changed

  • πŸͺŸ Fix WebView2 permission error (#63) β€” The new user_data_directory property 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_started and page_load_finished signals 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 the load_url() method.
  • Minor bug fixes and improvements...

New Contributors

Full Changelog: v1.0.1...v1.0.2