Skip to content

tauri-runtime-wry@0.5.0

May 7, 2022
  • The file drop event payloads are now percent-decoded.
    • a0ecd81a fix(core): percent decode file drop payloads, closes #4034 (#4035) on 2022-05-03
  • Fixes a crash when using the menu with the inspector window focused on macOS. In this case the window_id will be the id of the first app window.
    • 891eb748 fix(tauri-runtime-wry): menu even panic on macOS inspector, closes #3875 (#4027) on 2022-05-02
  • Fixes a freeze when calling set_size in the main thread on Windows.
    • 8f259f4e fix(core): use EventLoopProxy to prevent set_size freeze closes #3990 (#4014) on 2022-04-30
  • Expose methods to access the underlying native handles of the webview.
    • c82b4761 feat(core): expose with_webview API to access the platform webview (#4058) on 2022-05-04

© 2026 Tauri Contributors. CC-BY / MIT