Aller au contenu
Tauri

tauri@2.8.0

Ce contenu n’est pas encore disponible dans votre langue.

  • 7261a1436 (#14012 by @WSH032) Implemented Webview::on_webview_event for WebviewWindow as well

  • 0e6b5cbe5 (#14009 by @WSH032) re-export PixelUnit, PhysicalUnit, LogicalUnit

  • a3dc42477 (#14013 by @WSH032) export TitleBarStyle for all platforms.

  • f1232671a (#13959 by @petersamokhin) Introduce with_inner_tray_icon for Tauri TrayIcon to access the inner platform-specific tray icon.

    Note that tray-icon crate may be updated in minor releases of Tauri. Therefore, it’s recommended to pin Tauri to at least a minor version when you’re using with_inner_tray_icon.

  • 72b4226ee (#13809 by @Beanow) Reduced Debug format size for binary buffers.

  • 21ebc6e82 (#14007 by @WSH032) Changed the parameter type of AppHandle::remove_plugin from &'static str to &str.

  • 5ba1c3faa (#13722 by @s00d) Added icon (icon and nativeIcon) support for Submenu:

    • In the Rust API (tauri), you can now set an icon for submenus via the builder and dedicated methods.
    • In the JS/TS API (@tauri-apps/api), SubmenuOptions now has an icon field, and the Submenu class provides setIcon and setNativeIcon methods.
    • Usage examples are added to the documentation and demo app.

    This is a backwards-compatible feature. Submenus can now display icons just like regular menu items.

  • Upgraded to tauri-utils@2.7.0
  • Upgraded to tauri-runtime-wry@2.8.0
  • Upgraded to tauri-runtime@2.8.0
  • Upgraded to tauri-macros@2.3.3
  • Upgraded to tauri-build@2.3.2

© 2025 Tauri Contributors. CC-BY / MIT