Gsudo Versions Save

Sudo for Windows

v2.0.9

1 year ago

What's Changed

Full Changelog: https://github.com/gerardog/gsudo/compare/v2.0.8...v2.0.9

v2.0.9-FixWslPath

1 year ago

Pre-Release

  • Fix for Prevent WSL to default to Windows directory (#260). image

This is a pre-release only available on GitHub. (not choco/winget/scoop). I expect it to not cause any issues, but if it does, please comment in the here #239.

Full Changelog: https://github.com/gerardog/gsudo/compare/v2.0.8...v2.0.9-FixWslPath

v2.0.8

1 year ago

What's Changed

Full Changelog: https://github.com/gerardog/gsudo/compare/v2.0.7...v2.0.8

v2.0.7

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gerardog/gsudo/compare/v2.0.6...v2.0.7

v2.0.6

1 year ago

What's Changed

  • BREAKING CHANGE: If you added gsudo module to your Powershell profile update its path to %ProgramFiles%\gsudo\Current or even better just do Import-Module (Get-Command gsudoModule.psd1).Path and let it pick up from your PATH variable.

New Contributors

Notes

  • The changes to choco installer mentioned on v2.0.5-ChocoInstallPreview are on hold for now.
  • I skipped v2.0.5 because the version number got locked on the nuget repository.

Full Changelog: https://github.com/gerardog/gsudo/compare/v2.0.4...v2.0.6

v2.0.5-ChocoInstallPreview

1 year ago

Release for testing changes in the Choco/MSI installer.

  • Fixed Windows 7 issue enumerating named pipes (#215)

  • Changes in MSI installer:

    • Installs to %ProgramFiles(x86)%\gsudo\vX.X.X
    • Creates a symlink %ProgramFiles(x86)%\gsudo\Current that links to vX.X.X
    • This allows to use gsudo to install a new gsudo version using WinGet (for Scoop/Choco that was already possible) gsudo winget upgrade gsudo
  • Changes in Chocolatey package:

    • This version no longer uses a custom Chocolatey installer, so not installing to C:\tools\gsudo\v2.x.x anymore
    • Instead, it uses the official gsudoSetup.MSI included in this release. (Mentioned above)
    • This means, for example, that even if you install with choco install gsudo, you can uninstall or upgrade with winget. Or uninstall with add or remove programs.
  • Scoop not affected.

Full Changelog: https://github.com/gerardog/gsudo/compare/v2.0.4...v2.0.5-ChocoInstallPreview

v2.0.4

1 year ago

What's Changed

  • Fix hang on Pwsh installed as a dotnet global tool #211

Full Changelog: https://github.com/gerardog/gsudo/compare/v2.0.3...v2.0.4

v2.0.3

1 year ago

What's Changed

Full Changelog: https://github.com/gerardog/gsudo/compare/v2.0.2...v2.0.3

v2.0.2

1 year ago

What's Changed

Full Changelog: https://github.com/gerardog/gsudo/compare/v2.0.1...v2.0.2

v2.0.1

1 year ago

What's Changed

  • Fixed #199: --copyev throws System.IO.IOException
  • Fixed gsudo --help text
  • Nicer error message on UAC cancel

Full Changelog: https://github.com/gerardog/gsudo/compare/v2.0.0...v2.0.1