Hello,
I the PR #2554 I switch sorting of distribution version to CREATED_AT_DESC but I notice that it was revert here #2878.
Sorting by CREATED_AT_DESC is in my opinion better because user usually want to install one of the latest version.
What should we do ? :
- stay with NAME_ASC
- switch to CREATED_AT_DESC again
- make it configurable
Hello,
I the PR #2554 I switch sorting of distribution version to CREATED_AT_DESC but I notice that it was revert here #2878.
Sorting by CREATED_AT_DESC is in my opinion better because user usually want to install one of the latest version.
What should we do ? :