The issue is rather trivial and not important but rather annoying. When listing locally available versions with godotenv godot list this is the output:
4.6-stable dotnet
4.6.1-stable dotnet
4.6.2-stable dotnet *
But when you add --remote/-r flag the output looks like this:
4.7-dev5
4.7-dev4
4.7-dev3
4.7-dev2
4.7-dev1
4.7-beta1
4.6.2-stable
4.6.2-rc2
The ordering of the versions differs. I often use godotenv godot list -r when updating the engine but because of the above I have to scroll all the way up to see newer versions.
The issue is rather trivial and not important but rather annoying. When listing locally available versions with
godotenv godot listthis is the output:But when you add
--remote/-rflag the output looks like this:The ordering of the versions differs. I often use
godotenv godot list -rwhen updating the engine but because of the above I have to scroll all the way up to see newer versions.