From 5cb3ba38f9395e021572434b2993e110317d6dda Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:46:49 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/Changelog.md b/Changelog.md index 4003eba..a3c8cf8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,46 @@ 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.1239 - 2024-03-16 +### Fixed: +- nuget: bump Microsoft.CodeAnalysis.CSharp from 4.8.0 to 4.9.2. + - Updates the Microsoft.CodeAnalysis.CSharp. dependency. No expected user-facing changes. + +## 1.1.1238 - 2024-03-16 +### Fixed: +- Ava UI: Fix locale crash. + - Fixes a UI crash when an invalid locale value is taken from system, or present in config. + +## 1.1.1237 - 2024-03-16 +### Fixed: +- Ava UI: Content Dialog Fixes. + - Fixes a macOS-specific error: "Can't have a toolbar in a window with as its borderView", though this did not affect emulator functionality. + +## 1.1.1236 - 2024-03-16 +### Fixed: +- nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.3.0 to 7.4.0. + - Updates the Microsoft.IdentityModel.JsonWebTokens dependency. No expected user-facing changes. + +## 1.1.1235 - 2024-03-16 +### Fixed: +- nuget: bump the avalonia group with 2 updates. + - Updates Avalonia dependencies. No expected user-facing changes. + +## 1.1.1234 - 2024-03-16 +### Fixed: +- chore: remove repetitive words. + - Fixes a few typos in the code. + +## 1.1.1233 - 2024-03-16 +### Fixed: +- Ava UI: Fix Title Update Manager not refreshing app list. + - Fixes an issue where game updates would not show as applied on the UI immediately after being applied. + +## 1.1.1232 - 2024-03-16 +### Fixed: +- Update ApplicationID for Discord Rich Presence. + - Fixes an issue where the Discord icon for Ryujinx activity did not display proper transparency. + ## 1.1.1231 - 2024-03-14 ### Fixed: - GPU: Rebind RTs if scale changes when binding textures.