summaryrefslogtreecommitdiff
path: root/release-notes.md
AgeCommit message (Expand)Author
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
2017-06-18enable C# 7 tuplesJesse Plamondon-Willard
2017-06-12add separate list of obsolete modsJesse Plamondon-Willard
2017-06-02tweak 1.14 release notesJesse Plamondon-Willard
2017-06-02fix release notes log linksJesse Plamondon-Willard
2017-06-02add TimeSpeed <2.2.1 to incompatibility listJesse Plamondon-Willard
2017-05-29deprecate TimeEvents.DayOfMonthChanged, SeasonOfYearChanged, and YearOfGameCh...Jesse Plamondon-Willard
2017-05-28bump minimum game version to 1.2.30Jesse Plamondon-Willard
2017-05-28log debug command output (#297)Jesse Plamondon-Willard
2017-05-27add Context.IsPlayerFreeJesse Plamondon-Willard
2017-05-27fix content API not matching XNB files with two dots (like 'a.b.xnb') if exte...Jesse Plamondon-Willard
2017-05-27improve libgdiplus.dylib fix for Mono playersJesse Plamondon-Willard
2017-05-25update release notes for map changesJesse Plamondon-Willard
2017-05-23fix Context.IsInDrawLoop having a public setterJesse Plamondon-Willard
2017-05-23fix rare crash when window loses focus for some playersJesse Plamondon-Willard
2017-05-22show friendly error when running install.exe from within zip fileJesse Plamondon-Willard
2017-05-22add Context.IsInDrawLoop for specialised modsJesse Plamondon-Willard
2017-05-21reimplement event deprecation warnings to fix "unknown mod" warningsJesse Plamondon-Willard
2017-05-21fix smapi-crash.txt being copied from default log even if --log-path is speci...Jesse Plamondon-Willard
2017-05-21enable mod dependencies (#285)Jesse Plamondon-Willard
2017-05-20show friendly errors when the game is missing or pre-1.2Jesse Plamondon-Willard
2017-05-20add metadata to internal mod registry & use mod display name everywhereJesse Plamondon-Willard
2017-05-19fix error when loading a mod with no versionJesse Plamondon-Willard
2017-05-18improve game install path detectionJesse Plamondon-Willard
2017-05-17clarify release noteJesse Plamondon-Willard
2017-05-17fix errors during overridden update loop immediately crashing the game with n...Jesse Plamondon-Willard
2017-05-16add internal refactoring to release notesJesse Plamondon-Willard
2017-05-16tweak release notesJesse Plamondon-Willard
2017-05-16fix maps not recognising custom tilesheets added through the SMAPI content APIJesse Plamondon-Willard
2017-05-16add warning for mods that don't have a name or versionJesse Plamondon-Willard
2017-05-15add Context.IsWorldReady flagJesse Plamondon-Willard
2017-05-15update compatibility blacklist for SDV 1.2Jesse Plamondon-Willard
2017-05-14fix world/player events being raised when the player loads a save due to valu...Jesse Plamondon-Willard
2017-05-13streamline crossplatform build with Mono 5.0, update readme, tweak release notesJesse Plamondon-Willard
2017-05-12fix error on Linux/Mac when a mod tries to load content immediately after sav...Jesse Plamondon-Willard
2017-05-11overhaul save handling to fix save events not triggering on Linux/Mac (#284)Jesse Plamondon-Willard
2017-05-10deprecate GameEvents.GameLoaded and GameEvents.FirstUpdateTickJesse Plamondon-Willard
2017-05-09fix installer finding redundant game paths on LinuxJesse Plamondon-Willard
2017-05-09add warning for mods that don't set the UniqueID manifest fieldJesse Plamondon-Willard
2017-05-09let mods dispose unmanaged resources when SMAPI is disposing (#282)Jesse Plamondon-Willard
2017-05-09add 'debug' console commandJesse Plamondon-Willard