Updated Changelog (markdown)

MetrosexualGarbodor 2023-07-24 20:59:52 +01:00
parent 428c78e92f
commit b53994bb68

@ -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.