From 7017a3667f0a6e6335d41c40d8a1601f95137e9d Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Wed, 17 Aug 2022 12:10:59 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Changelog.md b/Changelog.md index 7418598..4ec4045 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,20 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.220 - 2022-08-17 +### Removed: +- Removed extra semicolons. + - Minor code cleanup. No expected changes. + +## 1.1.219 - 2022-08-16 +### Fixed: +- Avalonia - Couple fixes and improvements to Vulkan. + - Fixes a crash that occurred when toggling fullscreen. + - Adds fallback to OpenGL if Vulkan is not available. + - Adds swapchain present mode control to GTK. + - Fixes screenshot feature on Avalonia Vulkan. + - Fixes favorites not being saved on Avalonia. + ## 1.1.218 - 2022-08-16 ### Added: - Vulkan: Add ETC2 texture formats.