Create download page
Pathoschild opened this issue ยท 4 comments
GitHub redesigned its releases page to list files before the release description, which means more players confused about which download they need. Create a user-friendly download page that links to the latest download automatically.
I've just had a look at github's API, if you want I could write up a bit of javascript that automatically finds the latest SMAPI release and packages the info into a user-friendly frame?
@Entoarox Thanks for the offer! I'd prefer to keep the queries serverside though, since we'll need to pass GitHub authentication info to the API to avoid rate limits.