Skip to content

tauri-runtime-wry

The Wry-based runtime for Tauri.

2.11.x

2.11.4

Jun 30, 2026
Bug Fixes
  • ba865f2ef (#15614 by @Legend-Master) Fix getting the DPI internally leaks HDC handles on Windows. This also improves the resizing speed on undecorated windows

2.11.3

Jun 17, 2026
Bug Fixes
  • f1fe2d683 (#15504 by @Legend-Master) Fix cookies_for_url can cause deadlocks if called with another windowing/webview method
  • 056069ad0 (#15502 by @bclarke123) Fix a RefCell BorrowMutError panic on mobile: the Resumed/Suspended event branch held a windows borrow across the window-event handlers and the RunEvent callback, so any of them that created or closed a window (e.g. from a resume/suspend handler) panicked.
Dependencies
  • Upgraded to tauri-utils@2.9.3
  • Upgraded to tauri-runtime@2.11.3

2.11.2

May 16, 2026
Dependencies
  • Upgraded to tauri-utils@2.9.2
  • Upgraded to tauri-runtime@2.11.2

2.11.1

May 6, 2026
Dependencies
  • Upgraded to tauri-utils@2.9.1
  • Upgraded to tauri-runtime@2.11.1

2.11.0

Apr 30, 2026
New Features
  • 001c8fe3d (#14722) Add a WebView option to control browser-level general autofill behavior. This option does not disable password or credit card autofill. On Windows (WebView2), setting it to true disables the general autofill "Suggestions" UI, which may appear even when autocomplete="off" is specified on input elements. On Linux, macOS, iOS, and Android, this option is currently unsupported and performs no operation.
  • b27be063f (#14925) Add eval_with_callback to the Tauri webview APIs and runtime dispatch layers.
  • cc5c97602 (#14486) Trigger RunEvent::Opened on Android.
  • eb0312ea9 (#15199) Propagates the Event::Suspended and Event::Resumed events from tao when they are emitted on mobile targets.
  • 093e2b47c (#14484) Support creating multiple windows on Android (activity embedding) and iOS (scenes).
  • 1063c48c5 (#14523) Add handler for web content process termination on macOS and iOS.
Bug Fixes
  • 110336c88 (#15250) Fix initial window position when positioning it to another monitor.
  • 9808236eb (#14655) Fix monitor work area Y position on macOS.
What's Changed
  • d34497ef1 (#14862) The new window handler passed to on_new_window no longer requires Sync, and runs on main thread on Windows, aligning with other platforms
Dependencies
  • Upgraded to tauri-runtime@2.11.0
  • Upgraded to tauri-utils@2.9.0

2.10.x

2.10.1

Mar 4, 2026
Dependencies
  • Upgraded to tauri-utils@2.8.3
  • Upgraded to tauri-runtime@2.10.1

2.10.0

Feb 2, 2026
Bug Fixes
Dependencies

2.9.x

2.9.3

Dec 9, 2025
Bug Fixes

2.9.2

Nov 30, 2025
Dependencies
  • Upgraded to tauri-utils@2.8.1
  • Upgraded to tauri-runtime@2.9.2

2.9.1

Oct 22, 2025
Bug Fixes
Dependencies
  • Upgraded to tauri-runtime@2.9.1

2.9.0

Oct 20, 2025
New Features
  • f5851ee00 (#14089) Adds the scroll_bar_style option to the Webview and WebviewWindow builders. The possible values for this option are gated behind conditional compilation flags, and will need to be applied using conditional compilation if customised.
Bug Fixes
  • 684791efa (#14276) Always try to create macOS WebKit webview, even if webkit runtime doesn't get detected correctly
Dependencies
  • Upgraded to tauri-utils@2.8.0
  • Upgraded to tauri-runtime@2.9.0

2.8.x

2.8.1

Aug 25, 2025
Bug Fixes
  • 03e7c1193 (#14080 by @lucasfernog) Ignore initial navigation to about:blank so on_new_window does not give a warning on first navigation on macOS.

2.8.0

Aug 18, 2025
New Features
Bug Fixes
  • 82e264552 (#13968 by @s5bug) Use WM_NCDESTROY instead of WM_DESTROY to free window userdata, fixing a double-free occurring in the Windows resizing handler for undecorated windows which caused STATUS_HEAP_CORRUPTION
  • 196ace3c0 (#13970 by @Legend-Master) Return tauri_runtime::Error::CreateWindow instead of panic on window creation failed
Dependencies
  • Upgraded to tauri-utils@2.7.0
  • Upgraded to tauri-runtime@2.8.0

2.7.x

2.7.2

Jul 20, 2025
What's Changed
Dependencies
  • Upgraded to tauri-utils@2.6.0
  • Upgraded to tauri-runtime@2.7.1

2.7.1

Jun 27, 2025
Bug Fixes

2.7.0

Jun 24, 2025
New Features
  • 9c16eefa3 (#13629 by @sftse) Added x11 Cargo feature (enabled by default). Disabling it is useful for apps that only support Wayland, reducing its size. NOTE: When manually disabling tauri default features, you must enable the x11 feature to support it.
Enhancements
  • 96ecfca42 (#13406 by @amrbashir) Check if the webview runtime is accessible when creating a webview, returning an error if it doesn't.
Bug Fixes
Dependencies
  • Upgraded to tauri-utils@2.5.0
  • Upgraded to tauri-runtime@2.7.0
  • 9c16eefa3 (#13629 by @sftse) Updated tao to 0.34, wry to 0.52 and webview2-com to 0.38.

2.6.x

2.6.0

Apr 15, 2025
New Features
  • dd4f13ce4 (#13185) MacOS: Add set_dock_visibility method to support setting the visibility of the application in the dock.

  • ea36294cb (#13208) Added WebviewAttributes::input_accessory_view_builder on iOS.

  • c1cd0a2dd (#13090) macOS/iOS: add option to disable or enable link previews when building a webview (the webkit api has it enabled by default)

    • WebViewBuilder.allow_link_preview(allow_link_preview: bool)
    • WebviewWindowBuilder.allow_link_preview(allow_link_preview: bool)
  • b072e2b29 (#9687) Add preventOverflow config option to prevent the window from overflowing the monitor size on creation

Bug Fixes
  • 07953fb9c (#13222) Emit WindowEvent::Focused events when using the multiwebview (unstable feature flag) mode on Windows.
Dependencies

Full Changelog

tauri-runtime-wry full changelog

Version List


© 2026 Tauri Contributors. CC-BY / MIT