gsudo v0.7.1
New Features:
- Bang Bang: Running
gsudo !!
allows to elevate a command executed previously (CMD only, not Pwsh). Same as on Unix/Linux sudo bang bang.gsudo !!
elevates the last executed command.gsudo !prefix
elevates the last executed command that starts withprefix
.gsudo !?infix
elevates the last executed command that containsinfix
.
Fixes:
- Fixed "Unable to connect" issue on non-english Window versions. (#42)
- Fixed issue not running apps with "autoElevate" manifest (those that normally shows UAC, like regedit). (#36)
- Fixed issue not running the associated program when specifiyng a document
gsudo file.txt
(#29) - Fixed hang when launched via a UWP's alias (#43)
- Fixed some warnings appearing when Google Drive FS/crashpad is installed (#32)
- Fixed character encoding issues in VT mode. (#31)