Skip to content

tauri-runtime@0.3.4

Mar 28, 2022
  • Added close_devtools and is_devtools_open APIs to the Dispatch trait.
  • Breaking change: The MenuItem::About variant is now associated with a tuple value (String, AboutMetadata).
    • 5fb74332 chore(deps): update wry to 0.14, tao to 0.7 (#3790) on 2022-03-28
  • Support window parenting on macOS
  • The file drop event is now part of the WindowEvent enum instead of a having a dedicated handler.
  • Breaking change: Use the dedicated WindowEvent enum on RunEvent.
    • edad9f4f refactor(core): add RunEvent::WindowEvent (#3793) on 2022-03-28
  • Added create_proxy to the Runtime and RuntimeHandle traits.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Force Error boxed errors to be Sync.
    • da1e8793 feat(core): improve and cleanup the Error enum (#3748) on 2022-03-22
  • Breaking change: Move the FileDropEvent struct to the window module.
  • Allow specifying a user event type for the event loop message.
    • 5d538ec2 refactor(core): use the event loop proxy to send updater events (#3687) on 2022-03-15
  • Added the WindowEvent::FileDrop variant.

© 2026 Tauri Contributors. CC-BY / MIT