Skip to content

tauri-runtime@2.5.0

Mar 20, 2025
  • be2e6b85f (#12944 by @Simon-Laux) add Window.is_always_on_top() and WebviewWindow.is_always_on_top()

  • 658e5f5d1 (#12668 by @thomaseizinger) Add App::run_return function. Contrary to App::run, this will not exit the process but instead return the requested exit-code. This allows the host app to perform further cleanup after Tauri has exited. App::run_return is not available on iOS and fallbacks to the regular App::run functionality.

    The App::run_iteration function is deprecated as part of this because calling it in a loop - as suggested by the name - will cause a busy-loop.

  • 30f5a1553 (#12366 by @FabianLars) Added trafficLightPosition window configuration to set the traffic light buttons position on macOS.

  • 30f5a1553 (#12366 by @FabianLars) Added traffic_light_position window builder method to set the traffic light buttons position on macOS.

  • cedb24d49 (#12665 by @charrondev) Added WebviewDispatch::cookies() and WebviewDispatch::cookies_for_url().

  • Upgraded to tauri-utils@2.3.0

© 2026 Tauri Contributors. CC-BY / MIT