Skip to content

tauri-runtime-wry@0.13.0

May 3, 2023
  • Added the additional_browser_args option when creating a window.
    • 3dc38b15 feat(core): expose additional_browser_args to window config (fix: #5757) (#5799) on 2022-12-14
  • Added the content_protected option when creating a window and Window::set_content_protected to change it at runtime.
  • Added Builder::device_event_filter and App::set_device_event_filter methods.
    • 73fd60ee expose set_device_event_filter in tauri (#5562) on 2022-12-13
  • Fixes tray events not being delivered.
    • 138cb8d7 fix(tauri-runtime-wry): tray event listener not registered (#6270) on 2023-02-14
  • Add is_minimized() window method.
  • Disable cursor mouse events on Linux.
    • 8c842a54 feature: disable mouse event when building windows on Linux, closes #5913 (#6025) on 2023-01-16
  • Bump minimum supported Rust version to 1.60.
    • 5fdc616d feat: Use the zbus-backed of notify-rust (#6332) on 2023-03-31
  • Pin raw-window-handle to 0.5.0 to keep MSRV.
    • c46c09f3 fix(deps): pin raw-window-handle to 0.5.0 (#6480) on 2023-03-17
  • Add title getter on window.
  • Added TrayHandle::set_tooltip and SystemTray::with_tooltip.
    • 2265e097 feat(windows): implement with_tooltip (#5938) on 2023-01-01
  • Added window's url() getter.
  • On Windows, change webview theme based on Window theme for more accurate prefers-color-scheme support.
    • 7a8d570d fix: sync webview theme with window theme on Windows, closes #5802 (#5874) on 2022-12-27
  • On Windows, Fix missing WindowEvent::Focused in App::run callback.
    • ff4ea1ea fix: dispatch focus event to app.run on Windows, closes #6460 (#6504) on 2023-03-31
  • Implement the webview navigation handler.
    • 3f35b452 Expose wry navigation_handler via WindowBuilder closes #4080 (#5686) on 2022-12-27

© 2026 Tauri Contributors. CC-BY / MIT