You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,20 +7,22 @@
7
7
_If needed, you can update to SMAPI 3.16.0 first and then install the latest version._
8
8
-->
9
9
10
-
## Upcoming release
10
+
## 3.18.4
11
+
Released 24 June 2023 for Stardew Valley 1.5.6 or later.
12
+
11
13
* For players:
12
14
* In multiplayer, the game/SMAPI window titles now show whether you're the main player or a farmhand.
13
-
* The `test_input` console command now logs player input until the command is run again, instead of only 30 seconds.
14
-
* Fixed wezterm terminal support on Linux/macoS (thanks to romangraef!).
15
+
* The `test_input` console command now logs input until the command is run again (instead of for 30 seconds).
15
16
* Fixed logged SMAPI errors not having line numbers on Linux/macOS.
17
+
* Fixed wezterm terminal support on Linux/macoS (thanks to romangraef!).
16
18
* Fixed install error if a game folder has an invalid symlink.
17
19
18
20
* For mod authors:
19
-
* Added `--no-prompt` command-line argument for the installer, to better support running it automatically (thanks to NyCodeGHG!).
21
+
* Added `--no-prompt`installer command-line argument for automated tools (thanks to NyCodeGHG!).
20
22
* Added clearer error message when a map tilesheet has no image source (thanks to atravita!).
21
23
* Fixed `Context.HasRemotePlayers` being true when there's no farmhands connected.
22
-
* Fixed error loading a mod if it sets `"MinimumApiVersion": null` explicitly.
23
-
* Updated Newtonsoft.Json 13.0.2 → 13.0.3 (see [changes](https://github.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.3)) and Pintail 2.2.2 → 2.3.0 (see [changes](https://github.com/Nanoray-pl/Pintail/blob/master/docs/release-notes.md#230)).
24
+
* Fixed error loading a mod if it explicitly sets `"MinimumApiVersion": null`.
25
+
* Updated Newtonsoft.Json 13.0.2 → 13.0.3 (see [changes](https://github.com/JamesNK/Newtonsoft.Json/releases/tag/13.0.3)) and Pintail 2.2.2 → 2.3.0 (see [changes](https://github.com/Nanoray-pl/Pintail/blob/master/docs/release-notes.md#230)).
0 commit comments