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 leaksHDChandles on Windows. This also improves the resizing speed on undecorated windows
2.11.3
Jun 17, 2026
Bug Fixes
f1fe2d683(#15504 by @Legend-Master) Fixcookies_for_urlcan cause deadlocks if called with another windowing/webview method056069ad0(#15502 by @bclarke123) Fix aRefCellBorrowMutErrorpanic on mobile: theResumed/Suspendedevent branch held awindowsborrow across the window-event handlers and theRunEventcallback, 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 whenautocomplete="off"is specified on input elements. On Linux, macOS, iOS, and Android, this option is currently unsupported and performs no operation.b27be063f(#14925) Addeval_with_callbackto the Tauri webview APIs and runtime dispatch layers.cc5c97602(#14486) TriggerRunEvent::Openedon Android.eb0312ea9(#15199) Propagates theEvent::SuspendedandEvent::Resumedevents fromtaowhen 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 toon_new_windowno longer requiresSync, 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
c1d82eb3a(#14628 by @KushalMeghani1644) On Linux, keep the WebContext alive to prevent zombie WebKit processes after repeatedly closing all windows and re-opening them.9b242e40c(#14700 by @mewi99) Fix compilation errors when targeting BSD.
Dependencies
- Upgraded to
tauri-utils@2.8.2 - Upgraded to
tauri-runtime@2.10.0 75057c7c0(#14778 by @FabianLars) Breaking Change forwith_webviewusers: Updated webkit2gtk-rs crates tov2.0.2.75057c7c0(#14778 by @FabianLars) Update wry tov0.54.
2.9.x
2.9.3
Dec 9, 2025
Bug Fixes
251203b89(#14637 by @Legend-Master) FixMonitor::work_areareturns logical position and size inside thePhysicalRecton Linux
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
4b6b8690a(#14347 by @FabianLars) Fixed an issue that caused docs.rs builds to fail. No user facing changes.
Dependencies
- Upgraded to
tauri-runtime@2.9.1
2.9.0
Oct 20, 2025
New Features
f5851ee00(#14089) Adds thescroll_bar_styleoption 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 toabout:blanksoon_new_windowdoes not give a warning on first navigation on macOS.
2.8.0
Aug 18, 2025
New Features
68874c68c(#13564 by @robertrpf) Add window focusable attribute and set_focusable API.22d6bcacb(#14008 by @WSH032) ImplementApp::set_device_event_filterforAppHandlealso.33d0b3f0c(#13876 by @thlstsul) AddedWebviewBuilder::on_document_title_changedandWebviewWindowBuilder::on_document_title_changed.33d0b3f0c(#13876 by @thlstsul) AddedWebviewBuilder::on_new_windowandWebviewWindowBuilder::on_new_window.dfadcb764(#13661 by @WSH032) AddedWebviewDispatch::set_cookie()andWebviewDispatch::delete_cookie().5110a762e(#13830 by @Sky-walkerX) AddedWindow::set_simple_fullscreen.
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_CORRUPTION196ace3c0(#13970 by @Legend-Master) Returntauri_runtime::Error::CreateWindowinstead 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
3025d9095(#13822 by @clearlysid) Makes some methods onWindowIdStore,WindowsStoreandWindowWrapperpublic
Dependencies
- Upgraded to
tauri-utils@2.6.0 - Upgraded to
tauri-runtime@2.7.1
2.7.1
Jun 27, 2025
Bug Fixes
f010ca5e9(#13719 by @FabianLars) Fixed a compile error when using tauri without thecommon-controls-v6feature enabled.
2.7.0
Jun 24, 2025
New Features
9c16eefa3(#13629 by @sftse) Addedx11Cargo 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 thex11feature 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
f0662e41f(#13365 by @lucasfernog) Fix monitor check on the window prevent overflow implementation.4acae1ec0(#13443 by @Legend-Master) FixAppHandle::set_themecrashes or has no effect on macOS if not ran on main thread78d15e892(#13558 by @Legend-Master) Allow web fullscreen APIs to work on Windows (e.g.video.requestFullscreenanddocument.exitFullscreen)
Dependencies
2.6.x
2.6.0
Apr 15, 2025
New Features
-
dd4f13ce4(#13185) MacOS: Addset_dock_visibilitymethod to support setting the visibility of the application in the dock. -
ea36294cb(#13208) AddedWebviewAttributes::input_accessory_view_builderon 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) AddpreventOverflowconfig option to prevent the window from overflowing the monitor size on creation
Bug Fixes
07953fb9c(#13222) EmitWindowEvent::Focusedevents when using the multiwebview (unstable feature flag) mode on Windows.
Dependencies
Full Changelog
tauri-runtime-wry full changelog
Version List
- v2.11.4 Jun 30, 2026
- v2.11.3 Jun 17, 2026
- v2.11.2 May 16, 2026
- v2.11.1 May 6, 2026
- v2.11.0 Apr 30, 2026
- v2.10.1 Mar 4, 2026
- v2.10.0 Feb 2, 2026
- v2.9.3 Dec 9, 2025
- v2.9.2 Nov 30, 2025
- v2.9.1 Oct 22, 2025
- v2.9.0 Oct 20, 2025
- v2.8.1 Aug 25, 2025
- v2.8.0 Aug 18, 2025
- v2.7.2 Jul 20, 2025
- v2.7.1 Jun 27, 2025
- v2.7.0 Jun 24, 2025
- v2.6.0 Apr 15, 2025
- v2.5.1 Apr 1, 2025
- v2.5.0 Mar 20, 2025
- v2.4.1 Feb 28, 2025
- v2.4.0 Feb 26, 2025
- v2.3.0 Jan 2, 2025
- v2.2.0 Nov 9, 2024
- v2.1.2 Oct 20, 2024
- v2.1.1 Oct 15, 2024
- v2.1.0 Oct 12, 2024
- v2.0.1 Oct 3, 2024
- v2.0.0 Oct 2, 2024
- v2.0.0-rc.14 Sep 27, 2024
- v2.0.0-rc.13 Sep 17, 2024
- v2.0.0-rc.12 Sep 15, 2024
- v2.0.0-rc.11 Sep 15, 2024
- v2.0.0-rc.10 Sep 10, 2024
- v2.0.0-rc.9 Sep 5, 2024
- v2.0.0-rc.8 Sep 4, 2024
- v2.0.0-rc.7 Aug 28, 2024
- v2.0.0-rc.6 Aug 22, 2024
- v2.0.0-rc.5 Aug 20, 2024
- v2.0.0-rc.4 Aug 20, 2024
- v2.0.0-rc.3 Aug 17, 2024
- v2.0.0-rc.2 Aug 9, 2024
- v2.0.0-rc.1 Aug 7, 2024
- v2.0.0-rc.0 Aug 2, 2024
- v2.0.0-beta.21 Jul 29, 2024
- v2.0.0-beta.20 Jul 12, 2024
- v2.0.0-beta.19 Jul 2, 2024
- v2.0.0-beta.18 May 29, 2024
- v2.0.0-beta.17 May 23, 2024
- v2.0.0-beta.16 May 9, 2024
- v2.0.0-beta.15 May 6, 2024
- v2.0.0-beta.14 Apr 30, 2024
- v2.0.0-beta.13 Apr 22, 2024
- v2.0.0-beta.12 Apr 15, 2024
- v2.0.0-beta.11 Apr 2, 2024
- v2.0.0-beta.10 Mar 18, 2024
- v2.0.0-beta.9 Mar 11, 2024
- v2.0.0-beta.8 Mar 7, 2024
- v2.0.0-beta.7 Mar 6, 2024
- v2.0.0-beta.6 Feb 29, 2024
- v2.0.0-beta.5 Feb 27, 2024
- v2.0.0-beta.4 Feb 22, 2024
- v2.0.0-beta.3 Feb 21, 2024
- v2.0.0-beta.2 Feb 19, 2024
- v2.0.0-beta.1 Feb 4, 2024
- v2.0.0-beta.0 Feb 3, 2024
- v1.0.0-alpha.9 Jan 16, 2024
- v1.0.0-alpha.8 Dec 19, 2023
- v1.0.0-alpha.7 Dec 19, 2023
- v1.0.0-alpha.6 Nov 20, 2023
- v1.0.0-alpha.5 Oct 28, 2023
- v1.0.0-alpha.4 Oct 19, 2023
- v1.0.0-alpha.3 Oct 8, 2023
- v1.0.0-alpha.2 Sep 11, 2023
- v1.0.0-alpha.1 Sep 6, 2023
- v1.0.0-alpha.0 Aug 14, 2023
- v0.14.5 Feb 28, 2024
- v0.14.4 Feb 18, 2024
- v0.14.3 Dec 20, 2023
- v0.14.2 Dec 1, 2023
- v0.14.1 Sep 28, 2023
- v0.14.0 Jun 14, 2023
- v0.13.0 May 3, 2023
- v0.13.0-alpha.6 Jun 17, 2023
- v0.13.0-alpha.5 May 18, 2023
- v0.13.0-alpha.4 Apr 10, 2023
- v0.13.0-alpha.3 Apr 3, 2023
- v0.13.0-alpha.2 Mar 20, 2023
- v0.13.0-alpha.1 Feb 2, 2023
- v0.13.0-alpha.0 Dec 9, 2022
- v0.12.3 May 3, 2023
- v0.12.2 Dec 8, 2022
- v0.12.1 Nov 24, 2022
- v0.12.0 Nov 8, 2022
- v0.11.2 May 3, 2023
- v0.11.1 Sep 16, 2022
- v0.11.0 Sep 15, 2022
- v0.10.3 May 3, 2023
- v0.10.2 Jul 6, 2022
- v0.10.1 Jun 30, 2022
- v0.10.0 Jun 29, 2022
- v0.9.0 Jun 16, 2022
- v0.8.1 Jun 15, 2022
- v0.8.0 Jun 15, 2022
- v0.7.0 Jun 14, 2022
- v0.6.0 May 24, 2022
- v0.5.2 May 18, 2022
- v0.5.1 May 10, 2022
- v0.5.0 May 7, 2022
- v0.4.0 Apr 26, 2022
- v0.3.5 Mar 29, 2022
- v0.3.4 Mar 28, 2022
- v0.3.3 Mar 7, 2022
- v0.3.2 Feb 18, 2022
- v0.3.1 Feb 12, 2022
- v0.3.0 Feb 10, 2022
- v0.2.1 Aug 23, 2021
- v0.2.0 Aug 16, 2021
- v0.1.4 Jul 16, 2021
- v0.1.3 Jun 28, 2021
- v0.1.2 Jun 23, 2021
- v0.1.1 May 12, 2021
- v0.1.0 May 11, 2021
© 2026 Tauri Contributors. CC-BY / MIT