diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-03 14:26:45 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-03 14:26:45 -0400 |
commit | 18e5e42529e13f21553651014a93c0f48cd93a59 (patch) | |
tree | 642eea265b07ad61909e50c60b2f0740ba3a8302 /release-notes.md | |
parent | 0f05e7bd54823750d6ccd153ec929e831b51f426 (diff) | |
download | SMAPI-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.md | 7 |
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. |