Skip to content

tauri-runtime@2.0.0-beta.0

Feb 3, 2024
  • af610232(#8710) Added Window::destroy to force close a window.
  • c77b4032(#8280) Add multiwebview support behind the unstable feature flag. See WindowBuilder and WebviewBuilder for more information.
  • 00e15675(#8708) Added RuntimeHandle::request_exit function.
  • 95da1a27(#8713) Fix calling set_activation_policy when the event loop is running.
  • 9eaeb5a8(#8622) Added WindowBuilder::transient_for and Renamed WindowBuilder::owner_window to WindowBuilder::owner and WindowBuilder::parent_window to WindowBuilder::parent.
  • 7f033f6d(#8537) Add Window::start_resize_dragging and ResizeDirection enum.
  • 6639a579(#8441) Added the WindowConfig::proxy_url WebviewBuilder::proxy_url() / WebviewWindowBuilder::proxy_url() options when creating a webview.
  • Upgraded to tauri-utils@2.0.0-beta.0
  • 9eaeb5a8(#8622) Changed WindowBuilder::with_config to take a reference to a WindowConfig instead of an owned value.

© 2026 Tauri Contributors. CC-BY / MIT