summaryrefslogtreecommitdiff
path: root/release-notes.md
AgeCommit message (Expand)Author
2017-08-16add terminal support on Xfce (#345)Jesse Plamondon-Willard
2017-08-14fix SemanticVersion not being deserialisable through Json.NETJesse Plamondon-Willard
2017-08-14add content helper properties for the current languageJesse Plamondon-Willard
2017-08-14update release notes for upcoming SMAPI 1.15.2 releaseJesse Plamondon-Willard
2017-08-02add installer command-line arguments for scripting (#337)Jesse Plamondon-Willard
2017-08-02tweak release notesJesse Plamondon-Willard
2017-08-02fix Context.IsPlayerFree being false when player can't move (#330)Jesse Plamondon-Willard
2017-08-01standardise code & update release notes (#339)Jesse Plamondon-Willard
2017-07-31fix GraphicsEvents.Resize being raised before the game updates its window dat...Jesse Plamondon-Willard
2017-07-31fix AfterDayStarted event being raised during the new-game intro (#332)Jesse Plamondon-Willard
2017-07-31prevent mods from accessing SMAPI internals using its own reflection helper (...Jesse Plamondon-Willard
2017-07-23update release notes (#335)Jesse Plamondon-Willard
2017-07-23update release notes (#333)Jesse Plamondon-Willard
2017-07-23update compatibility listJesse Plamondon-Willard
2017-07-23make semantic versions equatable in 2.0Jesse Plamondon-Willard
2017-07-23remove TrainerMod's save and load commands in 2.0Jesse Plamondon-Willard
2017-07-13simplify SMAPI 2.0 release notesJesse Plamondon-Willard
2017-07-13use more readable colours if player has a light-backgrounded terminal (#327)Jesse Plamondon-Willard
2017-07-10fix TrainerMod including Json.NETJesse Plamondon-Willard
2017-07-10update release notes for 1.15.1Jesse Plamondon-Willard
2017-07-10normalise unique IDs in mod registry lookups, update release notesJesse Plamondon-Willard
2017-07-09fix Stardew Valley.exe being packaged with TrainerModJesse Plamondon-Willard
2017-07-07update for 1.15 releaseJesse Plamondon-Willard
2017-07-07simplify stardewvalley.targets support, add to release notes (#319)Jesse Plamondon-Willard
2017-07-07update release notes (#318)Jesse Plamondon-Willard
2017-07-06add optional mod dependencies in SMAPI 2.0 (#287)Jesse Plamondon-Willard
2017-07-05update 2.0 release notesJesse Plamondon-Willard
2017-07-05add InputEvents which unify keyboard, mouse, and controller input with more m...Jesse Plamondon-Willard
2017-07-03add SMAPI 2.0 release notesJesse Plamondon-Willard
2017-07-03defer some console changes until SMAPI 2.0Jesse Plamondon-Willard
2017-07-03bump all deprecation levels to 'pending removal'Jesse Plamondon-Willard
2017-07-03remove System.ValueTupleJesse Plamondon-Willard
2017-07-03add SMAPI 2.0 compile modeJesse Plamondon-Willard
2017-07-02update readme & polish release notes for 1.15Jesse Plamondon-Willard
2017-07-02simplify log timestamps in console (except in developer mode)Jesse Plamondon-Willard
2017-07-02further simplify console output for playersJesse Plamondon-Willard
2017-07-02fix rare crash for some players when window loses focus (#306)Jesse Plamondon-Willard
2017-07-02throw more useful error when JSON file is invalid (#314)Jesse Plamondon-Willard
2017-07-02add unified player_add command which adds any item type (#302)Jesse Plamondon-Willard
2017-07-02migrate list_items command to new item repository (#302)Jesse Plamondon-Willard
2017-07-01update release notes (#255)Jesse Plamondon-Willard
2017-07-01group skipped mods in console logJesse Plamondon-Willard
2017-06-27fix corrupted state exceptions not being logged by SMAPIJesse Plamondon-Willard
2017-06-27clean up log output when loading modsJesse Plamondon-Willard
2017-06-26change manifest.MinimumApiVersion to ISemanticVersionJesse Plamondon-Willard
2017-06-26improve logging when SMAPI loads modsJesse Plamondon-Willard
2017-06-19when the ObjectInformation.xnb file is broken, print one error instead of a w...Jesse Plamondon-Willard
2017-06-19make version parsing stricter, add unit tests for parsing (#309)Jesse Plamondon-Willard
2017-06-18enable string versions in manifest.json (#308)Jesse Plamondon-Willard
2017-06-18add support for minimum dependency versions (#286)Jesse Plamondon-Willard