Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-28 | update compatibility list | Jesse Plamondon-Willard | |
2021-11-27 | automatically include beta versions on Nexus for SMAPI update checks | 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. | |||
2021-11-27 | migrate web project to .NET 6, update web & unit test packages | Jesse Plamondon-Willard | |
2021-10-31 | ignore WebDeploy files | Jesse Plamondon-Willard | |
2021-10-31 | update Content Patcher schema for 1.24.0 | Jesse Plamondon-Willard | |
2021-10-02 | fix error performing update check for mods with no wiki entry | Jesse Plamondon-Willard | |
2021-10-02 | add support for unified mod data overrides on the wiki | Jesse Plamondon-Willard | |
2021-09-29 | show separate beta stats in mod compatibility list | Jesse Plamondon-Willard | |
2021-09-25 | add redirect for SMAPI release notes | Jesse Plamondon-Willard | |
2021-09-25 | remove obsolete buildmsg redirect | Jesse Plamondon-Willard | |
2021-09-13 | enable beta info on the mod compatibility list by default | Jesse Plamondon-Willard | |
2021-09-13 | fix JSON validator line numbers sometimes incorrect | Jesse Plamondon-Willard | |
2021-09-01 | add Big Silo to compatibility list | Jesse Plamondon-Willard | |
2021-08-25 | migrate web project to .NET 5 | Jesse Plamondon-Willard | |
2021-08-25 | fix beta label in web UI | Jesse Plamondon-Willard | |
2021-08-25 | fix update checks not recommending prerelease mod versions for SMAPI beta | Jesse Plamondon-Willard | |
2021-08-25 | fix prerelease update alerts shown for non-prerelease players | Jesse Plamondon-Willard | |
2021-08-03 | add PlatoTK to compatibility list | Jesse Plamondon-Willard | |
2021-08-03 | update compatibility list | Jesse Plamondon-Willard | |
2021-08-02 | update compatibility list | Jesse Plamondon-Willard | |
2021-05-28 | fix i18n schema requiring wrong $schema value | Jesse Plamondon-Willard | |
2021-05-25 | update schema for Content Patcher 1.23 | Jesse Plamondon-Willard | |
2021-05-22 | allow comments and trailing commas in schemas for VSCode | Jesse Plamondon-Willard | |
The `allowComments` and `allowTrailingCommas` fields are VSCode-specific extensions to JSON Schema. | |||
2021-04-30 | update web and unit test packages | Jesse Plamondon-Willard | |
2021-04-30 | fix update subkeys for Nexus mods marked as adult content | Jesse Plamondon-Willard | |
2021-04-17 | update schema for Content Patcher 1.22 | Jesse Plamondon-Willard | |
2021-04-04 | standardize spelling of 'macOS' | Jesse Plamondon-Willard | |
2021-03-21 | split compile flag into separate Windows + XNA flags (#767) | Jesse Plamondon-Willard | |
2021-03-21 | remove unused code (#767) | Jesse Plamondon-Willard | |
2021-03-07 | update the JSON schema for Content Patcher 1.21 | Jesse Plamondon-Willard | |
2021-02-08 | fix compat list error if mod has no name field due to wiki rendering issues | Jesse Plamondon-Willard | |
2021-02-06 | update schema for Content Patcher 1.20 | Jesse Plamondon-Willard | |
2021-01-23 | remove unused AlternativeUrl field in metadata model | Jesse Plamondon-Willard | |
2021-01-23 | disable 'patched game code' warning for ErrorHandler | Jesse Plamondon-Willard | |
It doesn't really make sense for SMAPI to show a warning about itself. | |||
2021-01-15 | improve JSON validator schema for manifest update keys | Jesse Plamondon-Willard | |
2021-01-07 | add more helpful `help` command output | Jesse Plamondon-Willard | |
2021-01-02 | update compatibility list | Jesse Plamondon-Willard | |
2020-12-30 | update compatibility list | Jesse Plamondon-Willard | |
2020-12-30 | add status reason details to past mods, clean out some old blacklist entries | Jesse Plamondon-Willard | |
2020-12-29 | show details in TRACE logs when a mod is blocked by compatibility list | Jesse Plamondon-Willard | |
2020-12-23 | fix edge cases in SMAPI log parsing (#743) | Jesse Plamondon-Willard | |
2020-12-20 | Merge branch 'stardew-valley-1.5' into develop | Jesse Plamondon-Willard | |
# Conflicts: # docs/release-notes.md | |||
2020-12-20 | update mod compatibility list | 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-12-05 | update schema for Content Patcher 1.19 | Jesse Plamondon-Willard | |
2020-11-17 | update internal dependencies | Jesse Plamondon-Willard | |
2020-10-03 | update dependencies | Jesse Plamondon-Willard | |
2020-10-03 | fix typo in CP schema | Jesse Plamondon-Willard | |
2020-09-27 | fix update-check error for Chucklefish mods due to site change | Jesse Plamondon-Willard | |