Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-17 | update schema for Content Patcher 1.22 | Jesse Plamondon-Willard | |
2021-04-04 | standardize spelling of 'macOS' | Jesse Plamondon-Willard | |
2021-03-07 | update the JSON schema for Content Patcher 1.21 | 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-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-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-05 | update schema for Content Patcher 1.19 | Jesse Plamondon-Willard | |
2020-10-03 | fix typo in CP schema | Jesse Plamondon-Willard | |
2020-09-18 | update JSON schema for Content Patcher 1.18 | Jesse Plamondon-Willard | |
2020-08-16 | fix CP validation for new 'Update' field | Jesse Plamondon-Willard | |
2020-08-16 | update schema for Content Patcher 1.17 | Jesse Plamondon-Willard | |
2020-08-03 | update Content Patcher schema for 1.16 | Jesse Plamondon-Willard | |
2020-07-04 | update Content Patcher format version in schema | Jesse Plamondon-Willard | |
2020-06-20 | add i18n schema to JSON validator | Jesse Plamondon-Willard | |
2020-05-16 | minor cleanup | Jesse Plamondon-Willard | |
2020-05-09 | add GitHub licenses to mod compatibility list, update release notes | Jesse Plamondon-Willard | |
2020-05-06 | update Content Patcher format in schema | Jesse Plamondon-Willard | |
2020-03-29 | fix AutoQualityPatch version in compatibility list | Jesse Plamondon-Willard | |
2020-03-27 | update schema for Content Patcher 1.13 | Jesse Plamondon-Willard | |
2020-02-24 | add file pickers to web UI for mobile users | Jesse Plamondon-Willard | |
2020-02-19 | update TMXL name in metadata | Jesse Plamondon-Willard | |
2020-02-18 | fix anchor position for new sticky header | Jesse Plamondon-Willard | |
2020-02-18 | update compatibility list | Jesse Plamondon-Willard | |
2020-02-17 | make compatibility list header sticky | Jesse Plamondon-Willard | |
2020-02-03 | update CP schema for .tmx support | Jesse Plamondon-Willard | |
2020-01-05 | streamline front page design | Jesse Plamondon-Willard | |
2019-12-22 | fix CP schema not requiring Default field if AllowBlank is omitted | Jesse Plamondon-Willard | |
2019-12-22 | streamline local environments, update technical docs & privacy page | Jesse Plamondon-Willard | |
2019-12-16 | update schemas for Content Patcher 1.11 | Jesse Plamondon-Willard | |
2019-12-04 | fix JSON validator format selector no longer working since URL changes | Jesse Plamondon-Willard | |
2019-12-03 | encapsulate file storage, also handle Pastebin rate limits in JSON validator | Jesse Plamondon-Willard | |
2019-12-03 | update Content Patcher schema | Jesse Plamondon-Willard | |
2019-12-02 | fix JSON Validator issues | Jesse Plamondon-Willard | |
2019-11-27 | fallback to Amazon S3 if saving a log to Pastebin fails | Jesse Plamondon-Willard | |
2019-11-24 | update compatibility list (#638) | Jesse Plamondon-Willard | |
2019-11-23 | update compatibility list (#638) | Jesse Plamondon-Willard | |
2019-11-16 | update CP schema to allow boolean values for Enabled field | 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-11-08 | add CurseForge to mod metadata (#605) | Jesse Plamondon-Willard | |
2019-09-14 | allow bool condition values in CP schema | Jesse Plamondon-Willard | |
2019-09-14 | fix validator not handling string entries (#654) | Jesse Plamondon-Willard | |