minecraft-linux / mcpelauncher-ui-manifest

Manifest for the Qt launcher part, which lets you download and manage Minecraft versions and can assist in troubleshooting.
https://minecraft-linux.github.io
26 stars 8 forks source link

Hide Google Play latest if signed up in beta (Show beta version flag = false) #20

Closed ChristopherHX closed 3 years ago

ChristopherHX commented 4 years ago

depends on https://github.com/MCMrARM/Google-Play-API/pull/19 to know if in beta. Also beta archive shouldn't be shown if not signed up to beta.

ChristopherHX commented 3 years ago

The launcher now notice if in beta. Side effect code now blocks new updates by default if it isn't in the versiondb and you didn't enable "show incompatible versions" Truly reduce crashes of new versions for new users. Google play api is ready now for this feature. show beta versions now disabled if not in beta.

ChristopherHX commented 3 years ago

this should be fixed with 0.1p4, previously in 0.1p3 disabled for all configurations

toggle "show incompatible versions" => old behaviour (incl. showbeta) toggle "show beta" on => latest beta in the versionsdb, or newer if already downloaded toggle "show beta" off => latest stable in the versionsdb