Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changes/android-external-files-fix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/change-pr-13253.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/change-pr-14632.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/change-pr-14836.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/empty-vec-instead-of-none.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/fix-android-bundle-flag.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/fix-binary-patching.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/fix-empty-entitlements.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/fix-inspect-description.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/linux-webcontext.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changes/nsis-run-as-user.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/only-watch-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/reduce-internal-statics.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/runtime-bsd.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changes/signing-env-vars.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/updater-signer-files-without-extension.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/webkitgtk202.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/webview-set-simple-fullscreen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/window-config-focus-default-true.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/wry-054.md

This file was deleted.

28 changes: 14 additions & 14 deletions Cargo.lock

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

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

## \[2.5.4]

### Enhancements

- [`2d28e3143`](https://www.github.com/tauri-apps/tauri/commit/2d28e3143ee3d97d7570ea03877aa00a0d6e47d0) ([#14632](https://www.github.com/tauri-apps/tauri/pull/14632) by [@sftse](https://www.github.com/tauri-apps/tauri/../../sftse)) Small code refactors for improved code readability. No user facing changes.

### Dependencies

- Upgraded to `[email protected]`
- Upgraded to `[email protected]`

## \[2.5.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.5.3"
version = "2.5.4"
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.5.2", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.8.1", path = "../tauri-utils", features = [
tauri-codegen = { version = "2.5.3", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.8.2", path = "../tauri-utils", features = [
"build",
"resources",
] }
Expand Down
21 changes: 21 additions & 0 deletions crates/tauri-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## \[2.8.0]

### Enhancements

- [`c769f211f`](https://www.github.com/tauri-apps/tauri/commit/c769f211fcaa543884c9d0f87ebd2ee106c01382) ([#14824](https://www.github.com/tauri-apps/tauri/pull/14824) by [@Kf637](https://www.github.com/tauri-apps/tauri/../../Kf637)) feat(nsis): add Norwegian language support for installer.

### Bug Fixes

- [`7fca58230`](https://www.github.com/tauri-apps/tauri/commit/7fca58230f97c3e6834134419514a0c7dbbe784b) ([#14830](https://www.github.com/tauri-apps/tauri/pull/14830) by [@Legend-Master](https://www.github.com/tauri-apps/tauri/../../Legend-Master)) Updated `nsis_tauri_utils` to 0.5.3:

- Use an alternative method `CreateProcessWithTokenW` to run programs as user, this fixed a problem that the program launched with the previous method can't query its own handle

### What's Changed

- [`0575dd287`](https://www.github.com/tauri-apps/tauri/commit/0575dd287e021b61d2aedf64d62ae84a2c925fb4) ([#14521](https://www.github.com/tauri-apps/tauri/pull/14521) by [@kandrelczyk](https://www.github.com/tauri-apps/tauri/../../kandrelczyk)) Change the way bundle type information is added to binary files. Instead of looking up the value of a variable we simply look for the default value.

### Dependencies

- Upgraded to `[email protected]`
- Upgraded to `[email protected]`

## \[2.7.5]

### Enhancements
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.7.5"
version = "2.8.0"
authors = [
"George Burton <[email protected]>",
"Tauri Programme within The Commons Conservancy",
Expand All @@ -15,7 +15,7 @@ rust-version = "1.77.2"
exclude = ["CHANGELOG.md", "/target", "rustfmt.toml"]

[dependencies]
tauri-utils = { version = "2.8.1", path = "../tauri-utils", features = [
tauri-utils = { version = "2.8.2", path = "../tauri-utils", features = [
"resources",
] }
image = "0.25"
Expand Down Expand Up @@ -59,7 +59,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.2", path = "../tauri-macos-sign" }
tauri-macos-sign = { version = "2.3.3", path = "../tauri-macos-sign" }

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