From 06f53b1a3c118885cece9b18334b58e1496c9cdb Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 9 Dec 2022 19:27:13 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 8bcf42a..faea1eb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.457 - 2022-12-09 +### Fixed: +- Add explicit dependency on System.Drawing.Common on Ryujinx.Ava to workaround trimming bugs. + - Fixes Avalonia builds crashing on startup since 1.1.456. + +## 1.1.456 - 2022-12-09 +### Fixed: +- misc: Remove dependency on System.Drawing.Common. + - Removes System.Drawing.Common, which was used only once for DPI scaling factor, and implements the same behaviour using gdiplus. Reduces emulator size slightly. + ## 1.1.455 - 2022-12-09 ### Fixed: - Add concurrency restriction on release workflows.