Apply Version Updates From Current Changes #10750
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.0-rc.4]
Enhancements
PermissionState
,checkPermissions
andrequestPermissions
base APIs to the core module, designed for plugin authors to extend.Bug Fixes
tauri-utils
[2.0.0-rc.7]
New Features
minimumWebview2Version
for Windows NSIS installer to trigger a webview2 update if the user's webview2 is older than this versionBug Fixes
Breaking Changes
webview_fixed_runtime_path
config option, use thewebview_install_mode
instead.tauri-bundler
[2.0.1-rc.6]
New Features
minimumWebview2Version
for Windows NSIS installer to trigger a webview2 update if the user's webview2 is older than this versionDependencies
[email protected]
Breaking Changes
webview_fixed_runtime_path
config option, use thewebview_install_mode
instead.tauri-runtime
[2.0.0-rc.7]
Dependencies
[email protected]
tauri-runtime-wry
[2.0.0-rc.7]
Dependencies
[email protected]
[email protected]
tauri-codegen
[2.0.0-rc.7]
Bug Fixes
Context
inside a thread #10734 by @chippers) Generate context in a separate thread to prevent a stack overflow.Dependencies
[email protected]
tauri-macros
[2.0.0-rc.6]
Dependencies
[email protected]
[email protected]
tauri-plugin
[2.0.0-rc.7]
Dependencies
[email protected]
tauri-build
[2.0.0-rc.7]
New Features
WindowsAttributes::new_without_app_manifest
to createWindowsAttributes
without the default manifest.Dependencies
[email protected]
[email protected]
tauri
[2.0.0-rc.7]
New Features
DoubleClick
variant forTrayIconEvent
#10786 by @amrbashir) On Windows, Add and emitDoubleClick
variant forTrayIconEvent
.Enhancements
getArgs
andgetRawArgs
methods to the pluginInvoke
class (Kotlin and Swift),which lets you parse the arguments manually instead of through the
parseArgs
method.Bug Fixes
Dependencies
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
@tauri-apps/cli
[2.0.0-rc.8]
New Features
tauri info
outputOn CI, the
APPLE_API_KEY
,APPLE_API_ISSUER
andAPPLE_API_KEY_PATH
environment variables must be provided for authentication.Enhancements
tauri info
output #10793 by @lucasfernog) Include architecture in thetauri info
output..cargo/config
file creation that used to fix mobile build caches.Bug Fixes
ios dev
andandroid dev
process when we fail to attach the logger.add
command version requirement for known plugin npm #10795 by @lucasfernog) Fix theadd
command NPM version specifier for known plugins from2.0.0-rc
(unknown version requirement) to^2.0.0-rc
.plugin ios init
cmd not generating iOS folder, closes #10661 #10792 by @lucasfernog) Fixtauri plugin ios init
not generating the iOS folder.targetSdk
value in the Android application template.What's Changed
Dependencies
[email protected]
Breaking Changes
webview_fixed_runtime_path
config option, use thewebview_install_mode
instead.tauri-cli
[2.0.0-rc.8]
New Features
tauri info
outputOn CI, the
APPLE_API_KEY
,APPLE_API_ISSUER
andAPPLE_API_KEY_PATH
environment variables must be provided for authentication.Enhancements
tauri info
output #10793 by @lucasfernog) Include architecture in thetauri info
output..cargo/config
file creation that used to fix mobile build caches.Bug Fixes
ios dev
andandroid dev
process when we fail to attach the logger.add
command version requirement for known plugin npm #10795 by @lucasfernog) Fix theadd
command NPM version specifier for known plugins from2.0.0-rc
(unknown version requirement) to^2.0.0-rc
.plugin ios init
cmd not generating iOS folder, closes #10661 #10792 by @lucasfernog) Fixtauri plugin ios init
not generating the iOS folder.targetSdk
value in the Android application template.What's Changed
Dependencies
[email protected]
[email protected]
Breaking Changes
webview_fixed_runtime_path
config option, use thewebview_install_mode
instead.