OpenLauncher
OpenLauncher copied to clipboard
Search for version
One of the benefits you claim for this launcher to provide is for easy bisection on archival builds. It would be useful to the user of such functionality to allow for providing commit's sha1 where it would e.g. progressively filter to only versions that match.
Currently I am using unauthenticated GitHub API requests. I believe these are capped at 60 API requests per hour. You can only grab 1000 releases total per request and it is slow. So some UI to deal with that intelligently would also be needed for going back many builds. Currently I capped it at last 50 releases.