From 7e84e51b1e2d33448267c3dee8bfddb9f4761f13 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 12 Aug 2023 13:59:39 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6f4f48e..efd59f6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,14 @@ 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.980 - 2023-08-12 +### Fixed: +- Ava UI: Avalonia 11 & FluentAvalonia 2 Support. + - Fixes an issue where windowed game performance on Avalonia would be worse than on the GTK UI (fullscreen performance was equal between the two). + - Title bar color now matches Windows theme. + - Fixes text alignment issues on non-Windows platforms. + - Fixes janky textboxes, toggle buttons and checkboxes. + ## 1.1.979 - 2023-08-09 ### Fixed: - [Hotfix] hid: Prevent out of bounds array access.