diff options
| author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-08 19:54:07 -0400 |
|---|---|---|
| committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-08 19:54:07 -0400 |
| commit | 352fa4759e0b52ad25bd5d210639f57eabad6c89 (patch) | |
| tree | 18298447e5c8562c2ee055313ee885c7fa731f71 /docs | |
| parent | 1749a82947c84fec253f7ca6016e8428cdcd87b1 (diff) | |
| download | SMAPI-352fa4759e0b52ad25bd5d210639f57eabad6c89.tar.gz SMAPI-352fa4759e0b52ad25bd5d210639f57eabad6c89.tar.bz2 SMAPI-352fa4759e0b52ad25bd5d210639f57eabad6c89.zip | |
fix error when a mod is both duplicated and missing the DLL
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 3591c375..080a4f20 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,6 +12,7 @@ * 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!). + * Fixed error message when a mod is duplicated, but one of the copies is also missing the DLL file. This now shows the duplicate-mod message instead of the missing-DLL message. * 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)! |
