Doc: update changelog

This commit is contained in:
李通洲
2024-08-14 09:19:27 +08:00
parent 4b3241a286
commit a6a0a03b44
+16
View File
@@ -1,3 +1,19 @@
# 2.21.2
Features:
* Support `--stat <num_in_ms>` to display long running modules in yellow or red
Bugfixes:
* Fix bad Intel Arc GPU name and type detection (GPU, Linux)
* Fix uninited struct fields (GPU, Linux)
* Skip cpu model smbios detection on ARM platforms (CPU, Linux)
* Always use `CurrentControlSet` instead of `ControlSet001` when querying registry (Windows)
* Fix NVIDIA GPUs are missing in GPU detection sometimes (GPU, Linux)
* Fixing detection of `pthread_timedjoin_np` (Linux)
Logos:
* Add HyprOS
# 2.21.1
Hotfix for a regression that breaks WM detection when running `startx` from TTY (Regression from 2.21.0, #1172 / #1162)