From acbe8c3566779189f1853c6734e4771fd5bcca1a Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 8 May 2024 17:35:06 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Changelog.md b/Changelog.md index 33f94c8..165ad20 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,23 @@ 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.1298 - 2024-05-08 +### Fixed: +- Replace "List.ForEach" for "foreach". + - Code cleanup. No expected user-facing changes. + +## 1.1.1297 - 2024-05-02 +### Fixed: +- Fix system dateTime loading in Avalonia LoadCurrentConfiguration. + - Fixes an issue where trying to change the time to an older date in the Avalonia UI caused the emulator to crash. + +## 1.1.1296 - 2024-05-01 +### Fixed: +- UI: Fix some MainWindow bugs and implement menubar items to change window size. + - You can now set the emulator window size to 720p or 1080p from View > Window Size. + - Window dimensions will no longer be saved when exiting from a maximized state, which caused the size to be reset every time. + - Fixes an issue where the window startup location would reset to the middle of the screen. + ## 1.1.1295 - 2024-04-29 ### Fixed: - Fix Alt key appearing as Control in settings menus.