From d9ca68b1b8f3ce080fab688f930364f413f4e26b Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 8 Jan 2023 20:53:24 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Changelog.md b/Changelog.md index c1d2b4e..922fd35 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,23 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.521 - 2023-01-08 +### Fixed: +- HIPC: Fix reply possibly also receiving one request. + - Fixes an issue from 1.1.506. No known changes in games. + +## 1.1.520 - 2023-01-08 +### Fixed: +- Ava GUI: MainWindow Refactor. + - Refactors the main window code on the Avalonia UI. No notable changes to the window itself. + +## 1.1.519 - 2023-01-08 +### Fixed: +- Horizon: Impl Prepo, Fixes bugs, Clean things. + - Ports the prepo service to the new IPC handling from 1.1.506. Not known to affect any games. + - Moves sm service logs from Info logs to Debug logs. + - Cleans up sm and lm service code and general fixes. + ## 1.1.518 - 2023-01-07 ### Fixed: - MainWindow: Vertically center SearchBox TextPresenter.