update release notes
This commit is contained in:
parent
f3ff334c08
commit
1749a82947
|
@ -9,8 +9,12 @@
|
||||||
|
|
||||||
## Upcoming release
|
## Upcoming release
|
||||||
* For players:
|
* For players:
|
||||||
* Fixed SMAPI applying different DPI awareness settings than the game (thanks to spacechase0!).
|
* 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 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!).
|
||||||
|
* Fixed macOS launcher using Terminal regardless of the system's default terminal (thanks to ishan!).
|
||||||
|
* Fixed best practices in Linux/macOS launcher scripts (thanks to ishan!).
|
||||||
|
* Improved translations. Thanks to KediDili (updated Turkish)!
|
||||||
|
|
||||||
* For mod authors:
|
* For mod authors:
|
||||||
* While loading your mod, SMAPI now searches for indirect dependencies in your mod's folder to support edge cases like F# mods (thanks to TehPers)!
|
* While loading your mod, SMAPI now searches for indirect dependencies in your mod's folder to support edge cases like F# mods (thanks to TehPers)!
|
||||||
|
|
|
@ -412,6 +412,9 @@ The NuGet package is generated automatically in `StardewModdingAPI.ModBuildConfi
|
||||||
when you compile it.
|
when you compile it.
|
||||||
|
|
||||||
## Release notes
|
## Release notes
|
||||||
|
### Upcoming release
|
||||||
|
* Switched to the newer crossplatform `portable` debug symbols (thanks to lanturnalis!).
|
||||||
|
|
||||||
### 4.0.1
|
### 4.0.1
|
||||||
Released 14 April 2022.
|
Released 14 April 2022.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue