Apply Version Updates From Current Changes#15634
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
9f4e79b to
8fff637
Compare
8fff637 to
74537d4
Compare
b748664 to
58e7f59
Compare
58e7f59 to
6949eda
Compare
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-apps/api
[2.12.0]
New Features
noRedirectionBitmapoption to theWindowandWebviewWindowconstructors on Windows.tauri-utils
[2.10.0]
New Features
bundle.windows.bundleVCRuntimeto copy the Visual C++ runtime DLLs into Windows MSI and NSIS installers. The bundler locates the runtime throughVCTOOLS_REDIST_DIRor the bundledvswhere.exe.app > windows > noRedirectionBitmapconfig option to disable the window redirection bitmap on Windows.build.windows.staticVCRuntimeto control MSVC static runtime linking. TheSTATIC_VCRUNTIMEenvironment variable is now deprecated and emits a migration warning when used.What's Changed
Dependencies
serial_testto 3.5 to pull in the updatedsccand fix RUSTSEC advisoryctorcrate to1tauri-macos-sign
[2.4.0]
What's Changed
Dependencies
apple-codesignto0.29, no user facing changes.tauri-bundler
[2.10.0]
New Features
bundle.windows.bundleVCRuntimeto copy the Visual C++ runtime DLLs into Windows MSI and NSIS installers. The bundler locates the runtime throughVCTOOLS_REDIST_DIRor the bundledvswhere.exe.Bug Fixes
What's Changed
Dependencies
tauri-utils@2.10.0tauri-macos-sign@2.4.0goblin. Some of these dependencies are part of the public API which makes this a breaking change. Added a warning abouttauri-bundler's API stability in reflection to past regular breaking struct changes.tauri-runtime
[2.12.0]
New Features
WindowBuilder/WebviewWindowBuilder::no_redirection_bitmapmethod to disable the window redirection bitmap on Windows.What's Changed
Dependencies
tauri-utils@2.10.0tauri-runtime-wry
[2.12.0]
New Features
WindowBuilder/WebviewWindowBuilder::no_redirection_bitmapmethod to disable the window redirection bitmap on Windows.Bug Fixes
WebviewMessage::WithWebviewon Apple targets by replacingRetained::into_rawwith scoped retained bindings andRetained::as_ptrpointer handoff.create_windowandcreate_webviewshould wait for the window creation to complete before returning even if it's off main thread, it should also return the error if it failedWhat's Changed
EventLoopIterationContextandUserMessageContextnow takes references to avoid clonesDependencies
tauri-utils@2.10.0tauri-runtime@2.12.0Breaking Changes
PhysicalPositionWrapperContext#14805 by @sftse)WindowsStoreandDispatcherMainThreadContextare no longerSendandSync, and unsafe impl has been moved toContextdirectly.tauri-codegen
[2.7.0]
What's Changed
Dependencies
tauri-utils@2.10.0tauri-macros
[2.7.0]
What's Changed
Dependencies
tauri-utils@2.10.0tauri-codegen@2.7.0tauri-plugin
[2.7.0]
What's Changed
Dependencies
tauri-utils@2.10.0tauri-build
[2.7.0]
New Features
tauri_build::WindowsAttributes::static_vc_runtimeto control MSVC static runtime linking from build scripts.What's Changed
Dependencies
tauri-utils@2.10.0tauri-codegen@2.7.0cargo_tomlcrate to1tauri
[2.12.0]
New Features
app > windows > noRedirectionBitmapconfig option to disable the window redirection bitmap on Windows.WindowBuilder/WebviewWindowBuilder::no_redirection_bitmapmethod to disable the window redirection bitmap on Windows.Enhancements
compilerOptionsDSL #15694 by @Turbo87) Migrate the Android Gradle scripts from the deprecatedkotlinOptionsDSL tocompilerOptions, which is accepted by both Kotlin Gradle Plugin 1.9.x and 2.x. This lets projects move to Kotlin 2.x without hitting the hard error that 2.3+ raises on the old DSL.T: Send + Syncrequirement fromState<'r, T>#15578 by @sftse)StatehadSendandSynctrait bounds that were already implied, remove them from the struct definition.Bug Fixes
Listenersmap when that webview is destroyed. Previously the entries keyed by the source webview label lingered after the webview was dropped, so they could never be delivered and leaked until the app exited — forcing apps to manuallyunlisten()before closing a window.WebviewMessage::WithWebviewon Apple targets by replacingRetained::into_rawwith scoped retained bindings andRetained::as_ptrpointer handoff.run_main_thread!macro used by things likeMenuItemand some other APIs deadlock when called on main thread withMockRuntimeWhat's Changed
Dependencies
tauri-utils@2.10.0tauri-build@2.7.0tauri-runtime-wry@2.12.0tauri-runtime@2.12.0tauri-macros@2.7.0cargo_tomlcrate to1Breaking Changes
26cb3d6 (fix: points android videos dir to ExternalStorage movies directory (#15562) #15563 by @onehumandev) On Android,
$VIDEOandvideo_dir()now resolve to the app-specific Movies directory instead of external cache storage.Migration: Files previously written to the old location (
.../cache) will not be discovered at the new location (.../files/Movies). Migrate existing files or update path assumptions accordingly.@tauri-apps/cli
[2.12.0]
New Features
bundle.windows.bundleVCRuntimeto copy the Visual C++ runtime DLLs into Windows MSI and NSIS installers. The bundler locates the runtime throughVCTOOLS_REDIST_DIRor the bundledvswhere.exe.build.windows.staticVCRuntimeto control MSVC static runtime linking. TheSTATIC_VCRUNTIMEenvironment variable is now deprecated and emits a migration warning when used.Enhancements
compilerOptionsDSL #15694 by @Turbo87) Migrate the Android Gradle scripts from the deprecatedkotlinOptionsDSL tocompilerOptions, which is accepted by both Kotlin Gradle Plugin 1.9.x and 2.x. This lets projects move to Kotlin 2.x without hitting the hard error that 2.3+ raises on the old DSL.Bug Fixes
Dependencies
tauri-cli@2.12.0tauri-cli
[2.12.0]
New Features
bundle.windows.bundleVCRuntimeto copy the Visual C++ runtime DLLs into Windows MSI and NSIS installers. The bundler locates the runtime throughVCTOOLS_REDIST_DIRor the bundledvswhere.exe.build.windows.staticVCRuntimeto control MSVC static runtime linking. TheSTATIC_VCRUNTIMEenvironment variable is now deprecated and emits a migration warning when used.Enhancements
compilerOptionsDSL #15694 by @Turbo87) Migrate the Android Gradle scripts from the deprecatedkotlinOptionsDSL tocompilerOptions, which is accepted by both Kotlin Gradle Plugin 1.9.x and 2.x. This lets projects move to Kotlin 2.x without hitting the hard error that 2.3+ raises on the old DSL.Bug Fixes
What's Changed
Dependencies
tauri-bundler@2.10.0tauri-utils@2.10.0tauri-macos-sign@2.4.0tauri-driver
[2.1.0]
What's Changed