loft-sh / devpod

Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.
https://devpod.sh
Mozilla Public License 2.0
8.42k stars 305 forks source link

The order of versions in "Or download a specific version" does not follow semver #1101

Open SeriousBug opened 1 month ago

SeriousBug commented 1 month ago

What happened?

Go to Settings, then Updates. Click the dropdown for "Or download a specific version". The versions are listed in alphabetical order, rather than following semver order.

Screenshot_20240528_213835

What did you expect to happen instead?

The versions should have been listen in order of semver, with v0.5.12 being above v0.5.2 for example.

How can we reproduce the bug? (as minimally and precisely as possible)

My devcontainer.json:

{
    "name": "...",
    ...
}

Local Environment:

DevPod Provider:
docker

Anything else we need to know?

pascalbreuninger commented 4 weeks ago

Hey @SeriousBug, thanks for opening the issue. It's a serious bug indeed