Godot 3.0.6
I noticed projects from the next minor Godot version are being shown in the project manager.
It doesn't let you launch them anyways (and doesn't tell you why either), so would it make sense to not include them in the list?
listing but grey-out disable would be even better to prevent user confusion why stuff is missing too.
I'd like to be able to filter them out because I'm starting to have quite a lot of projects in both versions and they are just cluttering the list
I've been launching the nightlies with the _sc_/._sc_ self-contained flag file in their folder, to prevent such mishaps. Otherwise you will get collisions in the editor's global settings files.
Or maybe store last used Godot version in project settings and warn when trying to open with older version?
How about this:
^
Actually, this is already how it works in 3.2 (or 3.1 even), except for the last point. You just can't open project in older Godot version (but 3.1 and 3.2 are compatible, so it's not apparent). IMO it's fine to close this issue. Most people don't use Godot 3.0 anymore.
Most helpful comment
listing but grey-out disable would be even better to prevent user confusion why stuff is missing too.