Apply Version Updates From Current Changes#14639
Merged
Merged
Conversation
68f4191 to
1d258c5
Compare
b9da499 to
169be42
Compare
415bf2a to
5892fb9
Compare
1288076 to
3db474c
Compare
ca139f3 to
b889be3
Compare
FabianLars
requested changes
Jan 15, 2026
Member
FabianLars
left a comment
There was a problem hiding this comment.
Careful, this is 2.10 now - want to make it smaller but we really need to get the updater fix out there. meant to do it today but had to move it back to late evening or tomorrow.
b889be3 to
193cee1
Compare
Contributor
|
Also just a note, we want to bump the CLI version to 2.10 as well when we release this to align the versions |
Member
|
right, the binary patching PR should do that for us. |
f49e5fd to
9f13c5f
Compare
c5f5f5a to
64a4f4c
Compare
5ee9351 to
6ab8787
Compare
6ab8787 to
114b0c0
Compare
chippers
pushed a commit
to chippers/tauri
that referenced
this pull request
Mar 3, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
tauri-utils
[2.8.2]
Enhancements
tauri-macos-sign
[2.3.3]
Dependencies
tauri-bundler
[2.8.0]
Enhancements
Bug Fixes
7fca582 (chore(deps): update
nsis_tauri_utilsto 0.5.3 #14830 by @Legend-Master) Updatednsis_tauri_utilsto 0.5.3:CreateProcessWithTokenWto run programs as user, this fixed a problem that the program launched with the previous method can't query its own handleWhat's Changed
Dependencies
tauri-utils@2.8.2tauri-macos-sign@2.3.3tauri-runtime
[2.10.0]
Bug Fixes
Dependencies
tauri-utils@2.8.2with_webviewusers: Updated webkit2gtk-rs crates tov2.0.2.tauri-runtime-wry
[2.10.0]
Bug Fixes
Dependencies
tauri-utils@2.8.2tauri-runtime@2.10.0with_webviewusers: Updated webkit2gtk-rs crates tov2.0.2.v0.54.tauri-codegen
[2.5.3]
Dependencies
tauri-utils@2.8.2tauri-macros
[2.5.3]
Dependencies
tauri-utils@2.8.2tauri-codegen@2.5.3tauri-plugin
[2.5.3]
Dependencies
tauri-utils@2.8.2tauri-build
[2.5.4]
Enhancements
Dependencies
tauri-utils@2.8.2tauri-codegen@2.5.3tauri
[2.10.0]
New Features
e919a76 (feat(webview-window): add set_simple_fullscreen to WebviewWindow #14619 by @NaamuKim) Add
set_simple_fullscreenmethod toWebviewWindow.This method was already available on the
Windowtype and is now also available onWebviewWindowfor consistency. On macOS, it toggles fullscreen mode without creating a new macOS Space. On other platforms, it falls back to regular fullscreen.Bug Fixes
convertFileSrc. Added better error handling and logging for Android external storage access to help diagnose permission and accessibility issues.#[specta(rename = ...)]withtauri::ipc::Channel#14812 by @oscartbeaumont) fix(specta): don't use#[specta(rename = ...)]withtauri::ipc::ChannelWindowConfig::focusto false inDefault::default#14653 by @Legend-Master)WindowConfig::focusis set tofalseinWindowConfig::default()What's Changed
Dependencies
tauri-utils@2.8.2tauri-build@2.5.4tauri-runtime-wry@2.10.0tauri-runtime@2.10.0tauri-macros@2.5.3with_webviewusers: Updated webkit2gtk-rs crates tov2.0.2.v0.54.@tauri-apps/cli
[2.10.0]
Enhancements
f825944 (feat(cli): allow electron to start tauri #13253 by @Armaldio) Allow electron to run the CLI directly
a2abe2e (refactor(cli): simplify
features: Option<Vec<String>>toVec<String>#14607 by @sftse) Simplified internal representation offeatures: Option<Vec<String>>withVec<String>, no user facing changes84b04c4 (fix: fix leftover inconsistent env var in
tauri signer signcommand #14759 by @amrbashir) Added new environment variables fortauri signer signcommand, to align with existing environment variables used intauri build,tauri bundleandtauri signer generateTAURI_SIGNING_PRIVATE_KEYTAURI_SIGNING_PRIVATE_KEY_PATHTAURI_SIGNING_PRIVATE_KEY_PASSWORDThe old environment variables are deprecated and will be removed in a future release.
TAURI_PRIVATE_KEYTAURI_PRIVATE_KEY_PATHTAURI_PRIVATE_KEY_PASSWORDBug Fixes
62aa13a (fix(cli): Android build --apk and --aab flags requiring a value #14629 by @lucasfernog) Fix
android build's--aaband--apkflags requiring a value to be provided.eccff97 (fix(cli): possibly empty associated-domains entitlement #14779 by @lucasfernog) Fix empty associated-domains entitlements when domains are not configured for deep links.
ea31b07 (fix(cli):
inspect's description #14789 by @Legend-Master) Fixed the command description fortauri inspect7fca582 (chore(deps): update
nsis_tauri_utilsto 0.5.3 #14830 by @Legend-Master) Updatednsis_tauri_utilsto 0.5.3:CreateProcessWithTokenWto run programs as user, this fixed a problem that the program launched with the previous method can't query its own handle53611c4 (fix(cli): only watch dependent workspace members #14747 by @Legend-Master) Only watch dependent workspace members when running
tauri devinstead of watching on all members1b0e335 (Fix: Updater signer failed signing file without extension #14713 by @wasuaje)
tauri signer signdoesn't work for files without an extensionWhat's Changed
Dependencies
tauri-cli@2.10.0tauri-cli
[2.10.0]
Enhancements
f825944 (feat(cli): allow electron to start tauri #13253 by @Armaldio) Allow electron to run the CLI directly
2d28e31 (Cleanups #14632 by @sftse) Small code refactors for improved code readability. No user facing changes.
a2abe2e (refactor(cli): simplify
features: Option<Vec<String>>toVec<String>#14607 by @sftse) Simplified internal representation offeatures: Option<Vec<String>>withVec<String>, no user facing changes84b04c4 (fix: fix leftover inconsistent env var in
tauri signer signcommand #14759 by @amrbashir) Added new environment variables fortauri signer signcommand, to align with existing environment variables used intauri build,tauri bundleandtauri signer generateTAURI_SIGNING_PRIVATE_KEYTAURI_SIGNING_PRIVATE_KEY_PATHTAURI_SIGNING_PRIVATE_KEY_PASSWORDThe old environment variables are deprecated and will be removed in a future release.
TAURI_PRIVATE_KEYTAURI_PRIVATE_KEY_PATHTAURI_PRIVATE_KEY_PASSWORDBug Fixes
62aa13a (fix(cli): Android build --apk and --aab flags requiring a value #14629 by @lucasfernog) Fix
android build's--aaband--apkflags requiring a value to be provided.eccff97 (fix(cli): possibly empty associated-domains entitlement #14779 by @lucasfernog) Fix empty associated-domains entitlements when domains are not configured for deep links.
ea31b07 (fix(cli):
inspect's description #14789 by @Legend-Master) Fixed the command description fortauri inspect7fca582 (chore(deps): update
nsis_tauri_utilsto 0.5.3 #14830 by @Legend-Master) Updatednsis_tauri_utilsto 0.5.3:CreateProcessWithTokenWto run programs as user, this fixed a problem that the program launched with the previous method can't query its own handle53611c4 (fix(cli): only watch dependent workspace members #14747 by @Legend-Master) Only watch dependent workspace members when running
tauri devinstead of watching on all members1b0e335 (Fix: Updater signer failed signing file without extension #14713 by @wasuaje)
tauri signer signdoesn't work for files without an extensionWhat's Changed
Dependencies
tauri-utils@2.8.2tauri-macos-sign@2.3.3tauri-bundler@2.8.0