From 89ae5397cd22392b58864a68b5625386c9e7caaa Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 10 Jan 2023 19:22:12 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index ac170b4..6b7a929 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,21 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.534 - 2023-01-10 +### Fixed: +- Ava GUI: Fix Context Menu Locales. + - Corrects device save and BCAT save directory option text. + +## 1.1.533 - 2023-01-10 +### Fixed: +- misc: Enforce LF. + - Improves Ryujinx.sh script handling. + +## 1.1.532 - 2023-01-10 +### Fixed: +- ava: Cleanup AppHost. + - Cleans up AppHost file code. + ## 1.1.531 - 2023-01-10 ### Fixed: - Ava: Add missing null check to ContentDialogHelper.ShowAsync().