From 4f1b84df50af2ffdce6ef98582c94e8660744911 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 3 Jun 2023 17:41:07 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Changelog.md b/Changelog.md index da27675..c4c9c44 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,23 @@ 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.860 - 2023-06-03 +### Fixed: +- ava: Fix Input Touch. + - Fixes an Avalonia regression from 1.1.557 causing touch inputs to never be released. + - Resolves issues in some games where input would no longer be accepted after a single click. + +## 1.1.859 - 2023-06-03 +### Fixed: +- ava: Fix Open Applet menu enabled. + - The "open applet" menu is now inaccessible while games are running. + - Fixes possible error where this was attempted during gameplay. + +## 1.1.858 - 2023-06-03 +### Fixed: +- Armeilleure: Fix support for Windows on ARM64. + - Makes required changes to the CPU JIT to support Windows on ARM in future. + ## 1.1.857 - 2023-06-03 ### Fixed: - Allow BGRA storage images on Vulkan.