You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Append version string to Ubuntu variants (OS, Linux)
16
+
* Improve performance of media detection for macOS 15.4+ (Media, macOS)
18
17
* Increase `PROC_FILE_BUFFSIZ` to avoid possible short reads (Linux)
19
-
* Fix potential bugs for`DiskIO`, `NetIO` and `CPUUsage` modules
20
-
* Improve accuracy of CPU usage calculations by include interrupt and softirq times (CPUUsage, Linux / *BSD)
21
-
* Ignore `init` and `systemd` processes when detecting terminal (Terminal, Linux)
22
-
* Improve accuracy of CPU usage detection on Windows 10+ with perflib which matches values reported by taskmgr well (CPUUsage, Windows)
18
+
* Fix potential bugs in`DiskIO`, `NetIO` and `CPUUsage` modules
19
+
* Improve accuracy of CPU usage calculations by including interrupt and softirq times (CPUUsage, Linux / *BSD)
20
+
* Ignore `init` and `systemd` processes when detecting terminals (Terminal, Linux)
21
+
* Improve accuracy of CPU usage detection on Windows 10+ with perflib, which matches values reported by Task Manager (CPUUsage, Windows)
23
22
24
23
Logos:
25
-
* Improve colors of OpenIndiana
24
+
* Improve visibility on white-background terminals for some logos by replacing white with the default foreground color
25
+
* According to Wikipedia, the default foreground color is implementation-defined. It's usually black for white themes and white for dark themes. However, some terminals, notably Konsole with the default theme, use a different color, which may cause issues with some logos.
26
26
* Add Xubuntu
27
27
28
28
# 2.46.0
@@ -39,7 +39,7 @@ Features:
39
39
* Use `board-id` as board name if available (Board, macOS)
40
40
* Intel only
41
41
* Support shared VRAM usage detection for AMD GPUs (GPU, Linux)
42
-
* Use `perflib.h` instead of `pdh.h` for CPU temperature querying to get rid of pdh.dll (#1787, CPU, Windows)
42
+
* Use `perflib.h` instead of `pdh.h` for CPU temperature querying to get rid of `pdh.dll` dependency (#1787, CPU, Windows)
43
43
* Support GPU info detection for old ATI radeon driver (#1810, GPU, Linux)
0 commit comments