Skip to content

tauri-utils@2.9.0

Apr 30, 2026
  • 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.

  • 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.
  • 093e2b47c (#14484) Support creating multiple windows on Android (activity embedding) and iOS (scenes).

  • e032c3b34 (#14959) Add new html-manipulation-2 and build-2 feature flags that use dom_query instead of kuchikiki for HTML parsing / manipulation. This allows downstream users to remove kuchikiki and its dependencies from their dependency tree.
  • 1ef6a119b (#15115) Changed toml crate version from 0.9 to ">=0.9, <=1"

© 2026 Tauri Contributors. CC-BY / MIT