diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-11-09 21:41:04 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-11-09 21:41:04 -0500 |
commit | 76e5588f02b247204969efb488c3fb293601faeb (patch) | |
tree | e6c9d6b257a00ba0cc1f221b7ebcc53c7354d0a4 /docs/release-notes.md | |
parent | beb0b0aaf4e349cf911504a72b484d5642f6ac58 (diff) | |
download | SMAPI-76e5588f02b247204969efb488c3fb293601faeb.tar.gz SMAPI-76e5588f02b247204969efb488c3fb293601faeb.tar.bz2 SMAPI-76e5588f02b247204969efb488c3fb293601faeb.zip |
add option to disable console input
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index e140b13b..0843f59a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,6 +8,9 @@ --> ## Upcoming release +* For players: + * Added config option to disable console input. This may reduce CPU usage on some Linux systems. + * For the web UI: * Fixed log parser not showing screen IDs in split-screen mode, and improved screen display. |