summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-07-07 17:20:09 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-07-07 17:20:09 -0400
commitd426d724984704ec43bb3a264bf15fd81fb28d77 (patch)
treef7fff22dba72a3e4232556dea879ae71bd11a94f /release-notes.md
parentf1fabd410baa5cdb29d2ea7dfbca38292d1a2546 (diff)
downloadSMAPI-d426d724984704ec43bb3a264bf15fd81fb28d77.tar.gz
SMAPI-d426d724984704ec43bb3a264bf15fd81fb28d77.tar.bz2
SMAPI-d426d724984704ec43bb3a264bf15fd81fb28d77.zip
update for 1.15 release
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-notes.md b/release-notes.md
index 6fac3b73..6b860f4f 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -20,12 +20,12 @@ For mod developers:
See [log](https://github.com/Pathoschild/SMAPI/compare/1.14...1.15).
For players:
+* Cleaned up SMAPI console a bit.
* Revamped TrainerMod's item commands:
* `player_add` is a new command to add any item to your inventory (including tools, weapons, equipment, craftables, wallpaper, etc). This replaces the former `player_additem`, `player_addring`, and `player_addweapon`.
* `list_items` now shows all items in the game. You can search by item type like `list_items weapon`, or search by item name like `list_items galaxy sword`.
* `list_items` now also matches translated item names when playing in another language.
* `list_item_types` is a new command to see a list of item types.
-* Cleaned up SMAPI console a bit.
* Fixed unhelpful error when a `config.json` is invalid.
* Fixed rare crash when window loses focus for a few players (further to fix in 1.14).
* Fixed invalid `ObjectInformation.xnb` causing a flood of warnings; SMAPI now shows one error instead.