From 527f4616433f84765e0274a3ca7331f322f10327 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 22 Jan 2023 01:54:04 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog.md b/Changelog.md index 06cb3b7..7835ad5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,18 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.587 - 2023-01-21 +### Fixed: +- Ava UI: Various Fixes. + - Fixes screenshot functionality not working on Avalonia since 1.1.532. + - Fixes an issue where game updates would not be removed properly from the JSON file if an update file was moved or renamed. + - Cleans up some more Ava code. + +## 1.1.586 - 2023-01-21 +### Fixed: +- Remove use of reflection on GAL multithreading. + - Code improvement, required for NativeAOT support. No known changes in games. + ## 1.1.585 - 2023-01-21 ### Fixed: - nuget: bump Microsoft.CodeAnalysis.Analyzers from 3.3.3 to 3.3.4.