summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-05 02:19:17 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-05 02:19:17 -0500
commit6a45640dd778cb28f885680c66d36fbcd76379a7 (patch)
tree9da154ac2095bef6719caa9a83a9066b8114773d
parent98d01d522d488192b5d5da50d70752a8c0739a94 (diff)
downloadSMAPI-6a45640dd778cb28f885680c66d36fbcd76379a7.tar.gz
SMAPI-6a45640dd778cb28f885680c66d36fbcd76379a7.tar.bz2
SMAPI-6a45640dd778cb28f885680c66d36fbcd76379a7.zip
add known issue to release notes for missing pufferchick icon
-rw-r--r--docs/release-notes.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 8c2b6a9e..7bb38b9b 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -6,13 +6,14 @@
* You no longer need .NET 5 installed to run SMAPI or the installer.
* The installer now detects when the game folder contains an incompatible legacy game version.
* Updated for the latest Stardew Valley 1.5.5 hotfix.
+ * **Known issue:** SMAPI no longer has a pufferchick icon on Windows. That's [a known bug in .NET](https://github.com/dotnet/runtime/issues/3828) which affects the changes needed to run SMAPI without installing .NET manually.
+
+* For the web UI:
+ * Fixed the JSON validator marking `.fnt` files invalid in Content Patcher files.
* For SMAPI maintainers:
* Added a new [scripted release package process](technical/smapi.md), which removes the need to compile SMAPI on multiple platforms and manually combine them.
-* For the web UI:
- * Updated the JSON validator/schema for `.fnt` support in Content Patcher 1.24.0.
-
## 3.13.1
Released 30 November 2021 for Stardew Valley 1.5.5 or later.