tauri-runtime-wry@0.3.4
Mar 28, 2022
- Added
close_devtoolsandis_devtools_openAPIs to theDispatchtrait. - Emit
RunEvent::Exitontao::event::Event::LoopDestroyedinstead of afterRunEvent::ExitRequested. - Breaking change: The
MenuItem::Aboutvariant is now associated with a tuple value(String, AboutMetadata). - Support window parenting on macOS
- The file drop event is now part of the
WindowEventenum instead of a having a dedicated handler. - Breaking change: Use the dedicated
WindowEventenum onRunEvent. - Added
create_proxyto theRuntimeandRuntimeHandletraits. - Allow specifying a user event type for the event loop message.
- Use a random window id instead of
tao::window::WindowIdto not block the thread waiting for the event loop to process the window creation. - Update
wryto0.14andtaoto0.7. - Added the
WindowEvent::FileDropvariant.
© 2026 Tauri Contributors. CC-BY / MIT