Apply Version Updates From Current Changes#15634
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
e79e6eb to
8dfb47c
Compare
8dfb47c to
805ef49
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
ctorcrate 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
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
T: Send + Syncrequirement fromState<'r, T>#15578 by @sftse)StatehadSendandSynctrait bounds that were already implied, remove them from the struct definition.Bug Fixes
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.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.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