Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-12 | enable nullable annotations in the web project & related code (#837) | Jesse Plamondon-Willard | |
2022-04-06 | enable nullable annotations by default (#837) | Jesse Plamondon-Willard | |
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally. | |||
2022-04-06 | use target-typed new | Jesse Plamondon-Willard | |
2022-02-11 | use Array.Empty to avoid unneeded array allocations | Jesse Plamondon-Willard | |
2021-11-27 | remove direct download for beta versions | Jesse Plamondon-Willard | |
With this change, only the main version has a direct download. Showing beta info here caused a few issues: * The vast majority of players don't use the game beta, so they were often confused about which version to download. * Beta versions typically have much longer release info (e.g. detailed summary, release notes, caveats and warnings, etc), and the extra download button made the player guide button under it less prominent and visible. Those both contributed to information overload and the above confusion. * Unlike main versions, beta versions aren't permanently archived on GitHub (since the beta branch is routinely rebased onto the latest stable update). That makes it messy to manage beta releases through GitHub. Instead there's now a message under the download button which clearly links to where the beta version can be downloaded. | |||
2019-12-30 | fix main sidebar link pointing to wiki instead of home page | Jesse Plamondon-Willard | |
2019-12-03 | move supporter list into environment config | Jesse Plamondon-Willard | |
2019-09-13 | tweak smapi.io logic to allow hidden non-old downloads | Jesse Plamondon-Willard | |
2019-02-24 | fix smapi.io linking to an archived download in rare cases | Jesse Plamondon-Willard | |
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard | |
2018-11-05 | add privacy page | Jesse Plamondon-Willard | |
2018-08-26 | make beta download blurb configurable (#585) | Jesse Plamondon-Willard | |
2018-07-29 | make beta version on smapi.io optional (#569) | Jesse Plamondon-Willard | |
2018-06-24 | merge ISemanticVersion interfaces into new project (#532) | Jesse Plamondon-Willard | |
2018-06-09 | strip 'noinclude' blocks from release descriptions serverside | Jesse Plamondon-Willard | |
2018-06-09 | optimise index page queries | Jesse Plamondon-Willard | |
2018-05-25 | add semantic version to toolkit (#532) | Jesse Plamondon-Willard | |
2018-05-17 | add beta for-developers download to smapi.io | Jesse Plamondon-Willard | |
2018-05-01 | unify SMAPI.AssemblyRewriters and SMAPI.Common projects | Jesse Plamondon-Willard | |
2018-03-15 | prepare home page for upcoming beta (#457) | Jesse Plamondon-Willard | |
2017-12-25 | cache release info (#411) | Jesse Plamondon-Willard | |
2017-12-25 | add basic download page (#411) | Jesse Plamondon-Willard | |