diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-14 21:13:48 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-14 21:13:48 -0500 |
commit | ba0acf89c1a24bf70f150faf3bbbe1ac436c38fe (patch) | |
tree | 2a12b2a2bdd1efbb07ce6d60bb10ff0a60d537ec /docs/release-notes.md | |
parent | bce6a0552b69ec28cf7fafdc88fa3ed7a40d019b (diff) | |
download | SMAPI-ba0acf89c1a24bf70f150faf3bbbe1ac436c38fe.tar.gz SMAPI-ba0acf89c1a24bf70f150faf3bbbe1ac436c38fe.tar.bz2 SMAPI-ba0acf89c1a24bf70f150faf3bbbe1ac436c38fe.zip |
update for release
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 58d27ba0..1631c153 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,15 +8,15 @@ * Added support for organising mods: * You can now group mods into subfolders to organise them. * You can now mark a mod folder ignored by starting the name with a dot (like `.disabled mods`). - * Improved various error messages to be more clear and intuitive. * SMAPI now prevents a crash caused by mods adding dialogue the game can't parse. * SMAPI now recommends a compatible SMAPI version if you have an older game version. + * Improved various error messages to be more clear and intuitive. + * Improved compatibility with various Linux shells (thanks to lqdev!), and prefer xterm terminal when available. * Fixed transparency issues on Linux/Mac for some mod images. * Fixed error when a mod manifest is corrupted. * Fixed error when a mod adds an unnamed location. * Fixed friendly error no longer shown when SMAPI isn't run from the game folder. * Fixed some Windows install paths not detected. - * Fixed Linux compatibility issues for some players. SMAPI will now always use xterm if it's available. * Fixed installer duplicating bundled mods if you moved them after the last install. * Fixed translation issues not shown as warnings. * Fixed dependencies not correctly enforced if the dependency is installed but failed to load. |