gsudo v2.0.6
What's Changed
- Fixed
Windows 7
issue enumerating named pipes by @gerardog in #218 - Fixed cache when invoked via Shim by @gerardog in #238
- Changes in MSI installer:
- One installer per Platform (x86, x64 & arm64) using Wix v4 by @BMurri in #244 #245
- This also means it now installs to
ProgramFiles
instead ofProgram Files (x86)
- This also means it now installs to
- Allows to use gsudo to install a new gsudo version using WinGet (for Scoop/Choco that was already possible)
- Files are now copied to a version specific version
%ProgramFiles%\gsudo\v2.x.x
- Creates a symlink `%ProgramFiles%\gsudo\Current that links to vX.X.X
- Files are now copied to a version specific version
- One installer per Platform (x86, x64 & arm64) using Wix v4 by @BMurri in #244 #245
- BREAKING CHANGE: If you added gsudo module to your Powershell profile update its path to
%ProgramFiles%\gsudo\Current
or even better just doImport-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: v2.0.4...v2.0.6