-
Notifications
You must be signed in to change notification settings - Fork 754
[ENHANCEMENT] Only show or visualize major updates based on semver #1557
Copy link
Copy link
Open
Labels
Milestone
Description
Please confirm these before moving forward
- I have searched for my feature proposal and not found a work-in-progress/duplicate/resolved/discarded issue.
- This improvements refers to an existing feature. If you want to suggest a new feature, please use this template
- This improvements is not a bug. If you want to report a bug, please use this template
Describe the improvement
Currently all updates are shown. Lot of package managers however allow to only show major update or resp. show them visually different if the version is a minor or major upgrade.
e.g. show 6.0.1 -> 7.2.4 in red but 6.0.1 -> 6.2.1 in white.

Describe how this improvement could help users.
the reason behind this is that i have a lot of updates and don't necessarly want to update all of them esp. as some software already has updated itself via some internal auto updated. so i only want to get notified about major updates.
Reactions are currently unavailable