Releases: asheroto/winget-install
Releases · asheroto/winget-install
4.0.4
- Fixed detection for Windows multi-session (fixes #39)
4.0.3
- Updated UI.Xaml package as per winget-cli issue 4208 (fixes issue installing).
4.0.2
- Removed unused params from comment-based help.
- Adjusted
UpdateSelf
function to reset PSGallery to original state if it was not trusted.
- Improved comments.
4.0.1
- Fixed PowerShell help information.
4.0.0
- Microsoft created some short URLs for winget.
- Removed a large portion of the script to use short URLs instead.
- Simplified and refactored.
- Switched debug param from DebugMode to Debug.
3.2.6
- Improved
ExitWithDelay
function. Sometimes PowerShell will close the window accidentally, even when using the proper exit
command.
- Adjusted several closures for improved readability.
- Improved error code checking.
- Fixed glitch with
-Wait
param.
3.2.5
- Removed 5-10 second pause at the end of script completion
- If you need the script to pause before exiting, you can now use the
-Wait
parameter which will force the script to wait several seconds before exiting.
3.2.4
- Improved verbiage for incompatible systems.
- Added importing Appx module on Windows Server with PowerShell 7+ systems to avoid error message.
3.2.3
- Improved
-ForceClose
window handling, conhost
, with x86 PowerShell process
3.2.2
- Improve script exit functionality