跳转到内容
Tauri

tauri@2.11.0

此内容尚不支持你的语言。

  • 074299c08 (#14307) Add Bring All to Front predefined menu item type
  • c00a3dbff (#14473) Add support for the rename attribute in the tauri::command macro to allow renaming the command to something other than the function name.
  • a12142a48 (#14357) Add macos support for setting the icon and icon template state in the same step of the main thread, to prevent flickering.
  • 2dd9b15a2 (#15062) Add data-tauri-drag-region="deep" so clicks on non-clickable children will drag as well. Can still opt out of drag on some regions using data-tauri-drag-region="false"
  • 001c8fe3d (#14722) Add a WebView option to control browser-level general autofill behavior. This option does not disable password or credit card autofill. On Windows (WebView2), setting it to true disables the general autofill “Suggestions” UI, which may appear even when autocomplete="off" is specified on input elements. On Linux, macOS, iOS, and Android, this option is currently unsupported and performs no operation.
  • b27be063f (#14925) Add eval_with_callback to the Tauri webview APIs and runtime dispatch layers.
  • d83d2d92b (#14905) Enable track_caller attribute for async_runtime to provide better location information in logs and panics.
  • cc5c97602 (#14486) Implement file association for Android and iOS.
  • cc5c97602 (#14486) Trigger RunEvent::Opened on Android.
  • eb0312ea9 (#15199) Propagates the Event::Suspended and Event::Resumed events from tao when they are emitted on mobile targets.
  • 093e2b47c (#14484) Support creating multiple windows on Android (activity embedding) and iOS (scenes).
  • 093e2b47c (#14484) Added dbus feature flag (enabled by default) which is required for theme detection on Linux.
  • 1063c48c5 (#14523) Add handler for web content process termination on macOS and iOS.
  • d730770bb (#15117) Simplify async-sync code boundaries, no externally visible changes
  • c69d5ca4b (#15262) Remove a clone, no user-facing changes.
  • 4017a7ed7 (#14908) Implement retrieving inner PathBuf from SafePathBuf to ease using APIs that require an owned PathBuf
  • 110336c88 (#15250) Fix initial window position when positioning it to another monitor.
  • 9808236eb (#14655) Fix monitor work area Y position on macOS.
  • d34497ef1 (#14862) The new window handler passed to on_new_window no longer requires Sync, and runs on main thread on Windows, aligning with other platforms
  • Upgraded to tauri-macros@2.6.0
  • Upgraded to tauri-build@2.6.0
  • Upgraded to tauri-runtime@2.11.0
  • Upgraded to tauri-runtime-wry@2.11.0
  • Upgraded to tauri-utils@2.9.0
  • 373b7e677 (#15177) Update Specta in lockfile and upgrade dependencies using the removed doc_auto_cfg attribute to fix errors building documentation
  • a219ede00 (#15203) Updated tray-icon to v0.22

© 2026 Tauri Contributors. CC-BY / MIT