Releases: stkossman/winup
Releases · stkossman/winup
Release list
v1.0.1
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 bywingetinto the data stream. - Clean Fetch Command: Removed redundant
--accept-*flags from the listing process to preventwingetfrom misinterpreting them as package search queries.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Full Changelog: https://github.com/stkossman/winup/commits/v1.0.0