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.