diff --git a/Changelog.md b/Changelog.md index 0e4ff3e..7b759ff 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,31 @@ 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.880 - 2023-06-09 +### Fixed: +- Using 'ThenBy' instead. + - Code cleanup. No expected changes to emulator functionality. + +## 1.1.879 - 2023-06-09 +### Fixed: +- macOS: Fix regression in macOS updater. + - Fixes an issue introduced with 1.1.869 that caused the macOS updater not to work. + +## 1.1.878 - 2023-06-09 +### Fixed: +- macOS: Configuration Directory Fix. + - Fixes an issue introduced with 1.1.630 that would cause an unhandled exception if the configuration directory was deleted. + +## 1.1.877 - 2023-06-09 +### Fixed: +- Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey. + - Code cleanup. No expected changes to emulator functionality. + +## 1.1.876 - 2023-06-09 +### Fixed: +- Software Keyboard Applet Fixes. + - Fixes an issue introduced in 1.1.862 that prevented numbers or spaces to be input in the keyboad applet in some games like (Pokemon Sword/Shield) when naming pokemon. + ## 1.1.875 - 2023-06-09 ### Fixed: - Removing shift by 0.