Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changes/android-video-dir.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/bundle-vc-runtime.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bundler-breaking-changes.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/cargo-toml-1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/change-pr-15578.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/change-pr-15593.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/change-pr-15677.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/ctor-1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/dpi-type-wrappers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-js-listeners-leak-on-webview-close.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/fix-objc-retain-leak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-send-sync.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/fix-wix-external-bin-id.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/mock-runtime-run-main-thread-deadlock.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changes/msrv-1.90.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/no-redirection-bitmap-api.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/no-redirection-bitmap-config.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/no-redirection-bitmap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/runtime-wry-avoid-clones.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/static-vc-runtime.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/tauri-build-static-vc-runtime.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/wait-async-window-creation.md

This file was deleted.

32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions crates/tauri-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## \[2.7.0]

### New Features

- [`f6c1eb253`](https://www.github.com/tauri-apps/tauri/commit/f6c1eb2533a0445e081c334931d67fee3e354c6f) ([#15401](https://www.github.com/tauri-apps/tauri/pull/15401) by [@Legend-Master](https://www.github.com/tauri-apps/tauri/../../Legend-Master)) Added `tauri_build::WindowsAttributes::static_vc_runtime` to control MSVC static runtime linking from build scripts.

### What's Changed

- [`1cffb01da`](https://www.github.com/tauri-apps/tauri/commit/1cffb01da55f5fcd5a0f74ef3281b5a715513e4d) ([#13221](https://www.github.com/tauri-apps/tauri/pull/13221) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Set MSRV to 1.90.

### Dependencies

- Upgraded to `tauri-utils@2.10.0`
- Upgraded to `tauri-codegen@2.7.0`
- [`2bb4fdbd0`](https://www.github.com/tauri-apps/tauri/commit/2bb4fdbd0252ca414e28bdc9f0284ac4ff108f26) ([#15592](https://www.github.com/tauri-apps/tauri/pull/15592) by [@renovate](https://www.github.com/tauri-apps/tauri/../../renovate)) Updated `cargo_toml` crate to `1`

## \[2.6.3]

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions crates/tauri-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-build"
version = "2.6.3"
version = "2.7.0"
description = "build time code to pair with https://crates.io/crates/tauri"
exclude = ["CHANGELOG.md", "/target"]
readme = "README.md"
Expand All @@ -26,8 +26,8 @@ targets = [
[dependencies]
anyhow = "1"
quote = { version = "1", optional = true }
tauri-codegen = { version = "2.6.3", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.9.3", path = "../tauri-utils", features = [
tauri-codegen = { version = "2.7.0", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.10.0", path = "../tauri-utils", features = [
"build-2",
"resources",
] }
Expand Down
20 changes: 20 additions & 0 deletions crates/tauri-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## \[2.10.0]

### New Features

- [`f6c1eb253`](https://www.github.com/tauri-apps/tauri/commit/f6c1eb2533a0445e081c334931d67fee3e354c6f) ([#15401](https://www.github.com/tauri-apps/tauri/pull/15401) by [@Legend-Master](https://www.github.com/tauri-apps/tauri/../../Legend-Master)) Added `bundle.windows.bundleVCRuntime` to copy the Visual C++ runtime DLLs into Windows MSI and NSIS installers. The bundler locates the runtime through `VCTOOLS_REDIST_DIR` or the bundled `vswhere.exe`.

### Bug Fixes

- [`adf5acf6f`](https://www.github.com/tauri-apps/tauri/commit/adf5acf6fbc0ef26de6b1eb30c47bb701c256954) ([#15651](https://www.github.com/tauri-apps/tauri/pull/15651) by [@justjavac](https://www.github.com/tauri-apps/tauri/../../justjavac)) Fix MSI bundling when an external binary filename starts with a digit.

### What's Changed

- [`1cffb01da`](https://www.github.com/tauri-apps/tauri/commit/1cffb01da55f5fcd5a0f74ef3281b5a715513e4d) ([#13221](https://www.github.com/tauri-apps/tauri/pull/13221) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Set MSRV to 1.90.

### Dependencies

- Upgraded to `tauri-utils@2.10.0`
- Upgraded to `tauri-macos-sign@2.4.0`
- [`7632efd09`](https://www.github.com/tauri-apps/tauri/commit/7632efd09ffb9eddafefd8d04e311565394efce9) ([#15641](https://www.github.com/tauri-apps/tauri/pull/15641) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) **Breaking Change:** Updated various dependencies and removed `goblin`. Some of these dependencies are part of the public API which makes this a breaking change. Added a warning about `tauri-bundler`'s API stability in reflection to past regular breaking struct changes.

## \[2.9.4]

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions crates/tauri-bundler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-bundler"
version = "2.9.4"
version = "2.10.0"
authors = [
"George Burton <burtonageo@gmail.com>",
"Tauri Programme within The Commons Conservancy",
Expand All @@ -15,7 +15,7 @@ rust-version = "1.90"
exclude = ["CHANGELOG.md", "/target", "rustfmt.toml"]

[dependencies]
tauri-utils = { version = "2.9.3", path = "../tauri-utils", features = [
tauri-utils = { version = "2.10.0", path = "../tauri-utils", features = [
"resources",
] }
image = "0.25"
Expand Down Expand Up @@ -57,7 +57,7 @@ features = ["Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug"]
[target."cfg(target_os = \"macos\")".dependencies]
icns = { package = "tauri-icns", version = "0.1" }
time = { version = "0.3", features = ["formatting"] }
tauri-macos-sign = { version = "2.3.4", path = "../tauri-macos-sign" }
tauri-macos-sign = { version = "2.4.0", path = "../tauri-macos-sign" }

[target."cfg(target_os = \"linux\")".dependencies]
heck = "0.5"
Expand Down
Loading