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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,26 @@ Changes:
6
6
7
7
Features:
8
8
* Add `ENABLE_PROPRIETARY_GPU_DRIVER_API` cmake option to disable using of proprietary GPU driver APIs (GPU)
9
+
* Support wallpaper detection for macOS Sonoma (Wallpaper, macOS)
9
10
* Support power adapter detection for Asahi Linux (PowerAdapter, Linux)
10
11
* Support battery serial number and manufacturer date detection (Battery)
11
12
* Support host serial number and UUID detection (Host)
12
13
* Support battery level detection for gamepads where possible (Gamepad)
13
14
* Support maximum CPU clock detection. Previously base clock was printed (CPU, Windows)
14
15
* Support manufacture date and serial number detection for physical monitors (Monitor)
15
-
* Support ash shell version detection (Shell, Linux)
16
+
* Support ash (default shell of BusyBox) version detection (Shell, Linux)
16
17
* Sound module in FreeBSD now uses native `ioctl`s. Pulseaudio dependency is no longer used.
17
18
* Locale module in Windows now prints the same format as in Linux and other posix systems.
18
19
19
20
Bugfixes:
20
-
* Fix support of macOS Sonoma (Wallpaper, macOS)
21
21
* Fix overall memory leaks (macOS)
22
22
* Remove trailing `\0` in JSON results (FreeBSD)
23
23
* Fix physical monitor detection with Nvidia drivers (Monitor, Linux)
24
24
* Don't print llvmpipe in vulkan module (Vulkan)
25
25
* Fix system yyjson usage in `fastfetch.c`. Previously embedded `3rdparty/yyjson/yyjson.h` was used in `fastfetch.c` even if `ENABLE_SYSTEM_YYJSON` was set (CMake)
26
26
* Fix locale module printing unexpected results in specific environments (Locale)
27
+
* Fix battery temperature detection in Windows. Note only smart batteries report temperatures but few laptops uses smart battery (Battery, Windows)
28
+
* Print device name if no backlight name is available, so we don't print empty parentheses (Brightness, FreeBSD)
0 commit comments