tauri-runtime-wry@0.12.0
Nov 8, 2022
- Add
accept_first_mouseoption for macOS windows. - Disable automatic window tabbing on macOS when the
tabbing_identifieroption is not defined, the window is transparent or does not have decorations. - Drop the WebContext when the WebView is dropped.
- Readd the option to create an unfocused window via the
focusedmethod. Thefocusfunction has been deprecated. - Add
hidden_titleoption for macOS windows. - Custom protocol headers are now implemented on Linux when running on webkit2gtk 2.36 or above.
- Added
Runtime::show(),RuntimeHandle::show(),Runtime::hide(),RuntimeHandle::hide()for hiding/showing the entire application on macOS. - Fix regression in
SystemTray::with_menu_on_left_click - Added
tabbing_identifierto the window builder on macOS. - Add
title_bar_styleoption for macOS windows. - Fix regression introduce in tauri@1.1 which prevented removing tray icon when the app exits on Windows.
- Added methods to set the system tray title on macOS.
- Added the
user_agentoption when creating a window.
© 2026 Tauri Contributors. CC-BY / MIT