Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-13 | migrate to new project file format | Jesse Plamondon-Willard | |
2019-09-13 | add 'broke in' API fields (#638) | Jesse Plamondon-Willard | |
2019-09-13 | remove 'SMAPI 3.0 ready' API fields (#638) | Jesse Plamondon-Willard | |
2019-03-16 | add support for suppressing warnings in mod DB | Jesse Plamondon-Willard | |
2019-03-07 | update compatibility list | Jesse Plamondon-Willard | |
2019-03-07 | update for compatibility wiki page changes | Jesse Plamondon-Willard | |
2019-02-07 | tweak XNB mod message for clarity | Jesse Plamondon-Willard | |
2018-12-27 | tweak comment header convention | Jesse Plamondon-Willard | |
2018-12-27 | enable latest C# features | Jesse Plamondon-Willard | |
2018-12-16 | remove default SMAPI 3.0 strict mode in debug builds | Jesse Plamondon-Willard | |
2018-12-15 | add SMAPI 3.0 readiness to API data (#606) | Jesse Plamondon-Willard | |
2018-12-04 | update version parsing code (#606) | Jesse Plamondon-Willard | |
2018-12-04 | add SMAPI 3.0 compatibility strict mode (#606) | Jesse Plamondon-Willard | |
2018-12-02 | add ModDrop to mod compatibility page (#604) | Jesse Plamondon-Willard | |
2018-11-30 | add ModDrop support in API & update checks (#604) | Jesse Plamondon-Willard | |
2018-11-23 | strip newlines in manifest display fields | Jesse Plamondon-Willard | |
2018-11-19 | fix beta header shown on compat list when there's no current beta | Jesse Plamondon-Willard | |
2018-11-07 | deprecate version build field | Jesse Plamondon-Willard | |
2018-11-07 | deprecate old manifest version format | Jesse Plamondon-Willard | |
2018-11-04 | update HTTP URLs to HTTPS | Jesse Plamondon-Willard | |
2018-11-04 | update web packages | Jesse Plamondon-Willard | |
2018-10-27 | add support for ignored mod folders | Jesse Plamondon-Willard | |
2018-10-27 | update for changes to wiki compatibility list (#597) | Jesse Plamondon-Willard | |
2018-10-20 | fetch game versions from the wiki (#597) | Jesse Plamondon-Willard | |
2018-10-20 | fix Chucklefish pages not being linked (#597) | Jesse Plamondon-Willard | |
2018-10-20 | expand metadata fetched from the wiki (#597) | Jesse Plamondon-Willard | |
2018-10-01 | special-case '-unofficial' when comparing versions | Jesse Plamondon-Willard | |
2018-09-29 | fix mod web API returning a concatenated name for mods with alternate names | Jesse Plamondon-Willard | |
2018-09-27 | add separate error when player puts an XNB mod in Mods | Jesse Plamondon-Willard | |
2018-09-12 | update internal dependencies | Jesse Plamondon-Willard | |
2018-09-06 | add support for parallel stable/beta unofficial versions (#594) | Jesse Plamondon-Willard | |
2018-09-06 | fix SemanticVersionConverter no longer writing JSON in some cases | Jesse Plamondon-Willard | |
2018-09-02 | only use valid update keys in update-check logic (#592) | Jesse Plamondon-Willard | |
2018-09-02 | add update key parsing to toolkit (#592) | Jesse Plamondon-Willard | |
2018-08-31 | tweak semantic version converter to avoid invalid cast errors | Jesse Plamondon-Willard | |
2018-08-24 | fetch mod update keys from wiki when available | Jesse Plamondon-Willard | |
2018-08-22 | fix crash when a mod manifest is corrupted | Jesse Plamondon-Willard | |
2018-08-19 | add display name field to ModFolder (#583) | Jesse Plamondon-Willard | |
2018-08-19 | add recursive mod search (#583) | Jesse Plamondon-Willard | |
2018-08-19 | add data API (#468) | Jesse Plamondon-Willard | |
2018-08-18 | no longer allow non-relative paths for IContentPack.Read/WriteJsonFile (#468) | Jesse Plamondon-Willard | |
2018-08-18 | refactor some methods for reuse (#468) | Jesse Plamondon-Willard | |
2018-08-14 | drop backwards compatibility in update-check API | Jesse Plamondon-Willard | |
Update checks from older versions of SMAPI are never useful now that Stardew Valley 1.3 is released: older versions of SMAPI won't launch in Stardew Valley 1.3 (so they won't check for updates), and newer versions of SMAPI/mods won't work with older versions of the game. | |||
2018-08-11 | add support for loading unpacked .json files through content API (#576) | Jesse Plamondon-Willard | |
2018-08-08 | serialise all enums to string in JSON by default | Jesse Plamondon-Willard | |
2018-07-09 | fix various build issues | Jesse Plamondon-Willard | |
- installer not waiting until SaveBackup mod is compiled before preparing release build; - missing XML doc files for new toolkit assemblies; - missing XML doc file in SMAPI release build; - SaveBackup including toolkit DLL. | |||
2018-07-03 | fix missing manifest not marking mod invalid (#532) | Jesse Plamondon-Willard | |
2018-07-02 | fix backwards-compatible API fields not being serialised (#532) | Jesse Plamondon-Willard | |
2018-07-01 | add toolkit method for API data (#532) | Jesse Plamondon-Willard | |
2018-06-30 | move basic mod scanning into the toolkit (#532) | Jesse Plamondon-Willard | |