-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Would it be possible to list the Fork versions that are downloadable via the CDN? This would be very useful when one wishes to temporarily downgrade their local installation of Fork (as I do sometimes, when bugs/regressions occur in new releases).
-
I'd imagine the simplest solution would be enable public "directory browsing" (or equivalent) at the CDN, if the option to do so is available? Visiting https://cdn.fork.dev/win/ would list all versions in that directory, instead of producing the XML "access denied" error that it currently does.
e.g., the Fedora mirror at https://mirror.aarnet.edu.au/pub/fedora/linux/releases/ lists the contents of that directory and therefore, one can browse available versions. Many Linux distributions do this. -
Another would be to maintain a list of corresponding releases with links to downloads, in the tracker repos as a file or as GitHub releases; although, this would require extra work or an automation to be kept up to date.