From 14d88de62d0eb90cf577645e49ac6f2b27e00aed Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:22:26 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2f4541c..72833ba 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,42 @@ 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.1156 - 2024-01-29 +### Fixed: +- Limit remote closed session removal to SM service. + - Fixes a regression caused by 1.1.1155 in "multi-program" games (e.g. Super Mario 3D All-Stars). + +## 1.1.1155 - 2024-01-29 +### Fixed: +- Ensure SM service won't listen to closed sessions. + - Resolves a bug where titles that use the JIT service (e.g. N64 NSO) would fail to boot after 1.1.1131. + +## 1.1.1154 - 2024-01-29 +### Added: +- Vulkan: Add Render Pass / Framebuffer Cache. + - Reduces driver specific costs for render pass/framebuffer re-creation. + +## 1.1.1153 - 2024-01-29 +### Changed: +- nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.2.0 to 7.3.0. + - Dependency update. No expected changes. + +## 1.1.1152 - 2024-01-29 +### Fixed: +- Fix opening the wrong log directory. + - "Open Log directory" button now opens the correct log directory again. + +## 1.1.1151 - 2024-01-29 +### Fixed: +- Fix exception when trying to read output pointer buffer size. + - Fixes a crash caused by the friend service IPC migration in Animal Crossing: New Horizons. + +## 1.1.1150 - 2024-01-29 +### Added: +- Cpu: Implement Vpadal and Vrintr instructions. + - Adds implementations for the above CPU instructions to the JIT. + - Required by Super Putty Squad and potentially other 32-bit titles. + ## 1.1.1149 - 2024-01-29 ### Fixed: - deps: Update Avalonia.Svg.