diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-05 19:01:28 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-05 19:01:28 -0400 |
commit | f3a4b316b7294fea897514a08c45bc9d926a00c6 (patch) | |
tree | 033d004be37938bbeeaf20e26b73b89a80d04530 /docs | |
parent | bd88727948fc8066ec7d788ff4647b4c78168b3d (diff) | |
download | SMAPI-f3a4b316b7294fea897514a08c45bc9d926a00c6.tar.gz SMAPI-f3a4b316b7294fea897514a08c45bc9d926a00c6.tar.bz2 SMAPI-f3a4b316b7294fea897514a08c45bc9d926a00c6.zip |
fix PyTK compatibility mode not handling some edge cases
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 414396f4..3bc8724b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,8 @@ * For players: * Fixed lag which occurred for some players since Stardew Valley 1.5.5. * Fixed `smapi-internal/config.user.json` overrides not applied after SMAPI 3.14.0. + * Fixed PyTK not rescaling images correctly in some cases. + _When PyTK 1.23.0 or earlier is installed, this will disable the main performance improvements in SMAPI 3.15.0._ * For mod authors: * The [FluentHttpClient package](https://github.com/Pathoschild/FluentHttpClient#readme) is now loaded by SMAPI. |