跳转到内容
Tauri

tauri-bundler@2.9.0

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

  • 926a57bb0 (#15201) Added uninstaller icon and uninstaller header image support for NSIS installer.

    Notes:

    • For tauri-bundler lib users, the NsisSettings now has 2 new fields uninstaller_icon and uninstaller_header_image which can be a breaking change
    • When bundling with NSIS, users can add uninstallerIcon and uninstallerHeaderImage under bundle > windows > nsis to configure them.
  • cc5c97602 (#14486) Implement file association for Android and iOS.

  • 5a0ca7edb (#14671) Added support to Liquid Glass icons.

  • 5dc2cee60 (#14793) Added support for minimumWebview2Version option support for the MSI (Wix) installer, the old bundle > windows > nsis > minimumWebview2Version is now deprecated in favor of bundle > windows > minimumWebview2Version

    Notes:

    • For anyone relying on the WVRTINSTALLED Property tag in main.wxs, it is now renamed to INSTALLED_WEBVIEW2_VERSION
    • For tauri-bundler lib users, the WindowsSettings now has a new field minimum_webview2_version which can be a breaking change
  • be0e4bd2d (#15218) Added Vietnamese translations for the NSIS installer

  • 1035f12ee (#14923) Signtool path for windows arm systems was not being properly returned which caused failure in signing of windows binaries.

    This patch addresses it.

    Previously only the following were supported:

    • PROCESSOR_ARCHITECTURE_INTEL
    • PROCESSOR_ARCHITECTURE_AMD64

    The following were added:

    • PROCESSOR_ARCHITECTURE_ARM
    • PROCESSOR_ARCHITECTURE_ARM64
  • Upgraded to tauri-macos-sign@2.3.4
  • 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

© 2026 Tauri Contributors. CC-BY / MIT