ChocolateyGUI icon indicating copy to clipboard operation
ChocolateyGUI copied to clipboard

Fetch available versions in Advanced installation based on sources available

Open AdmiringWorm opened this issue 3 years ago • 0 comments

In Chocolatey GUI the ability to do advanced installation was made possible, however the ability to fetch available package versions was removed due to known issues that would cause not all of the available versions being populated correctly, or it would be in the wrong order.

This issue is a followup from #545 to add the ability to fetch these available versions again, as well as displaying these in the correct order.

Items that need to be implemented (or enabled) to finish this issue is:

  • [ ] Enable the existing code to fetch available versions (a limit should however be set), including the loading icon
  • [ ] Enable the existing code to being able to toggle on/off the displaying of pre-releases
  • [ ] Add code to autocomplete/filter the combobox based on the previously fetched versions
  • [ ] Order the available versions from newest to oldest
  • [ ] Add a More... option to fetch additional versions from the sources

AdmiringWorm avatar Feb 01 '22 09:02 AdmiringWorm