diff --git a/Changelog.md b/Changelog.md index d82bc3d..856c597 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,28 @@ All updates to this Ryujinx branch will be documented in this file. +## [1.2.69]() - 2024-11-1 +### Infra: + - Compile the native libraries into the Ryujinx executable. + - Remove `libarmeilleure-jitsupport.dylib` from Windows & Linux releases (dylibs are macOS-only) +### Misc: + - Remove custom themes in config. + - This is a leftover from the GTK UI, as Avalonia does not have custom themes. + - Replace "" with `string.Empty`. + - Code cleanups & simplifications. + +## [1.2.67]() - 2024-11-1 +PRs [#36](), [#135]() + +### GUI: + - Set UseFloatingWatermark to false when watermark is empty + - Should prevent the text prompt box from having weird jumpy behavior. +### GPU: + - Increase the amount of VRAM cache available for textures based on selected DRAM amount. +### Misc: + - Fix homebrew loading. + + ## [1.2.64](https://github.com/GreemDev/Ryujinx/releases/tag/1.2.64) - 2024-10-30 PRs [#92](https://github.com/GreemDev/Ryujinx/pull/92), [#96](https://github.com/GreemDev/Ryujinx/pull/96), [#97](https://github.com/GreemDev/Ryujinx/pull/97), [#101](https://github.com/GreemDev/Ryujinx/pull/101), [#103](https://github.com/GreemDev/Ryujinx/pull/103) ### GUI: