Skip to content

Releases: asheroto/winget-install

2.0.1

01 Aug 06:11
Compare
Choose a tag to compare
  • Renamed repo and URL references from winget-installer to winget-install (old URL will redirect)
  • Added extra space after the last line of output

2.0.0

01 Aug 06:10
Compare
Choose a tag to compare
  • Major refactor
  • Reverted to UI.Xaml 2.7.3 for stability
  • Adjusted script to fix install issues due to winget changes (thank you ChrisTitusTech)
  • Added in all architecture support
  • Improved comments

1.0.4

28 Jun 17:56
Compare
Choose a tag to compare

Thanks to @MisterZeus for some readability improvements and other optimizations.

This release adds more information to each command, including warnings.

1.0.3

20 Jun 15:47
Compare
Choose a tag to compare
  • Fixed bug where UI XAML file didn't always contain correctly named appx file (weird!), just had any appx files in the folder install instead
  • Added additional debug messages

1.0.2

20 Jun 13:04
Compare
Choose a tag to compare
  • Hardcoded UI Xaml version 2.8.4 as a failsafe in case the API fails.
  • Added CheckForUpdates, Version, Help functions.
  • Various bug fixes.

1.0.1

17 Jun 21:04
Compare
Choose a tag to compare
  • Fixed minor bug where version 2.8 was hard coded in a variable

1.0.0

17 Jun 20:32
Compare
Choose a tag to compare

Major updates!

  • Before it would take a few minutes to download the tools - apparently that's due to a PowerShell bug that still, in 2023, is occurring. The workaround has been implemented.
  • Totally refactored code
  • Split off more items into functions
  • Move URLs and version numbers to top to make it easy to change
  • Added functionality to download the latest version of Microsoft.UI.Xaml no matter what version of this script you have
  • Improved comments
  • Files will be downloaded to temporary folder
  • Cleanup will now occur (deletes temp files)
  • Will only add to PATH if it doesn't already exist

A special thanks to gerardog and ThomasSchadenhofer.

0.0.3

01 Jul 00:22
Compare
Choose a tag to compare
  • Added function to get latest version of winget binary
  • Added script comments for help + PSGallery
  • Published to PSGallery
  • Updated readme with method to install using PSGallery