From b53994bb682e6503c66d0478c295d2461c50593e Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:59:52 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6ec7c0a..fb5aa15 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,21 @@ 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.969 - 2023-07-24 +### Added: +- Add workflow to automatically check code style issues for PRs. + - As a result of this and all previous dotnet reformatting changes, code formatting reviews on new Pull Requests on GitHub will now be automated, saving the developers a lot of time. + +## 1.1.968 - 2023-07-21 +### Fixed: +- Ava UI: Remove IsGameRunning from some dialog methods. + - Fixes a regression from 1.1.967 that caused the title updater, dlc manager, about, and check for updates to not spawn their content dialogs. + +## 1.1.967 - 2023-07-21 +### Fixed: +- Ava UI: Remove IsActive checks from dialog methods. + - Fixes content dialogs for the controller applet and software keyboard not spawning when the window was unfocused. + ## 1.1.966 - 2023-07-19 ### Fixed: - HLE: Fix corrupted Mii structs.