mark UI Info Suite incompatible
This commit is contained in:
parent
6a45640dd7
commit
c05fdf65cf
|
@ -6,6 +6,7 @@
|
||||||
* You no longer need .NET 5 installed to run SMAPI or the installer.
|
* 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.
|
* The installer now detects when the game folder contains an incompatible legacy game version.
|
||||||
* Updated for the latest Stardew Valley 1.5.5 hotfix.
|
* Updated for the latest Stardew Valley 1.5.5 hotfix.
|
||||||
|
* Updated compatibility list.
|
||||||
* **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.
|
* **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:
|
* For the web UI:
|
||||||
|
|
|
@ -215,6 +215,11 @@
|
||||||
"~0.4.1 | Status": "AssumeBroken",
|
"~0.4.1 | Status": "AssumeBroken",
|
||||||
"~0.4.1 | StatusReasonDetails": "causes freeze during game launch"
|
"~0.4.1 | StatusReasonDetails": "causes freeze during game launch"
|
||||||
},
|
},
|
||||||
|
"UI Info Suite": {
|
||||||
|
"ID": "Cdaragorn.UiInfoSuite",
|
||||||
|
"~2.0.0 | Status": "AssumeBroken",
|
||||||
|
"~2.0.0 | StatusReasonDetails": "causes lag, errors, or crashes in-game"
|
||||||
|
},
|
||||||
"Video Player": {
|
"Video Player": {
|
||||||
"ID": "aedenthorn.VideoPlayer",
|
"ID": "aedenthorn.VideoPlayer",
|
||||||
"~0.2.5 | Status": "AssumeBroken",
|
"~0.2.5 | Status": "AssumeBroken",
|
||||||
|
|
Loading…
Reference in New Issue