-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
The "versions" list is ordered in a weird way #5291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
That's how it supposed to be, we have that order to select the |
If most of the time people want to select a recent version, why not to order it by the commit's timestamp? that's real "recentness", not second-guessing by the tag name... |
See #5151 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We don't save that information in the db as far as I know |
We discussed this with the team, and we decided that sort by senver is the best path. |
A hacky implementation for this is happening at #6680 |
Details
Expected Result
The "versions" list be easily consumable by human.
Actual Result
The "version" list is ordered alphabetically, but reversed, and giving numbers priority over letters.
The text was updated successfully, but these errors were encountered: