diff --git a/Changelog.md b/Changelog.md index 7818309..66f7933 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.1348 - 2024-07-15 +### Fixed: +- misc: Re-order and manually update DriverID to name. + - NVK will now be properly displayed as the GPU driver on the status bar. + +## 1.1.1347 - 2024-07-15 +### Fixed: +- replace ByteMemoryPool usage in Ryujinx.HLE. + - Code cleanup. No expected user-facing changes. + +## 1.1.1346 - 2024-07-14 +### Fixed: +- Use SkiaSharp for Avalonia in place of ImageSharp. + - Updates the Avalonia UI project to use SkiaSharp for image processing, replacing the previously used SixLabors ImageSharp library. No expected user-facing changes. + ## 1.1.1345 - 2024-07-10 ### Fixed: - Use draw clear on Adreno, instead of vkCmdClearAttachments.