github gerardog/gsudo v2.0.0
gsudo v2.0.0

latest releases: v2.4.4, v2.4.3, v2.4.2...
18 months ago

What's Changed (since v2.0.0-preview release)

  • Fixed #196: Credential cache status is displayed incorrectly
  • Fixed an issue where the credentials cache fails to start and restarts in a loop. (thanks dmagician!)

What's Changed (since v1.7.1 - latest Chocolatey/Winget/Scoop version)

  • Add the ability to run a shell or command as a specific user, even if the user is not a local machine admin. By @gerardog in #188
    gsudo [-u|--user {username}]  [command]
  • Feature: Added the ability to force execution in a New Window, and control if that window stays open, by @gerardog in #190
    • Added setting gsudo config NewWindow.Force=true to force every elevation in new window. (Same as using -n every time)
    • Added --KeepWindow: When in new console, ask for keypress before closing the console.
    • Added --KeepShell: Keep the elevated shell open after running {command}.
    • Added setting gsudo config NewWindow.CloseBehaviour: KeepShellOpen (--KeepShell), PressKeyToClose(--KeepWindow), OsDefault to set close behaviour permanently.
  • Added experimental support for NuShell (#152)

  • Config syntax more relaxed now:

    gsudo.exe config loglevel debug
    gsudo.exe config loglevel="debug"
    gsudo.exe config loglevel =  debug

Full Changelog: v1.7.1...v2.0.0-preview

Don't miss a new gsudo release

NewReleases is sending notifications on new releases.