From d42593cfd45b20337b7341855e7296f0a3a39212 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 25 Sep 2023 23:33:43 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Changelog.md b/Changelog.md index 43ff665..8a76c53 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,34 @@ 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.1027 - 2023-09-25 +### Fixed: +- Ava UI: Refactor async usage. + - Significantly speeds up Avalonia's main window startup time. + +## 1.1.1026 - 2023-09-25 +### Added: +- Add ldn:u implementation, INetworkClient interface and DisabledLdnClient. + - Initial LDN service implementation. (Does NOT contain all necessary changes to actually play LDN multiplayer.) + - Contributes to upstreaming the closed-source LDN build. + +## 1.1.1025 - 2023-09-25 +### Added: +- Headless: Add support for Scaling Filters, Anti-aliasing and Exclusive Fullscreen. + - Adds Scaling Filters (Bilinear, Nearest, FSR), Anti-aliasing (None, FXAA, SMAA (all levels)) to the Headless SDL2 client. + - Adds support for an exclusive fullscreen mode on the Headless SDL2 client. (Currently not available on builds with a user interface.) + +## 1.1.1024 - 2023-09-25 +### Fixed: +- GPU: Discard data when getting texture before full clear. + - Required for fixing a certain bug in Luigi's Mansion 3 in the future. + - Might reduce stuttering in some situations, though no noticeable changes were observed. + +## 1.1.1023 - 2023-09-25 +### Fixed: +- nuget: bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.2. + - Updates the Microsoft.NET.Test.Sdk dependency. No changes to emulator functionality. + ## 1.1.1022 - 2023-09-23 ### Fixed: - Vulkan: Fix barriers on macOS.