OpenLauncher icon indicating copy to clipboard operation
OpenLauncher copied to clipboard

Search for version

Open janisozaur opened this issue 3 years ago • 1 comments

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.

janisozaur avatar Jun 13 '22 07:06 janisozaur

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.

IntelOrca avatar Jun 13 '22 08:06 IntelOrca