eumario / godot-manager

A Project, Version and Addons/Plugins manager for Godot Game Engine.
MIT License
332 stars 19 forks source link

Version sorting Incorrectly sorts versions with only 2 numbers #80

Closed Cammymoop closed 6 months ago

Cammymoop commented 7 months ago

Version sorting Incorrectly sorts versions with only 2 numbers

To Reproduce Have versions 4.2-stable and 4.2.1-stable downloaded. Check Godot Versions page and version selector list. 4.2 is listed above 4.2.1

Expected behavior Sorting should consider X.Y to be the same as X.Y.0 The rest of the details should probably follow SemVer spec too

Screenshots ApplicationFrameHost_V09cVjHrHi

OS: Windows Version: 0.2.3

Related #43

eumario commented 7 months ago

I will review your PR and ensure it works, before I merge it into the 0.2.x release.