Skip to content

Version 1.3.2

Compare
Choose a tag to compare
@jantari jantari released this 17 Oct 23:10
· 171 commits to master since this release

Changelog since 1.3.1

  • Added Type property to package objects. Package type may be one of "Application", "Driver", "Bios" or "Firmware". Some packages do not have type information, in that case it will be $null
  • Process the SeverityOverride of packages if present for more accurate severity classification. It's still not the same as System Update, but it's a work in progress to get there
  • Add -NoTestSeverityOverride parameter to Get-LSUpdate to allow skipping the new SeverityOverride tests
  • Allow 5-character long values for Get-LSUpdate -Model parameter [#38]
  • Fix _FileExists tests always failing and update _Driver test - both should lead to more accurate IsApplicable and IsInstalled results