Skip to content

Version 1.6.0

Compare
Choose a tag to compare
@jantari jantari released this 31 Jul 17:15
· 11 commits to master since this release

Changelog since 1.5.5

  • Manual override/spoofing of computer info with the new -MachineCharacteristicsOverride parameter on Get-LSUpdate [#92]
    This new feature allows you to override data about the computer that LSUClient uses to evaluate packages. For example, you could use it to retrieve the list of updates as if the computer were running Windows 10, even when it is really running Windows 11.
  • Save-LSUpdate and Install-LSUpdate now accept deserialized LenovoPackage objects (exported and imported to/from Clixml) [#78]
  • Handle download errors inside internal Save-PackageFile function to make them respect ErrorAction setting [#90]
  • Fix an error when a package with RebootType 1 or 4 that isn't a known kind of BIOS update installed successfully [#94]