summaryrefslogtreecommitdiff
path: root/release-notes.md
AgeCommit message (Collapse)Author
2017-02-08always use \r\n line endings in log file for crossplatform compatibility (#230)Jesse Plamondon-Willard
2017-02-08simplify log filenameJesse Plamondon-Willard
2017-02-08add SaveEvents.AfterReturnToTitle event (#231)Jesse Plamondon-Willard
2017-02-07add reflectionHelper.GetPrivateProperty<T> (#231)Jesse Plamondon-Willard
2017-02-07remove oldest deprecated code (#231)Jesse Plamondon-Willard
Since Stardew Valley 1.2 breaks most mods anyway, this commits removes the oldest deprecations and fixes the issues that are easiest for mods to update. See documentation for details.
2017-02-04update for 1.8 releaseJesse Plamondon-Willard
2017-02-04update deprecation level for Extensions classJesse Plamondon-Willard
2017-02-04tweak release notesJesse Plamondon-Willard
2017-02-03move install package's Mono/Windows folders out of rootJesse Plamondon-Willard
This will hopefully reduce confusion among players who go into "Windows" instead of running install.exe.
2017-02-02update release notes (#229)Jesse Plamondon-Willard
2017-02-02fix error when SMAPI tries to load Mac metadata files for DLLsJesse Plamondon-Willard
2017-01-25expose SemanticVersion constructor that parses a stringJesse Plamondon-Willard
2017-01-19update for 1.7 releaseJesse Plamondon-Willard
2017-01-19log deprecation warnings after list of loaded mods (#220)Jesse Plamondon-Willard
2017-01-19only call mod.Entry() once all mods have been loaded (#220)Jesse Plamondon-Willard
2017-01-19add public mod registry (#220)Jesse Plamondon-Willard
2017-01-19bump several deprecationsJesse Plamondon-Willard
2017-01-19add mod folder path to consoleJesse Plamondon-Willard
2017-01-18fix some world events being fired during game startup (#217)Jesse Plamondon-Willard
2017-01-18fix PlayerEvents.LoadedGame and SaveEvents.AfterLoad being fired before the ↵Jesse Plamondon-Willard
world finishes loading (#216)
2017-01-15update release notes linkJesse Plamondon-Willard
2017-01-15clean up 1.6 release notesJesse Plamondon-Willard
2017-01-15deprecate events replaced by save events (#215)Jesse Plamondon-Willard
2017-01-14remove redundant TrainerMod build config (#214)Jesse Plamondon-Willard
2017-01-14fix error when the console doesn't support colour (#206)Jesse Plamondon-Willard
2017-01-14add console commands to open game & date folders (#172)Jesse Plamondon-Willard
2017-01-14fix issue where default ICollection<T> values in config.json were duplicated ↵Jesse Plamondon-Willard
on each load (#209)
2017-01-14fix error loading mods if they have a .cache folder created on a different ↵Jesse Plamondon-Willard
platform (#211)
2017-01-14tweak JSON read error-handling, update release notesJesse Plamondon-Willard
2017-01-14add support for custom incompatible-mod-version error textJesse Plamondon-Willard
2017-01-14add support for incompatible mod version rangesJesse Plamondon-Willard
2017-01-11update release notesJesse Plamondon-Willard
2016-12-23update for SMAPI 1.5 releaseJesse Plamondon-Willard
2016-12-23increase deprecation levels for less-used deprecated codeJesse Plamondon-Willard
2016-12-22add known incompatible mods, update release notes (#192)Jesse Plamondon-Willard
2016-12-22add config setting to disable update checks (#202)Jesse Plamondon-Willard
2016-12-22update release notesJesse Plamondon-Willard
2016-12-18update release notesJesse Plamondon-Willard
2016-12-12update for 1.4 releaseJesse Plamondon-Willard
2016-12-10tweak release notesJesse Plamondon-Willard
2016-12-10detect which Linux command detects whether a command exists (#183)Jesse Plamondon-Willard
2016-12-09update release notes (#185)Jesse Plamondon-Willard
2016-12-08intercept mod errors in menu draw code so they don't crash the gameJesse Plamondon-Willard
2016-12-08update release notes (#189)Jesse Plamondon-Willard
2016-12-07open a terminal for SMAPI output on Mac (#183)Jesse Plamondon-Willard
2016-12-07fix installer not moving mods out of appdata if the game isn't installed on ↵Jesse Plamondon-Willard
the same Windows partition (#184)
2016-12-07fix the installer not removing TrainerMod from appdata if it's already in ↵Jesse Plamondon-Willard
the game mods folder
2016-12-07add TypeLoadException details when intercepted by SMAPIJesse Plamondon-Willard
2016-12-07replace out_items, out_melee, and out_rings commands with a searchable ↵Jesse Plamondon-Willard
list_items command
2016-12-06tweak installer wording to avoid confusionJesse Plamondon-Willard