From 4b812e71c9209cbce9ad2d06b979f15dad9baabf Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 23 Jan 2022 12:11:58 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 4b1e520..2805d37 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,19 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file -## 1.1.31 - 2022-01-22 +## 1.1.5 - 2022-01-23 +### Fixed: +- Set _vibrationPermitted to return True. + - Games which respect IHidServer::IsVibrationPermitted should now allow vibration to function, for example, Catherine: Full Body. + +## 1.1.4 - 2022-01-22 +### Fixed: +- Add support for BC1/2/3 decompression (for 3D textures). + - Fixes garbled text in Tales of Vesperia. + - Fixes blocky explosions in Xenoblade Chronicles 2. + - Fixes rain in Ghosts 'n Goblins Resurrection. + +## 1.1.3 - 2022-01-22 **WARNING**: This version requires a manual update by redownloading it from as a result of AppVeyor takedown of the project. ### Changed: - Release system was switched to GitHub Release as a result of AppVeyor takedown of the project.