diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-09 18:03:05 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-09 18:03:05 -0400 |
commit | 27856ebea25791d2d82a42a670327f6dd5c4ac23 (patch) | |
tree | 2c9ebfbe9897d34c33a5446e21c20a2066ec4ac2 /docs/release-notes.md | |
parent | b78b269cf53529bcb73fa99538a3e9eb23e283b0 (diff) | |
download | SMAPI-27856ebea25791d2d82a42a670327f6dd5c4ac23.tar.gz SMAPI-27856ebea25791d2d82a42a670327f6dd5c4ac23.tar.bz2 SMAPI-27856ebea25791d2d82a42a670327f6dd5c4ac23.zip |
drop UseRawImageLoading option
Raw image loading is now always enabled, except in PyTK compatibility mode.
Diffstat (limited to 'docs/release-notes.md')
-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 da3db590..b5a0adaf 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -16,6 +16,7 @@ * Optimized performance and memory usage (thanks to atravita!). * Other internal optimizations. * Added more file extensions to ignore when searching for mod folders: `.7z`, `.tar`, `.tar.gz`, and `.xcf` (thanks to atravita!). + * Removed `UseRawImageLoading` option. This is now always enabled, except when PyTK is installed. * Fixed update alerts incorrectly shown for prerelease versions on GitHub that aren't marked as prerelease. * For mod authors: |