Devolutions / Devolutions/UniGetUI
[IMPROVEMENT] Allow custom user comments per app
- Dominant language
- C#
- Stars
- 26.1k
- Forks
- 924
- Avg merge
- 15h 52m
- Merged PRs (30d)
- 52
Description
### Please confirm these before moving forward.
- [x] I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
- [x] This improvement refers to an existing feature. If you want to suggest a new feature, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=new-feature&projects=&template=feature-request.yml&title=%5BFEATURE+REQUEST%5D+%28Enter+your+description+here%29).
- [x] This improvement is not a bug. If you want to report a bug, please use [this template](https://github.com/marticliment/WingetUI/issues/new?assignees=marticliment&labels=bug&projects=&template=bug-issue.yml&title=%5BBUG%5D+%28Enter+your+description+here%29).
### Describe the improvement
Add custom user note (saved to local config files) to the package details and as a custom column in installed packages list
### Describe how this improvement could help users
Winget isn't a great package manager, so it doesn't preserve custom install location when updating apps and instead installs a second duplicate app. To avoid this you can disable updates for this package (if it's not available anywhere else) so that it never appears in UniGet update UI
But then it would be nice to know the reason behind this so that later when you see an app that's locked you're not wondering whether to turn it back on or leave it off (maybe you've disabled another app for another reason).
One area where this note could be added is in the package details. And another is the installed packages list so that it's immediately visible without having to open package details
Contributor guide
Assessment
This issue has not been assessed yet.