|
1 | 1 | ← [README](README.md) |
2 | 2 |
|
3 | 3 | # Release notes |
4 | | -## Upcoming release |
| 4 | +## 4.1.8 |
| 5 | +Released 28 November 2024 for Stardew Valley 1.6.14 or later. |
| 6 | + |
5 | 7 | * For players: |
6 | | - * Updated mod compatibility list. |
7 | | - * Fixed crash with some rare combinations of mods involving Harmony and mod APIs. |
| 8 | + * Updated the mod compatibility blacklist. |
8 | 9 | * Fixed compatibility with newer macOS security restrictions. |
| 10 | + * Fixed crash with some rare combinations of mods involving Harmony and mod APIs. |
9 | 11 |
|
10 | 12 | * For mod authors: |
11 | | - * Added `PathUtilities.CreateSlug` to turn an arbitrary string into a safe 'slug' that can be used in special contexts like URLs and file paths. |
| 13 | + * Added `PathUtilities.CreateSlug` to get a safe Unicode string for use in special contexts like URLs and file paths. |
12 | 14 | _For example, `PathUtilities.CreateSlug("some 例子?!/\\~ text")` becomes `"some-例子-text"`._ |
13 | | - * `PathUtilities.IsSlug` is now less strict and allows more Unicode characters. |
| 15 | + * `PathUtilities.IsSlug` now allows more Unicode characters. |
14 | 16 | * Updated [Pintail](https://github.com/Nanoray-pl/Pintail) 2.6.0 → 2.6.1 (see [changes](https://github.com/Nanoray-pl/Pintail/blob/master/docs/release-notes.md#261)). |
15 | 17 |
|
16 | 18 | * For the web UI: |
17 | | - * Revamped how the mod compatibility list works to simplify maintenance. |
18 | 19 | * Fixed log parser not highlighting update alerts for mods which SMAPI couldn't load. |
19 | 20 | * Fixed CurseForge links not shown for mods that have a CurseForge page. |
20 | 21 |
|
21 | 22 | * For external tools: |
22 | | - * Updated SMAPI toolkit for the new [mod compatibility repo](https://github.com/Pathoschild/SmapiCompatibilityList), which replaces the former [wiki page](https://stardewvalleywiki.com/Modding:Mod_compatibility). |
23 | | - * Added toolkit method to get the URL from an update key site + mod ID. |
| 23 | + * Revamped the mod compatibility list to simplify maintenance. It's now stored [in a Git repo](https://github.com/Pathoschild/SmapiCompatibilityList), which replaces the former [wiki page](https://stardewvalleywiki.com/Modding:Mod_compatibility). |
| 24 | + * Added toolkit method to get the URL from an update key's site and mod ID. |
24 | 25 |
|
25 | 26 | ## 4.1.7 |
26 | 27 | Released 12 November 2024 for Stardew Valley 1.6.14 or later. |
|
0 commit comments