Apply Version Updates From Current Changes #10561
Merged
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-apps/api
[2.0.1-rc.0]
Breaking Changes
WebviewWindow.getAll
,WebviewWindow.getByLabel
,getAllWebviewWindows
,Window.getAll
,Window.getByLabel
,getAllWindows
,Webview.getAll
,Webview.getByLabel
,getAllWebviews
to be async so their return value are synchronized with the state from the Rust side,
meaning new and destroyed windows are reflected.
tauri-utils
[2.0.0-rc.3]
Enhancements
autogenerate_command_permissions
.Bug Fixes
ResourcePaths
iterator returning an unexpected result for mapped resources, for example"../resources/user.json": "resources/user.json"
generates this resourceresources/user.json/user.json
where it should generate justresources/user.json
.Dependencies
tauri-macos-sign
[0.1.1-rc.0]
Bug Fixes
tauri-bundler
[2.0.1-rc.2]
New Features
TAURI_SIGNTOOL_PATH
environment variable for specifying the path to signtool.exe. #10588 by @anatawa12)TAURI_WINDOWS_SIGNTOOL_PATH
environment variable for specifying the path to signtool.exe.Enhancements
APPLE_CERTIFICATE
environment variable when provided, meaning the identity no longer needs to be provided when signing on CI using that option. If the imported certificate name does not match a provided signingIdentity configuration, an error is returned.Bug Fixes
Dependencies
[email protected]
[email protected]
tauri-runtime
[2.0.1-rc.0]
Dependencies
[email protected]
tao
to 0.29 andwry
to 0.42.tauri-runtime-wry
[2.0.1-rc.0]
Dependencies
[email protected]
[email protected]
tao
to 0.29 andwry
to 0.42.tauri-codegen
[2.0.0-rc.3]
Dependencies
[email protected]
tauri-macros
[2.0.0-rc.3]
Dependencies
[email protected]
[email protected]
tauri-plugin
[2.0.0-rc.3]
Dependencies
[email protected]
tauri-build
[2.0.1-rc.0]
New Features
InlinedPlugin::default_permission
to autogenerate the default permission of an inlined plugin.Dependencies
[email protected]
[email protected]
tauri
[2.0.0-rc.3]
Bug Fixes
What's Changed
Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
tao
to 0.29 andwry
to 0.42.Breaking Changes
InvokeResponseBody
for performance reasons.This is only a breaking change if you are directly using types from
tauri::ipc
.@tauri-apps/cli
[2.0.0-rc.4]
New Features
AndroidManifest.xml
in android template to support AndroidTV.Enhancements
--no-fmt
option to theadd
command to skip formatting the code after applying changes.init
command behavior by detecting the project NPM package manager.APPLE_CERTIFICATE
environment variable when provided, meaning the identity no longer needs to be provided when signing on CI using that option. If the imported certificate name does not match a provided signingIdentity configuration, an error is returned.permission add
andadd
commands now check if the plugin is known and if it is either desktop or mobile onlywe add the permission to a target-specific capability.
Bug Fixes
android dev
port forward failing under some conditions, add better logging and error handling.app_dir
(the directory containingpackage.json
) from the current working directory of the command invocation.android dev
not working when using the builtin dev server.bun
.[android|ios] build --config <config>
failing to resolve.ios dev
andios build
support forbun
#10569 by @lucasfernog) Fixes runningios dev
andios build
usingbun
.Cargo.toml
What's Changed
development
todebugging
.Dependencies
[email protected]
tauri-cli
[2.0.0-rc.4]
New Features
AndroidManifest.xml
in android template to support AndroidTV.Enhancements
--no-fmt
option to theadd
command to skip formatting the code after applying changes.init
command behavior by detecting the project NPM package manager.APPLE_CERTIFICATE
environment variable when provided, meaning the identity no longer needs to be provided when signing on CI using that option. If the imported certificate name does not match a provided signingIdentity configuration, an error is returned.permission add
andadd
commands now check if the plugin is known and if it is either desktop or mobile onlywe add the permission to a target-specific capability.
Bug Fixes
android dev
port forward failing under some conditions, add better logging and error handling.app_dir
(the directory containingpackage.json
) from the current working directory of the command invocation.android dev
not working when using the builtin dev server.[android|ios] build --config <config>
failing to resolve.ios dev
andios build
support forbun
#10569 by @lucasfernog) Fixes runningios dev
andios build
usingbun
.Cargo.toml
What's Changed
development
todebugging
.Dependencies
[email protected]
[email protected]
[email protected]