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.