From 9768424d97e977b98ccaf5c32748ef44706141ff Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 13 Jan 2024 20:47:09 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6e540c6..646386b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,24 @@ 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.1109 - 2024-01-13 +### Fixed: +- Revert Apple hypervisor force ordered memory change. + - Reverts the change in 1.1.1072 due to causing freezes in several games on macOS, including Pokémon Scarlet/Violet and Red Dead Redemption. + - Animal Crossing and Splatoon 2 players will likely prefer to stay on 1.1.1108 (Breath of the Wild was still not playable with this change). + +## 1.1.1108 - 2024-01-13 +### Fixed: +- Fix Amiibo regression and some minor code improvements. + - Fixes a regression introduced in 1.1.1102 that caused Amiibo functionality to not work if the Amiibo.json file didn't already exist, affecting mostly new Ryujinx installs. + - Makes the Amiibo functionality more robust agains certain exceptions. + - Related exceptions are now logged. + +## 1.1.1107 - 2024-01-13 +### Fixed: +- Switch to Microsoft.IdentityModel.JsonWebTokens. + - Minor dependency change. No expected changes in games. + ## 1.1.1106 - 2024-01-12 ### Added: - Ava UI: RTL Language Support.