diff --git a/Changelog.md b/Changelog.md index 0345ed9..3846321 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.1306 - 2024-05-14 +### Fixed: +- Make TextureGroup.ClearModified thread safe. + - Fixes crashes in Europa (Demo). + +## 1.1.1305 - 2024-05-14 +### Added: +- Add the "Auto" theme option in setting. + - Adds an option for Avalonia to follow OS theme (light or dark). + ## 1.1.1304 - 2024-05-14 ### Fixed: - Add support for bindless textures from storage buffer on Vulkan.