SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Create download page

Pathoschild opened this issue ยท 4 comments

commented

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.

commented

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?

commented

Done in develop and pushed live. Here's the first released version for reference:

commented

@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.

commented

First version implemented in feature/download-page, but needs design work to make it pretty:

image