|
1 | 1 | ← [README](README.md) |
2 | 2 |
|
3 | 3 | # Release notes |
4 | | -## 4.0.6 |
5 | | -Released 07 April 2024 for Stardew Valley 1.6.0 or later. |
| 4 | +## 4.0.7 |
| 5 | +Released 18 April 2024 for Stardew Valley 1.6.4 or later. |
6 | 6 |
|
7 | 7 | * For players: |
8 | | - * The SMAPI log file now includes installed mod IDs, to help with troubleshooting (thanks to DecidedlyHuman!). |
| 8 | + * Updated for Stardew Valley 1.6.4. **This drops compatibility with Stardew Valley 1.6.0–1.6.3.** |
9 | 9 | * The installer now lists detected game folders with an incompatible version to simplify troubleshooting. |
10 | | - * Fixed installer not detecting 1.6 compatibility branch. |
11 | 10 | * When the installer asks for a game folder path, entering an incorrect path to a file inside it will now still select the folder. |
| 11 | + * Fixed installer not detecting 1.6 compatibility branch. |
12 | 12 |
|
13 | | -* For mod authors: |
14 | | - * Added optional [`MinimumGameVersion` manifest field](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Manifest#Minimum_SMAPI_or_game_version). |
| 13 | +* For the web UI: |
| 14 | + * Updated `manifest.json` JSON schema for the new `MinimumGameVersion` field (thanks to KhloeLeclair!). |
15 | 15 |
|
16 | 16 | * For external tool authors: |
17 | 17 | * In the SMAPI toolkit, added a new `GetGameFoldersIncludingInvalid()` method to get all detected game folders and their validity type. |
18 | 18 |
|
| 19 | +## 4.0.6 |
| 20 | +Released 07 April 2024 for Stardew Valley 1.6.0 or later. |
| 21 | + |
| 22 | +* For players: |
| 23 | + * The SMAPI log file now includes installed mod IDs, to help with troubleshooting (thanks to DecidedlyHuman!). |
| 24 | + |
| 25 | +* For mod authors: |
| 26 | + * Added optional [`MinimumGameVersion` manifest field](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Manifest#Minimum_SMAPI_or_game_version). |
| 27 | + |
19 | 28 | ## 4.0.5 |
20 | 29 | Released 06 April 2024 for Stardew Valley 1.6.0 or later. |
21 | 30 |
|
22 | 31 | * For players: |
23 | | - * Updated for Stardew Valley 1.6.4. **This drops compatibility with Stardew Valley 1.6.0–1.6.3.** |
24 | 32 | * The installer now deletes obsolete files from very old SMAPI versions again. (This was removed in SMAPI 4.0, but many players still had very old versions.) |
25 | 33 | * The installer now deletes Error Handler automatically if it's at the default path. |
26 | 34 | * Fixed mods sometimes not applying logic inside new buildings. |
|
0 commit comments