Skip to content

tauri-runtime-wry@1.0.0-alpha.0

Aug 14, 2023
  • Upgraded to tauri-runtime@1.0.0-alpha.0
  • Upgraded to tauri-utils@2.0.0-alpha.7
  • fbeb5b91(#7170) Removed the linux-headers feature (now always enabled) and added linux-protocol-body.
  • 7fb419c3(#7535) Dispatch::create_window, Runtime::create_window and RuntimeHandle::create_window has been changed to accept a 3rd parameter which is a closure that takes RawWindow and to be executed right after the window is created and before the webview is added to the window.
  • 7fb419c3(#7535) System tray and menu related APIs and structs have all been removed and are now implemented in tauri outside of the runtime-space.
  • 7fb419c3(#7535) Runtime::new and Runtime::new_any_thread now accept a RuntimeInitArgs.
  • 7fb419c3(#7535) Removed system-tray feature flag

© 2026 Tauri Contributors. CC-BY / MIT