gsudo v1.1.0
Features
- Improved PowerShell elevation syntax with a wrapper function
Invoke-gsudo
#39: See the readme. For example:
Get-process SpoolSv | Invoke-gsudo { Stop-Process -Force }
- Added
gsudo !!
for PowerShell to elevate the last command. #44 Requires importinggsudoModule.psm1
as explained in the readme - Added support for
Take Command
shell #107
Fixes
- Fixed
Unable to install/uninstall Chocolatey package if gsudo is running
#74: Unfortunately, you still need to close gsudo before upgrading to this release, but for the next one you maygsudo choco upgrade gsudo
, I promise. (Tip: For now, close all gsudo instances, thengsudo -n -k choco upgrade gsudo
) - TokenSwith mode: Using a more restrictive security descriptor for process handles, to reduce security exposure and process handle leak.
- Attached mode: Fixed Ctrl-C handler and redirection.
- VT mode: Fixed redirection.
Full Changelog: v1.0.2...v1.1.0