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.