diff --git a/Changelog.md b/Changelog.md index 0545430..4c84da7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,22 @@ 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.1056 - 2023-10-20 +### Added: +- Avalonia: Make slider scrollable with mouse wheel. + - Allows changing slider values with the mouse wheel on the Avalonia UI. + +## 1.1.1055 - 2023-10-20 +### Fixed: +- Ava UI: Update to 11.0.5. + - Updates the Avalonia package. May fix some issues with the Avalonia UI. + +## 1.1.1054 - 2023-10-20 +### Fixed: +- GPU: Add fallback when textureGatherOffsets is not supported. + - Required for Xenoblade Chronicles: Definitive Edition to render on the latest MoltenVK, when it gets updated in the future. + - May fix some minor issues on macOS. + ## 1.1.1053 - 2023-10-18 ### Fixed: - Enable copy between MS and non-MS textures with different height.