Skip to content

tauri@2.9.0

Oct 20, 2025
New Features
  • f5851ee00 (#14089) Adds the scroll_bar_style option to the Webview and WebviewWindow builders. The possible values for this option are gated behind conditional compilation flags, and will need to be applied using conditional compilation if customised.
  • 3397fd9bf (#14133) Added mobile app plugin to support exit and back button press event.
  • 68cb31897 (#14328) Added onStop, onDestroy, onRestart, onConfigurationChanged Android plugin hooks.
  • 2e089f6ac (#14148) Support async Swift plugin methods (completionHandler:) in PluginManager
Bug Fixes
  • 006d59283 (#14260) Properly deserialize Android plugin args with key starting with is (previously treated as a getter instead of a field name).
  • 69476d8e2 (#14170) Fix the stack overflow when having too many commands in a single invoke handler in release build
Dependencies
  • Upgraded to tauri-utils@2.8.0
  • Upgraded to tauri-runtime-wry@2.9.0
  • Upgraded to tauri-runtime@2.9.0
  • Upgraded to tauri-build@2.5.0
  • Upgraded to tauri-macros@2.5.0

© 2026 Tauri Contributors. CC-BY / MIT