Skip to content

v2.1.0.0

Choose a tag to compare

@Marco-online Marco-online released this 07 Feb 17:46
· 9 commits to main since this release

Full Changelog: v1.0.9...v2.1.0.0

Version 2.1.0.0 - February 2026

NEW FEATURES:

  • Auto-strict search for Windows queries
  • Edge channel filtering (-IsStable, -IsExtendedStable, -IsDev)
  • Direct export with duplicate detection (-ExportJson, -ExportCsv, -ExportXml, -Append)
  • Improved -Debug mode (no confirmation prompts)
  • Smart update type detection (Servicing Stack, Dynamic Update)
  • .NET Framework and Windows Server R2 filtering support

IMPROVEMENTS:

  • -Descending defaults to true (most recent first)
  • Upgraded HtmlAgilityPack to 1.12.4
  • Enhanced error messages with examples
  • Comprehensive debug logging
  • Completely rewritten documentation

EXAMPLES:
Get-MSCatalogUpdate -Search "Windows 11 24H2"
Get-MSCatalogUpdate -Search "Edge x64" -IsStable
Get-MSCatalogUpdate -Search "Windows Server 2022" -ExportJson "updates.json" -Append

Fully backward compatible with v1.x