Skip to content

Releases: stkossman/winup

Release list

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 16 May 14:35

v1.0.1 - Table Parsing Fix

This release patches a critical table parsing bug that caused winup to report "No upgrades found" even when updates were actually available.

Fixes & Improvements

  • Robust Regex Parsing: Migrated from geometry-based column parsing (substring) to double-space regex splitting (split(/\s{2,}/)). This makes the parser completely immune to layout shifts caused by terminal width or system localization.
  • Spinner Artifact Removal: Added cleaning logic to strip background animation artifacts (- \ | /) injected by winget into the data stream.
  • Clean Fetch Command: Removed redundant --accept-* flags from the listing process to prevent winget from misinterpreting them as package search queries.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 16 May 13:42