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.