From f7445b8b58c1ed77261f8fa6e19aef584dd31c2b Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 12 Aug 2023 22:48:21 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index beb3280..f265bdd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,12 @@ 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.982 - 2023-08-12 +### Fixed: +- Ava UI: Make some settings methods async. + - Vulkan device, audio backend, network interface and time-zone configuration converted to asynchronous Tasks. + - Reduces the start-up time of the settings window in Avalonia. + ## 1.1.981 - 2023-08-12 ### Fixed: - Ava UI: Allow DPI switching on Windows.