diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-13 20:25:06 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-03-13 20:25:06 -0400 |
commit | afb3c49bbaab07f3148f70d54f5140cdd83f8c20 (patch) | |
tree | dd60902c878c38617f97644b912afb38c568755e /docs/release-notes.md | |
parent | 833d98f49136325edfc4463097710cf2391dd5b2 (diff) | |
parent | 76445dc3589265ba259070300120e96a17957e50 (diff) | |
download | SMAPI-afb3c49bbaab07f3148f70d54f5140cdd83f8c20.tar.gz SMAPI-afb3c49bbaab07f3148f70d54f5140cdd83f8c20.tar.bz2 SMAPI-afb3c49bbaab07f3148f70d54f5140cdd83f8c20.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 0da5220b..fdc06c87 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,30 @@ # Release notes +## 2.6 alpha +* For players: + * Updated for Stardew Valley 1.3 (multiplayer update); no longer compatible with earlier versions. + +* For modders: + * Dropped support for some deprecated APIs. + * Fixed some assets not being editable. + +## 2.5.3 +* For players: + * Simplified and improved skipped-mod messages. + * Fixed rare crash with some combinations of manifest fields and internal mod data. + * Fixed update checks failing for Nexus Mods due to a change in their API. + * Fixed update checks failing for some older mods with non-standard versions. + * Fixed error when a content pack needs a mod that couldn't be loaded. + * Fixed Linux ["magic number is wrong" errors](https://github.com/mono/mono/issues/6752) by changing default terminal order. + * Updated compatibility list and added update checks for more mods. + +* For the [log parser][]: + * Fixed incorrect filtering in some cases. + * Fixed error if mods have duplicate names. + * Fixed parse bugs if a mod has no author name. + +* For SMAPI developers: + * Internal changes to support the upcoming Stardew Valley 1.3 update. + ## 2.5.2 * For modders: * Fixed issue where replacing an asset through `asset.AsImage()` or `asset.AsDictionary()` didn't take effect. |