Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2021-09-29 | show separate beta stats in mod compatibility list | Jesse Plamondon-Willard | |
2021-09-13 | enable beta info on the mod compatibility list by default | Jesse Plamondon-Willard | |
2021-08-25 | fix beta label in web UI | Jesse Plamondon-Willard | |
2021-04-04 | standardize spelling of 'macOS' | Jesse Plamondon-Willard | |
2020-12-20 | update for split-screen mode | Jesse Plamondon-Willard | |
This includes splitting GameRunner (the main game instance) from Game1 (now a per-screen game state), adding a PerScreen<T> utility to simplify per-screen values, adding separate per-screen input handling and events, adding new Context fields for split-screen, and logging the screen ID in split-screen mode to distinguish log entries. | |||
2020-09-13 | add support for renewing uploaded JSON/log files | Jesse Plamondon-Willard | |
2020-06-20 | remove special handling for SMAPI 3.6 beta | Jesse Plamondon-Willard | |
2020-06-20 | remember selected schema when editing a file | Jesse Plamondon-Willard | |
2020-05-16 | fix GitHub license images not using HTTPS | Jesse Plamondon-Willard | |
2020-05-16 | minor cleanup | Jesse Plamondon-Willard | |
2020-05-09 | update compatibility list for SMAPI 3.6 & Harmony 2.0 tracking (#711) | Jesse Plamondon-Willard | |
2020-05-09 | add GitHub licenses to mod compatibility list, update release notes | Jesse Plamondon-Willard | |
2020-05-09 | update web scripts | Jesse Plamondon-Willard | |
2020-05-07 | update web project to .NET Core 3.1 | Jesse Plamondon-Willard | |
2020-02-24 | add file pickers to web UI for mobile users | Jesse Plamondon-Willard | |
2020-02-18 | fix anchor position for new sticky header | Jesse Plamondon-Willard | |
2020-01-18 | update community links | Jesse Plamondon-Willard | |
2020-01-11 | update for compatibility list change | Jesse Plamondon-Willard | |
2020-01-05 | streamline front page design | Jesse Plamondon-Willard | |
2019-12-26 | Merge pull request #683 from danvolchek/fixtypo | Jesse Plamondon-Willard | |
[JSON Validator] Change 'log' to 'JSON file' on the JSON validator page | |||
2019-12-25 | display JSON file instead of log on the JSON validator page | Dan Volchek | |
2019-12-24 | fix log parser & JSON validator showing relative share URL | Jesse Plamondon-Willard | |
2019-12-22 | streamline local environments, update technical docs & privacy page | Jesse Plamondon-Willard | |
2019-12-21 | allow local dev environments without an Azure account | Jesse Plamondon-Willard | |
2019-12-16 | add option to edit & reupload in the JSON validator | Jesse Plamondon-Willard | |
2019-12-04 | fix JSON validator format selector no longer working since URL changes | Jesse Plamondon-Willard | |
2019-12-03 | move supporter list into environment config | Jesse Plamondon-Willard | |
2019-12-03 | encapsulate file storage, also handle Pastebin rate limits in JSON validator | Jesse Plamondon-Willard | |
2019-12-02 | update supporter list | Jesse Plamondon-Willard | |
2019-12-02 | fix incorrect link URLs in some cases | Jesse Plamondon-Willard | |
2019-12-02 | migrate from AWS to Azure | Jesse Plamondon-Willard | |
This commit migrates from subdomains to paths (due to the cost of a wildcard HTTPS certificate on Azure), adds a web project to redirect the old subdomains from AWS to Azure, and removes AWS-specific hacks. | |||
2019-11-27 | fallback to Amazon S3 if saving a log to Pastebin fails | Jesse Plamondon-Willard | |
2019-11-09 | overhaul update checks | Jesse Plamondon-Willard | |
This commit moves the core update-check logic serverside, and adds support for community-defined version mappings. For example, that means false update alerts can now be solved by the community for all players. | |||
2019-10-01 | update supporter list | Jesse Plamondon-Willard | |
2019-10-01 | add community short url | Jesse Plamondon-Willard | |
2019-09-14 | fix log parser changes | Jesse Plamondon-Willard | |
2019-09-14 | move platform to log parser model instead of middleware | Jesse Plamondon-Willard | |
2019-09-14 | remove custom enum, add Android to SMAPI's platform enum | Jesse Plamondon-Willard | |
This will also be used in an upcoming commit for SMAPI's target platform constant. | |||
2019-09-14 | rename namespace to be more accurate | Dan Volchek | |
2019-09-14 | detect the client's platform and check the appropriate input in the log parser | Dan Volchek | |
2019-09-14 | better handle stale age label on mod compatibility list | Jesse Plamondon-Willard | |
2019-09-14 | add footer tip about using schema directly, add details to page title (#654) | Jesse Plamondon-Willard | |
2019-09-14 | when uploading a new file to the JSON validator, prefill previous schema ↵ | Jesse Plamondon-Willard | |
type by default (#654) | |||
2019-09-14 | add error type code to HTML for convenience when adding custom error ↵ | Jesse Plamondon-Willard | |
messages (#654) | |||
2019-09-14 | tweak button names, update release notes (#654) | Jesse Plamondon-Willard | |
2019-09-14 | add user-friendly doc link & error messages, document validator, improve ↵ | Jesse Plamondon-Willard | |
manifest schema (#654) | |||
2019-09-14 | add line highlighting and linking (#654) | Jesse Plamondon-Willard | |
2019-09-14 | add JSON validator with initial support for manifest format (#654) | Jesse Plamondon-Willard | |
2019-09-14 | add background fetch for mod compatibility list (#651) | Jesse Plamondon-Willard | |