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
6 changes: 0 additions & 6 deletions .changes/run-as-user-token.md

This file was deleted.

4 changes: 4 additions & 0 deletions crates/nsis-process/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.4.4]

- [`79ad200`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/79ad200642c2c96702e105d82f77ed8f10f4dd1d) ([#53](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/53) by [@Jerry457](https://www.github.com/tauri-apps/nsis-tauri-utils/../../Jerry457)) 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

## \[0.4.3]

- [`4054c7b`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/4054c7bd726288346099f6fa4044d8452c7baf9e) ([#49](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/49) by [@Legend-Master](https://www.github.com/tauri-apps/nsis-tauri-utils/../../Legend-Master)) `KillProcess` and `KillProcessCurrentUser` will now be pushing 2 to the stack instead of 1 when no processes were found
Expand Down
2 changes: 1 addition & 1 deletion crates/nsis-process/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nsis-process"
version = "0.4.3"
version = "0.4.4"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
4 changes: 4 additions & 0 deletions crates/nsis-tauri-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.5.3]

- [`79ad200`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/79ad200642c2c96702e105d82f77ed8f10f4dd1d) ([#53](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/53) by [@Jerry457](https://www.github.com/tauri-apps/nsis-tauri-utils/../../Jerry457)) 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

## \[0.5.2]

- [`4054c7b`](https://www.github.com/tauri-apps/nsis-tauri-utils/commit/4054c7bd726288346099f6fa4044d8452c7baf9e) ([#49](https://www.github.com/tauri-apps/nsis-tauri-utils/pull/49) by [@Legend-Master](https://www.github.com/tauri-apps/nsis-tauri-utils/../../Legend-Master)) `KillProcess` and `KillProcessCurrentUser` will now be pushing 2 to the stack instead of 1 when no processes were found
Expand Down
2 changes: 1 addition & 1 deletion crates/nsis-tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nsis-tauri-utils"
version = "0.5.2"
version = "0.5.3"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down