diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-08 21:43:46 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-08 21:43:46 -0400 |
commit | e376386d250780c50f17c40f82419128b4e7beab (patch) | |
tree | 224e951ad635b7c78c7521341f01d2bbd9a95313 /docs | |
parent | 352fa4759e0b52ad25bd5d210639f57eabad6c89 (diff) | |
download | SMAPI-e376386d250780c50f17c40f82419128b4e7beab.tar.gz SMAPI-e376386d250780c50f17c40f82419128b4e7beab.tar.bz2 SMAPI-e376386d250780c50f17c40f82419128b4e7beab.zip |
set error code on exit (#868)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 080a4f20..14421c1a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,8 @@ ## Upcoming release * For players: + * SMAPI now sets a success/error code when the game exits. + _This is used by your OS (like Windows) to decide whether to keep the console window open when the game ends._ * Fixed SMAPI on Windows applying different DPI awareness settings than the game (thanks to spacechase0!). * Fixed Linux/macOS installer's color scheme question partly unreadable if the terminal background is dark. * Fixed error message when a mod loads an invalid PNG file (thanks to atravita!). |