From 2781c27786739abc6f8f948e3068b0c997296524 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 19 May 2017 23:49:59 -0400 Subject: fix error when loading a mod with no version --- release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'release-notes.md') diff --git a/release-notes.md b/release-notes.md index 641071e5..ce91c693 100644 --- a/release-notes.md +++ b/release-notes.md @@ -10,6 +10,12 @@ For mod developers: images). --> +## 1.13.1 +See [log](https://github.com/Pathoschild/SMAPI/compare/1.13...1.13.1). + +For players: +* Fixed error when loading a mod with no version. + ## 1.13 See [log](https://github.com/Pathoschild/SMAPI/compare/1.12...1.13). -- cgit From 9ef4876c5e7de02d17785ebe7950f0edc57ae194 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 20 May 2017 00:29:04 -0400 Subject: add metadata to internal mod registry & use mod display name everywhere --- release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release-notes.md') diff --git a/release-notes.md b/release-notes.md index ce91c693..b7f5f1f7 100644 --- a/release-notes.md +++ b/release-notes.md @@ -14,7 +14,8 @@ For mod developers: See [log](https://github.com/Pathoschild/SMAPI/compare/1.13...1.13.1). For players: -* Fixed error when loading a mod with no version. +* Fixed errors when loading a mod with no name or version. +* Fixed mods with no manifest `Name` field having no name (SMAPI will now shows their filename). ## 1.13 See [log](https://github.com/Pathoschild/SMAPI/compare/1.12...1.13). -- cgit