Skip to content

gsudo v2.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 21:40
· 61 commits to master since this release
5cb9968

What's Changed

  • Improved scripting scenarios by @gerardog in #286
    • gsudo status {key} returns exit code for booleans: 0(success) for true, 1(fail) for false
    • Added --no-output to gsudo status {key} --no-output to suppress output.
    • Added sample usage scripts and updated docs
    • For example:
      • gsudo status IsElevated --no-output && echo "This process is elevated!"
  • Fixed issue on Cache ON not propagating --LogLevel or --Duration if cache was already active
  • Fix Error: Unable to connect to the elevated service/NullReferenceException by @gerardog in #292
  • Preserve console title after gsudo exit (#266) by @gerardog in #294

Full Changelog: v2.3.0...v2.4.0