You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(update): improve winget line parsing logic
- Skip lines that are too short or are separators.
- Ensure all required fields are present and validate id and version formats before adding to the upgrade list.
- Log parsing errors when DEBUG is enabled.