diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-19 12:23:40 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-01-19 12:23:40 -0500 |
commit | e9cb691251668af87f25549fdedaf382e820075f (patch) | |
tree | 4050e29fc79c54877de5d2ecf905a5befcd512e2 /release-notes.md | |
parent | 6adf199987a506f8a65f6c1ddfad5aa9fa2a6a9f (diff) | |
parent | b90387668d5fee2ebf67d730dbb3aa8cec6a5b67 (diff) | |
download | SMAPI-e9cb691251668af87f25549fdedaf382e820075f.tar.gz SMAPI-e9cb691251668af87f25549fdedaf382e820075f.tar.bz2 SMAPI-e9cb691251668af87f25549fdedaf382e820075f.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md index 6945a71a..4e7b3a30 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,4 +1,19 @@ -# Release notes +# Release notes + +## 1.7 +See [log](https://github.com/Pathoschild/SMAPI/compare/1.6...1.7). + +For players: +* The console now shows the folder path where mods should be added. +* The console now shows deprecation warnings after the list of loaded mods (instead of intermingled). + +For mod developers: +* Added a mod registry which provides metadata about loaded mods. +* The `Entry(…)` method is now deferred until all mods are loaded. +* Fixed `SaveEvents.BeforeSave` and `.AfterSave` not triggering on days when the player shipped something. +* Fixed `PlayerEvents.LoadedGame` and `SaveEvents.AfterLoad` being fired before the world finishes initialising. +* Fixed some `LocationEvents`, `PlayerEvents`, and `TimeEvents` being fired during game startup. +* Increased deprecation levels for `SObject`, `LogWriter` (not `Log`), and `Mod.Entry(ModHelper)` (not `Mod.Entry(IModHelper)`) to _pending removal_. Increased deprecation levels for `Mod.PerSaveConfigFolder`, `Mod.PerSaveConfigPath`, and `Version.VersionString` to _info_. ## 1.6 See [log](https://github.com/Pathoschild/SMAPI/compare/1.5...1.6). |