tauri-runtime@0.3.0
Feb 10, 2022
- Replace
WindowBuilder'shas_menuwithget_menu. - The
run_returnAPI is now available on Linux. - Add
Menu::with_itemsconstructor, taking an iterator ofMenuEntry. - Change event loop callbacks definition to allow callers to move in mutable values.
- Added
any_threadconstructor on theRuntimetrait (only possible on Linux and Windows). - Added
run_on_main_threadAPI onRuntimeHandle. - Breaking change: Renamed the
RPCinterface toIPC. - Added
open_devtoolsto theDispatchertrait. - The minimum Rust version is now
1.56. - The window label is now validated and must be alphanumeric, resulting in a panic if it isn't.
- Added
clipboardfield on theWebviewAttributesstruct, which must be set totrueto enable clipboard access on the webview. - Replace all of the
winapicrate references with thewindowscrate, and replacewebview2andwebview2-syswithwebview2-comandwebview2-com-sysbuilt with thewindowscrate. This goes along with updates to the TAO and WRYnextbranches. - Update the
windowscrate to 0.25.0, which comes with pre-built libraries. WRY and Tao can both reference the same types directly from thewindowscrate instead of sharing bindings inwebview2-com-sys.
© 2026 Tauri Contributors. CC-BY / MIT