tauri-utils@2.9.0
Apr 30, 2026
New Features
Section titled “New Features”-
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 whenautocomplete="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-bundlerlib users, theNsisSettingsnow has 2 new fieldsuninstaller_iconanduninstaller_header_imagewhich can be a breaking change - When bundling with NSIS, users can add
uninstallerIconanduninstallerHeaderImageunderbundle > windows > nsisto configure them.
- For
-
093e2b47c(#14484) Support creating multiple windows on Android (activity embedding) and iOS (scenes).
Dependencies
Section titled “Dependencies”e032c3b34(#14959) Add newhtml-manipulation-2andbuild-2feature flags that usedom_queryinstead ofkuchikikifor HTML parsing / manipulation. This allows downstream users to removekuchikikiand its dependencies from their dependency tree.1ef6a119b(#15115) Changedtomlcrate version from0.9to">=0.9, <=1"
© 2026 Tauri Contributors. CC-BY / MIT