unitycoder / UnityLauncherPro

Unity Hub Alternative Project Launcher with time saving features!
MIT License
491 stars 56 forks source link

Separate major versions in the "Updates" tab to see the last minor version we can download #91

Closed Mythique closed 2 years ago

Mythique commented 2 years ago

My most needed use case for the "Updates" section would be to see if a new minor version is out for the current major version I use. For example one of my project is in 2020.3.38. I would like to know rapidly if 2020.3.39 is out.

Currently the "Updates" section makes it a bit hard to see at a quick glance. Sorting the entries by release date mixes the versions together, and sorting the entries by version name does not work (5.0.0 is the first entry).

Thinking about this I see multiple solutions that could be implemented (I unfortunately still don't know what would be the best one) :

Maybe a combination of both solutions could work.

Let me know what you think. I am opened to discuss, and maybe contribute.

Mythique commented 2 years ago

Of course after writing this I noticed that there is a "Check Updates" button in the "Editors" tab. This will definitely help for my use case.

unitycoder commented 2 years ago

yeah, have thought about some ready filters on that page (like checkbox or dropdown to show only "alphas, betas, LTSs")

Currently can also search the updates with letter "a" for alphas, or by version start string: 2020.3 (to list all of those 2020.3.x)

Sorting will be fixed eventually on all tabs, now that i got it working better in the projects list while ago.

TODO

ideas for later:

unitycoder commented 2 years ago

looks like this now, if find issues can reopen this image

Mythique commented 2 years ago

Thanks a lot, that is definitely nicer.

I've also noticed that some versions are duplicated in this view (2020.3.39f1 for example).

unitycoder commented 2 years ago

yes, those are coming from unity (i guess they upload same build multiple times or something), going to remove duplicates soon.