Skip to content

tauri-runtime-wry@0.12.0

Nov 8, 2022
  • Add accept_first_mouse option for macOS windows.
    • 95f467ad feat(core): add window accept_first_mouse option, closes #5347 (#5374) on 2022-10-17
  • Disable automatic window tabbing on macOS when the tabbing_identifier option is not defined, the window is transparent or does not have decorations.
  • Drop the WebContext when the WebView is dropped.
    • 9d8b3774 feat(tauri-runtime-wry): drop the WebContext on WebView drop (#5240) on 2022-10-19
  • Readd the option to create an unfocused window via the focused method. The focus function has been deprecated.
    • 4036e15f feat(core): reimplement window initial focus flag, closes #5120 (#5338) on 2022-10-08
  • Add hidden_title option for macOS windows.
    • 321f3fed feat(macos): title_bar_style and hidden_title window options, closes #2663 (#3965) on 2022-09-30
  • Custom protocol headers are now implemented on Linux when running on webkit2gtk 2.36 or above.
    • 357480f4 feat(core): custom protocol headers on Linux, closes #4496 (#5421) on 2022-10-17
  • Added Runtime::show(), RuntimeHandle::show(), Runtime::hide(), RuntimeHandle::hide() for hiding/showing the entire application on macOS.
    • 39bf895b feat(macOS): Add application show and hide methods (#3689) on 2022-10-03
  • Fix regression in SystemTray::with_menu_on_left_click
    • f8a3becb feat(core): add option to disable tray menu on left click, closes #4584 (#4587) on 2022-07-05
    • 7bbf167c Apply Version Updates From Current Changes (#4560) on 2022-07-06
    • 63011ca8 fix(macos): fix regression in with_menu_on_left_click, closes #5220 (#5235) on 2022-09-30
  • Added tabbing_identifier to the window builder on macOS.
  • Add title_bar_style option for macOS windows.
    • 321f3fed feat(macos): title_bar_style and hidden_title window options, closes #2663 (#3965) on 2022-09-30
  • Fix regression introduce in tauri@1.1 which prevented removing tray icon when the app exits on Windows.
    • f756cd5e fix(core): wait for tray cleanup before exiting app, closes #5244 (#5245) on 2022-10-04
  • Added methods to set the system tray title on macOS.
    • 8f1ace77 feat: expose set_title for MacOS tray (#5182) on 2022-09-30
  • Added the user_agent option when creating a window.
    • a6c94119 feat(core): expose user_agent to window config (#5317) on 2022-10-02

© 2026 Tauri Contributors. CC-BY / MIT