Files
github-actions[bot] 13d9edd27b apply version updates (#54)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-26 10:37:16 +08:00

3.5 KiB

Changelog

[0.4.4]

  • 79ad200 (#53 by @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 (#49 by @Legend-Master) KillProcess and KillProcessCurrentUser will now be pushing 2 to the stack instead of 1 when no processes were found

[0.4.2]

  • 14d311b (#40 by @Legend-Master) Fix RunAsUser can't launch programs that require admin right
  • c2c5e2f (#42 by @anatawa12) Fix KillProcessCurrentUser and KillProcess may fails if the target processes are being terminated.

[0.4.1]

[0.4.0]

  • 8818f7c (#32) Add RunAsUser to run command as unelevated user

[0.3.0]

  • 5423579(#26) Reduce the DLL size by using no_std and without static msvcrt.

[0.2.2]

  • 7b6cfcc(#24) Add FindProcessCurrentUser and KillProcessCurrentUser.

[0.2.1]

  • 92f9264(#19) Skip processes with the same pid as the current installer's process to prevent the installer from killing itself.

[0.2.0]

[0.1.0]

  • Initial Release.
    • 000d632 ci: setup CI/CD and covector (#2) on 2023-01-21