From f05a7657072c31d950197bfe8bb72c6470838847 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Sat, 2 Nov 2024 14:10:29 -0500 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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: