From 8c21fe8576babb508d0d8fe55a0dd03053657b05 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:20:23 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 393bd31..3b73f75 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ 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.1100 - 2023-12-11 +### Fixed: +- [macOS] Correctly set filetypes in Info.plist. + - .nsp and .xci files will now be properly associated to open with Ryujinx on macOS, if the user chooses to do so. + +## 1.1.1099 - 2023-12-11 +### Fixed: +- Ava UI: Fix temporary volume not being set after unmute. + - On the Avalonia UI, fixes an issue where muting and unmuting audio after changing the volume via the bottom status bar, would reset the volume to the original value, instead of returning it to what it was before muting. + ## 1.1.1098 - 2023-12-04 ### Fixed: - Implement support for multi-range buffers using Vulkan sparse mappings.