Skip to content

Apply Version Updates From Current Changes#15041

Merged
lucasfernog merged 1 commit into
devfrom
release/version-updates
Apr 30, 2026
Merged

Apply Version Updates From Current Changes#15041
lucasfernog merged 1 commit into
devfrom
release/version-updates

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

Version Updates

Merging this PR will release new versions of the following packages based on your change files.

@tauri-apps/api

[2.11.0]

New Features

tauri-utils

[2.9.0]

New Features

  • 001c8fe (feat(webview2): add option to disable browser-level autofill on Windows #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.

  • 926a57b (feat(windows): NSIS uninstaller icon and header image support #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.
  • 093e2b4 (feat(mobile): multi-window support #14484) Support creating multiple windows on Android (activity embedding) and iOS (scenes).

Dependencies

tauri-macos-sign

[2.3.4]

Enhancements

tauri-bundler

[2.9.0]

New Features

Enhancements

Bug Fixes

What's Changed

Dependencies

tauri-runtime

[2.11.0]

New Features

Dependencies

  • Upgraded to tauri-utils@2.9.0

tauri-runtime-wry

[2.11.0]

New Features

Bug Fixes

What's Changed

Dependencies

  • Upgraded to tauri-runtime@2.11.0
  • Upgraded to tauri-utils@2.9.0

tauri-codegen

[2.6.0]

Dependencies

  • Upgraded to tauri-utils@2.9.0
  • df05c00 Upgraded to tauri-utils@2.9.0

tauri-macros

[2.6.0]

New Features

Dependencies

  • Upgraded to tauri-utils@2.9.0
  • Upgraded to tauri-codegen@2.6.0

tauri-plugin

[2.6.0]

New Features

Dependencies

  • Upgraded to tauri-utils@2.9.0

tauri-build

[2.6.0]

New Features

Enhancements

Bug Fixes

Dependencies

  • Upgraded to tauri-utils@2.9.0
  • Upgraded to tauri-codegen@2.6.0

tauri

[2.11.0]

New Features

Enhancements

Bug Fixes

What's Changed

Dependencies

@tauri-apps/cli

[2.11.0]

New Features

  • 926a57b (feat(windows): NSIS uninstaller icon and header image support #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.
  • 764b913 (feat(cli): restart Android emulator if it is disconnected from adb #14313) Prompt to restart the Android emulator if it is not connected to adb.

  • 5dc2cee (fea(wix): add minimum webview2 version support #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

Enhancements

Bug Fixes

What's Changed

Dependencies

  • Upgraded to tauri-cli@2.11.0

tauri-cli

[2.11.0]

New Features

Enhancements

Bug Fixes

What's Changed

Dependencies

  • Upgraded to tauri-macos-sign@2.3.4
  • Upgraded to tauri-bundler@2.9.0
  • Upgraded to tauri-utils@2.9.0

@github-actions github-actions Bot requested a review from a team as a code owner March 5, 2026 03:56
@github-actions github-actions Bot force-pushed the release/version-updates branch 9 times, most recently from 7c1af90 to 542b2ca Compare March 13, 2026 12:31
@github-actions github-actions Bot force-pushed the release/version-updates branch 9 times, most recently from 86d3968 to a3ccfa8 Compare March 21, 2026 02:52
@github-actions github-actions Bot force-pushed the release/version-updates branch from a3ccfa8 to a1e29c5 Compare March 23, 2026 17:20
@Legend-Master Legend-Master added this to the 2.11 milestone Mar 24, 2026
@github-actions github-actions Bot force-pushed the release/version-updates branch 8 times, most recently from cebad59 to f9aa703 Compare March 28, 2026 00:35
@github-actions github-actions Bot force-pushed the release/version-updates branch 10 times, most recently from 393dc47 to 6742f65 Compare April 23, 2026 17:09
@github-actions github-actions Bot force-pushed the release/version-updates branch 17 times, most recently from 0b7039b to b6fe5ad Compare April 30, 2026 12:49

@leandro4979-hub leandro4979-hub left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pnpm install
pnpm tauri dev # development
pnpm tauri build # production bundle

@leandro4979-hub

Copy link
Copy Markdown

pnpm install
pnpm tauri dev # development
pnpm tauri build # production bundle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants