From 84dec30b17db58c1e9ca1e2ef1d3ac26e8acfb5f Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 20 Jul 2024 22:27:15 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index f080b90..1e9a1f3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,21 @@ 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.1357 - 2024-07-20 +### Fixed: +- Make sure TryGetApplicationsFromFile() doesn't throw exceptions anymore. + - Fixes remaining instances of crashing on loading invalid game files onto the games list since 1.1.1350. + +## 1.1.1356 - 2024-07-20 +### Fixed: +- Fix Skia saving screenshot with transparent background and incorrect origin. + - Fixes a regression from 1.1.1346 causing emulator screenshots to save as blank image files. + +## 1.1.1355 - 2024-07-20 +### Fixed: +- Unlink server sessions from multi-wait when service stops processing requests. + - Fixes an assert on debug builds when emulation is stopped. No expected user-facing changes. + ## 1.1.1354 - 2024-07-19 ### Fixed: - Ava UI: Auto select newly added updates & DLC.