Skip to content

tauri-runtime@1.0.0-alpha.0

Aug 14, 2023
  • 4db363a0(#6589) Added visible_on_all_workspaces configuration option to WindowBuilder, Window, and WindowConfig.
  • 84c41597(#6394) Added primary_monitor and available_monitors to Runtime and RuntimeHandle.
  • 2a000e15(#7235) Added navigate function to Dispatch trait.
  • 3b98141a(#3736) Added the Opened variant to RunEvent.
  • Upgraded to tauri-utils@2.0.0-alpha.7
  • 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.
  • 3a2c3e74(#7306) The PendingWindow#navigation_handler closure now receives a &Url argument instead of Url.
  • 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