tauri-runtime@2.5.0
New Features
Section titled “New Features”-
be2e6b85f(#12944 by @Simon-Laux) addWindow.is_always_on_top()andWebviewWindow.is_always_on_top() -
658e5f5d1(#12668 by @thomaseizinger) AddApp::run_returnfunction. Contrary toApp::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_returnis not available on iOS and fallbacks to the regularApp::runfunctionality.The
App::run_iterationfunction 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) AddedtrafficLightPositionwindow configuration to set the traffic light buttons position on macOS. -
30f5a1553(#12366 by @FabianLars) Addedtraffic_light_positionwindow builder method to set the traffic light buttons position on macOS. -
cedb24d49(#12665 by @charrondev) AddedWebviewDispatch::cookies()andWebviewDispatch::cookies_for_url().
Dependencies
Section titled “Dependencies”- Upgraded to
tauri-utils@2.3.0
© 2026 Tauri Contributors. CC-BY / MIT