From ab0466cb11caa5e0e5ae0dde031ac7424c338915 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 11 Jul 2022 23:32:16 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Changelog.md b/Changelog.md index b4e8044..9512e32 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,19 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.173 - 2022-07-11 +### Fixed: +- Avalonia - Couple fixes and improvements. + - Fixes a crash in the Avalonia UI when bringing up the autoupdater. + - Reduces size of cheat window. + - Enables Tiered Compilation (speeds up Avalonia UI startup time). + - Removes compiler warnings from the Avalonia project. + +## 1.1.172 - 2022-07-11 +### Fixed: +- Avalonia - Further Optimize Chinese Translation. + - Updates the Simplified Chinese localization for Avalonia. + ## 1.1.171 - 2022-07-08 ### Added: - UI - Avalonia Part 3.