MaximumADHD / Roblox-Studio-Mod-Manager

An open-source custom bootstrapper for Roblox Studio that allows you to override files in Roblox Studio's directory, opt into development branches of Roblox, and experiment with Fast Flags.
MIT License
277 stars 50 forks source link

Launcher should check for update on launch #43

Closed LouieK22 closed 4 years ago

LouieK22 commented 4 years ago

Since this project doesn't use releases, there is no way to watch releases. Therefore the only way to know when a new version releases is to routinely check the Github page. The launcher should automate this and check for the user when launched.

MaximumADHD commented 4 years ago

Agreed. I’ll be looking into this.

MaximumADHD commented 4 years ago

I guess the best option here would be to just start using releases. Interfacing with GitHub's API would be annoying anyway.

MaximumADHD commented 4 years ago

Using releases now. Let me know if this is sufficient! https://github.com/CloneTrooper1019/Roblox-Studio-Mod-Manager/releases

LouieK22 commented 4 years ago

It would be sufficient if you posted the critical update as a release.