From 68330bceb4805bbcd5dba282c62d45216e5550f6 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:20:05 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/Changelog.md b/Changelog.md index b5581d0..fbda11e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,39 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.467 - 2022-12-12 +### Fixed: +- misc: Update to Ryujinx.Graphics.Nvdec.Dependencies 5.0.1-build13. + - Fixes packaging issues on macOS related to an unsatisfied dependency on libX11. + +## 1.1.466 - 2022-12-12 +### Fixed: +- Use NuGet Central Package Management to manage package versions solution-wise. + - Makes version management easier for all dependencies. No changes to emulator functionality. + +## 1.1.465 - 2022-12-12 +### Fixed: +- misc: Some fixes to the updaters. + - Fixes command line being broken when updating on Avalonia. + - Makes the Avalonia updater fallback to the GTK Ryujinx executable if current name isn't found. + - Makes permission setter function more generic. + - Remove direct usage of chmod to use File.SetUnixFileMode. + +## 1.1.464 - 2022-12-12 +### Fixed: +- Fix "UI" abbreviation being miscapitalized. + +## 1.1.463 - 2022-12-12 +### Fixed: +- Use method overloads that support trimming. Mark some types to be trimming friendly. + - Code cleanup. No changes to emulator functionality. + +## 1.1.462 - 2022-12-12 +### Added: +- Bsd: Implement Select. + - Allows LAN mode to function in Saints Row: The Third and Saints Row IV. + - Just Die Already now goes in-game. + ## 1.1.461 - 2022-12-10 ### Fixed: - audio: Rewrite SoundIo bindings.