summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web
AgeCommit message (Collapse)Author
2021-11-28update compatibility listJesse Plamondon-Willard
2021-11-27automatically include beta versions on Nexus for SMAPI update checksJesse Plamondon-Willard
2021-11-27remove direct download for beta versionsJesse 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-11-27migrate web project to .NET 6, update web & unit test packagesJesse Plamondon-Willard
2021-10-31ignore WebDeploy filesJesse Plamondon-Willard
2021-10-31update Content Patcher schema for 1.24.0Jesse Plamondon-Willard
2021-10-02fix error performing update check for mods with no wiki entryJesse Plamondon-Willard
2021-10-02add support for unified mod data overrides on the wikiJesse Plamondon-Willard
2021-09-29show separate beta stats in mod compatibility listJesse Plamondon-Willard
2021-09-25add redirect for SMAPI release notesJesse Plamondon-Willard
2021-09-25remove obsolete buildmsg redirectJesse Plamondon-Willard
2021-09-13enable beta info on the mod compatibility list by defaultJesse Plamondon-Willard
2021-09-13fix JSON validator line numbers sometimes incorrectJesse Plamondon-Willard
2021-09-01add Big Silo to compatibility listJesse Plamondon-Willard
2021-08-25migrate web project to .NET 5Jesse Plamondon-Willard
2021-08-25fix beta label in web UIJesse Plamondon-Willard
2021-08-25fix update checks not recommending prerelease mod versions for SMAPI betaJesse Plamondon-Willard
2021-08-25fix prerelease update alerts shown for non-prerelease playersJesse Plamondon-Willard
2021-08-03add PlatoTK to compatibility listJesse Plamondon-Willard
2021-08-03update compatibility listJesse Plamondon-Willard
2021-08-02update compatibility listJesse Plamondon-Willard
2021-05-28fix i18n schema requiring wrong $schema valueJesse Plamondon-Willard
2021-05-25update schema for Content Patcher 1.23Jesse Plamondon-Willard
2021-05-22allow comments and trailing commas in schemas for VSCodeJesse Plamondon-Willard
The `allowComments` and `allowTrailingCommas` fields are VSCode-specific extensions to JSON Schema.
2021-04-30update web and unit test packagesJesse Plamondon-Willard
2021-04-30fix update subkeys for Nexus mods marked as adult contentJesse Plamondon-Willard
2021-04-17update schema for Content Patcher 1.22Jesse Plamondon-Willard
2021-04-04standardize spelling of 'macOS'Jesse Plamondon-Willard
2021-03-21split compile flag into separate Windows + XNA flags (#767)Jesse Plamondon-Willard
2021-03-21remove unused code (#767)Jesse Plamondon-Willard
2021-03-07update the JSON schema for Content Patcher 1.21Jesse Plamondon-Willard
2021-02-08fix compat list error if mod has no name field due to wiki rendering issuesJesse Plamondon-Willard
2021-02-06update schema for Content Patcher 1.20Jesse Plamondon-Willard
2021-01-23remove unused AlternativeUrl field in metadata modelJesse Plamondon-Willard
2021-01-23disable 'patched game code' warning for ErrorHandlerJesse Plamondon-Willard
It doesn't really make sense for SMAPI to show a warning about itself.
2021-01-15improve JSON validator schema for manifest update keysJesse Plamondon-Willard
2021-01-07add more helpful `help` command outputJesse Plamondon-Willard
2021-01-02update compatibility listJesse Plamondon-Willard
2020-12-30update compatibility listJesse Plamondon-Willard
2020-12-30add status reason details to past mods, clean out some old blacklist entriesJesse Plamondon-Willard
2020-12-29show details in TRACE logs when a mod is blocked by compatibility listJesse Plamondon-Willard
2020-12-23fix edge cases in SMAPI log parsing (#743)Jesse Plamondon-Willard
2020-12-20Merge branch 'stardew-valley-1.5' into developJesse Plamondon-Willard
# Conflicts: # docs/release-notes.md
2020-12-20update mod compatibility listJesse Plamondon-Willard
2020-12-20update for split-screen modeJesse 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-12-05update schema for Content Patcher 1.19Jesse Plamondon-Willard
2020-11-17update internal dependenciesJesse Plamondon-Willard
2020-10-03update dependenciesJesse Plamondon-Willard
2020-10-03fix typo in CP schemaJesse Plamondon-Willard
2020-09-27fix update-check error for Chucklefish mods due to site changeJesse Plamondon-Willard