Actions
Feature proposal #5750
closedImplement version selection for presets
Description
Implement selecting of Nightly, Stable, Alpha, etc.. for presets (don't show version, but show literal Latest, Nightly, Stable, ...) if the version selected fails to find a package in the preset of that version it should fallback to next best. E.g. nightly fallback to stable, stable fallback to rc, rc fallback to beta, and beta fallback to alpha. When checking if there's versions it should scan the packages of the preset, see if they even have a version for the tag, then decide based off that.. for example if there aren't any alphas don't show alpha selection.
Actions