From 6a45640dd778cb28f885680c66d36fbcd76379a7 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 5 Dec 2021 02:19:17 -0500 Subject: add known issue to release notes for missing pufferchick icon --- docs/release-notes.md | 7 ++++--- 1 file 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. -- cgit