From 0d7e74651601df21b220161de49c1fca4bfc816e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Tue, 20 May 2025 04:30:59 +0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 212ff2d..e114335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # v1.0.8 (pre-release) +- Added support for AMD GPUs in Linux (Special thanks to @hg000125 for his contribution in #23) +- Skipping PyTorch CUDA installation if GPU is not NVIDIA in WINDOWS_INSTALL.bat script, preventing unnecessary installation of PyTorch. - Improved input box background color handling, fixed display issues in Linux Wayland. - Better sleep state handling for Linux.