diff --git a/Changelog.md b/Changelog.md index f54b3e9..66d67aa 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,32 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.7007 - 2021-08-20 +### Fixed: +- Fixes spelling on some UI dialogs. + +## 1.0.7006 - 2021-08-20 +### Fixed: +- Allows swapping R and B components on BGR565 and BGRA5551 texture formats. + - Fixes swapped red/blue issue on Pokkén Tournament DX. + - Fixes swapped red/blue issue on Super Smash Bros Ultimate, on the stages with large monitor screens, such as Pokémon Stadium and the Boxing Ring. + +## 1.0.7005 - 2021-08-20 +### Fixed: +- Changes disabled vertex attribute value to (0, 0, 0, 1). + - Fixes a regression in Super Mario Odyssey that caused some plants in the Wooded Kingdom to render black. + +## 1.0.7004 - 2021-08-20 +### Changed: +- Removes overlapping textures from the texture cache, if the overlapping texture is not view compatible with the existing one, and its data has been modified. + - Greatly reduces memory usage in Xenoblade Chronicles: Definitive Edition and Xenoblade Chronicles 2, in areas with high usage (like Gormott). + - Fixes crashes and performance issues caused by the system running out of memory. + +## 1.0.7003 - 2021-08-20 +### Fixed: +- Fixes errors from reading the SD card when encryption keys have changed. + - This caused an error when launching Super Smash Bros. Ultimate with an old SD card save directory. + ## 1.0.7002 - 2021-08-20 ### Fixed: - Fixes wrong base level calculation when copying data to slices of 3D textures.