summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
AgeCommit message (Collapse)Author
2018-11-04migrate to new Harmony NuGet packageJesse Plamondon-Willard
2018-11-03add APIs to send/receive messages in multiplayer (#480)Jesse Plamondon-Willard
2018-10-28fix Context.IsPlayerFree being true before player finishes transitioning to ↵Jesse Plamondon-Willard
a new location in multiplayer
2018-10-27add support for ignored mod foldersJesse Plamondon-Willard
2018-10-27fix friendly error no longer shown when SMAPI isn't run from the game folderJesse Plamondon-Willard
2018-10-21add troubleshooting guide link to intro, update release notes (#597)Jesse Plamondon-Willard
2018-10-20recommend compatible SMAPI version in game version check errorJesse Plamondon-Willard
2018-10-08tweak release note (#595)Jesse Plamondon-Willard
2018-10-08display author of content packsdanvolchek
2018-10-08track game logs separately in log parserJesse Plamondon-Willard
2018-10-08prevent game crash caused by invalid dialogueJesse Plamondon-Willard
2018-10-08make duplicate-mod more intuitiveJesse Plamondon-Willard
The error now shows the relative folder paths (instead of manifest IDs), and only one error will be logged instead of one per duplicate.
2018-10-08add more events (#310)Jesse Plamondon-Willard
2018-10-01special-case '-unofficial' when comparing versionsJesse Plamondon-Willard
2018-10-01add error if player has wrong version of SMAPI installed for their OSJesse Plamondon-Willard
2018-09-29fix command errors logged as SMAPI instead of the affected modJesse Plamondon-Willard
2018-09-29fix mod web API returning a concatenated name for mods with alternate namesJesse Plamondon-Willard
2018-09-27add separate error when player puts an XNB mod in ModsJesse Plamondon-Willard
2018-09-25add support for semi-transparency when overlaying imagesJesse Plamondon-Willard
2018-09-21fix crash when mods add an invalid location with no nameJesse Plamondon-Willard
2018-09-18fix trace logs not showing path for invalid modsJesse Plamondon-Willard
2018-09-18fix dependencies not enforced if the dependency failed in the load phaseJesse Plamondon-Willard
2018-09-18fix translation issues not shown as warningsJesse Plamondon-Willard
2018-09-18prefer xterm when launching SMAPIJesse Plamondon-Willard
2018-09-06add support for parallel stable/beta unofficial versions (#594)Jesse Plamondon-Willard
2018-09-04update compatibility listJesse Plamondon-Willard
2018-09-03fix transparency issues on Linux/Mac due to MonoGame bug (#279)Jesse Plamondon-Willard
2018-09-03rewrite PNG premultiplication so mods can load PNGs during a draw cycleJesse Plamondon-Willard
2018-09-02only use valid update keys in update-check logic (#592)Jesse Plamondon-Willard
2018-08-31add paranoid warnings mode (#590)Jesse Plamondon-Willard
2018-08-26add more default game install pathsJesse Plamondon-Willard
2018-08-24fetch mod update keys from wiki when availableJesse Plamondon-Willard
2018-08-24suppress the game's 'added cricket' debug outputJesse Plamondon-Willard
2018-08-24fix path init error-handling using monitor before it's initialisedJesse Plamondon-Willard
2018-08-22change mod registry to return a container interface (#534)Jesse Plamondon-Willard
2018-08-22fix crash when a mod manifest is corruptedJesse Plamondon-Willard
2018-08-19add installer logic to detect if player moved the bundled mods (#583)Jesse Plamondon-Willard
2018-08-19adjust SaveBackup mod to simplify installer logic (#583)Jesse Plamondon-Willard
2018-08-19add recursive mod search (#583)Jesse Plamondon-Willard
2018-08-19move most SMAPI files into subfolder (#582)Jesse Plamondon-Willard
2018-08-19add data API (#468)Jesse Plamondon-Willard
2018-08-18no longer allow non-relative paths for IContentPack.Read/WriteJsonFile (#468)Jesse Plamondon-Willard
2018-08-18add IContentPack.WriteJsonFile method (#468)Jesse Plamondon-Willard
2018-08-18mark old SpaceCore versions incompatibleJesse Plamondon-Willard
2018-08-14update for SMAPI 2.7 releaseJesse Plamondon-Willard
2018-08-14drop backwards compatibility in update-check APIJesse 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-12add asset propagation for map tilesheets (#570)Jesse Plamondon-Willard
2018-08-12fix asset propagation for child sprites (#573)Jesse Plamondon-Willard
2018-08-11add asset propagation for dialogue changes (#580)Jesse Plamondon-Willard
2018-08-11let Linux/Mac players choose the console scheme when installing (#554)Jesse Plamondon-Willard