diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-23 00:35:43 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-23 00:35:43 -0400 |
commit | b942c89dcf5b9e150c9aef51edac79d0890b8b9e (patch) | |
tree | 7351940e26ce953f6f58c0c72239e2b33aefb4f1 /docs | |
parent | d9c6015163a3a20cc7e84c512efe04b6d210ac65 (diff) | |
download | SMAPI-b942c89dcf5b9e150c9aef51edac79d0890b8b9e.tar.gz SMAPI-b942c89dcf5b9e150c9aef51edac79d0890b8b9e.tar.bz2 SMAPI-b942c89dcf5b9e150c9aef51edac79d0890b8b9e.zip |
fix launch issue for Linux players with some terminals (#489, #526)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 86ba5e49..24665638 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -14,6 +14,7 @@ * Fixed `smapi.io/install` not linking to a useful page. * Fixed `world_setseason` command not running season-change logic. * Fixed mod update checks failing if a mod only has prerelease versions on GitHub. + * Fixed launch issue for Linux players with some terminals. (Thanks to HanFox and kurumushi!) * Renamed `install.exe` to `install on Windows.exe` to avoid confusion. * For modders: |