summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-07-03 14:26:45 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-07-03 14:26:45 -0400
commit18e5e42529e13f21553651014a93c0f48cd93a59 (patch)
tree642eea265b07ad61909e50c60b2f0740ba3a8302 /release-notes.md
parent0f05e7bd54823750d6ccd153ec929e831b51f426 (diff)
downloadSMAPI-18e5e42529e13f21553651014a93c0f48cd93a59.tar.gz
SMAPI-18e5e42529e13f21553651014a93c0f48cd93a59.tar.bz2
SMAPI-18e5e42529e13f21553651014a93c0f48cd93a59.zip
defer some console changes until SMAPI 2.0
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/release-notes.md b/release-notes.md
index e34990aa..0d34e8e0 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -4,21 +4,24 @@
## 2.0
See [log](https://github.com/Pathoschild/SMAPI/compare/1.10...2.0).
+For players:
+* The SMAPI console is now cleaner and simpler.
+
For mod developers:
-* The manifest.json version can now be specified as a string.
* SMAPI mods can now edit XNB images and data loaded by the game (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Content)).
+* The manifest.json version can now be specified as a string.
-->
## 1.15
See [log](https://github.com/Pathoschild/SMAPI/compare/1.14...1.15).
For players:
-* Several changes to the SMAPI console to make it simpler for players.
* 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.