diff --git a/Changelog.md b/Changelog.md index 55a578b..b7dc227 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,12 @@ 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.977 - 2023-08-07 +### Added: +- Implement Color Space Passthrough option (Vulkan/Avalonia only). + - Added the option to pass the color space selector to the native display instead of the backend. + - Allows P3 and other wide-gamut displays to utilize their entire color space at the cost of intended sRGB color accuracy. + ## 1.1.976 - 2023-08-07 ### Fixed: - Do not add more code after alpha test discard on fragment shader.