tauri-runtime-wry@0.13.0
May 3, 2023
- Added the
additional_browser_argsoption when creating a window. - Added the
content_protectedoption when creating a window andWindow::set_content_protectedto change it at runtime. - Added
Builder::device_event_filterandApp::set_device_event_filtermethods. - Fixes tray events not being delivered.
- Add
is_minimized()window method. - Disable cursor mouse events on Linux.
- Bump minimum supported Rust version to 1.60.
- Pin raw-window-handle to 0.5.0 to keep MSRV.
- Add
titlegetter on window. - Added
TrayHandle::set_tooltipandSystemTray::with_tooltip. - Added window's
url()getter. - On Windows, change webview theme based on Window theme for more accurate
prefers-color-schemesupport. - On Windows, Fix missing
WindowEvent::FocusedinApp::runcallback. - Implement the webview navigation handler.
© 2026 Tauri Contributors. CC-BY / MIT