From 64eeadd321a8ccb72a7f753bf0f6e1a73a48ff9c Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 17 Oct 2022 18:04:04 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3ecfbc4..5383bed 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.307 - 2022-10-17 +### Fixed: +- Avalonia - Remove on property changed call in Time Zone validation. + - Fixes an issue in the Avalonia UI where using arrow keys in an AutoCompleteTextBox (such as the timezone textbox) would select the first entry and remove all other options. + +
+Older releases +
+ ## 1.1.306 - 2022-10-17 ### Fixed: - Implement OpenDataStorageWithProgramIndex partially. @@ -12,10 +21,6 @@ All updates to the Ryujinx official master build will be documented in this file - TamperMachine: Fix input mask check. - Cheats that required pressing buttons to enable/disable them will now work. -
-Older releases -
- ## 1.1.304 - 2022-10-16 ### Fixed: - Fix various issues caused by Vertex/Index buffer conversions.