sebescudie / GammaLauncher

A simple launcher for VVVV Gamma
GNU General Public License v3.0
48 stars 7 forks source link

Stable versions not listed #32

Closed mhusinsky closed 11 months ago

mhusinsky commented 2 years ago

I have the case here that the latest stable version won't get listed (I don't see the 21.4.7) grafik

I'm guessing that this is because 21.8 and 22.5 previews don't leave enough space (looks like it's capped at 10 items).

sebescudie commented 2 years ago

Hey! The way it's working now is that I'm just retrieving active branches from the TeamCity API, and for each of them I list the last five successful builds. So it actually really depends on how it's setup there. I've also noticed that when a stable version is released, it shows up there for a couple of days and then disappears.

I tried a few times to get access to stable releases as well but did not manage to do so. Will investigate that for sure for the next release, thanks for the report!