From 03df21a8fe764db8265f0b7a1aa1b9233ccfdf81 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 8 Oct 2023 20:51:34 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 22e2ace..2c89795 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ 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.1049 - 2023-10-08 +### Added: +- Avalonia: Show aspect ratio popup options in status bar. + - Allows choosing the aspect ratio from the status bar on Avalonia. + +## 1.1.1048 - 2023-10-07 +### Fixed: +- Symbols.cs Get function return value fix. + - Fixes a regression from 1.1.1043, though no games should have been affected. + ## 1.1.1047 - 2023-10-07 ### Added: - GPU: Add HLE macros for popular NVN macros.