File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 2.53.0
2
+
3
+ Changes:
4
+ * JSON property ` length ` in ` Separator ` module has been renamed to ` times ` for clarity (Separator)
5
+
6
+ Features:
7
+ * Adds IPv6 type selection (#1459 , LocalIP)
8
+ * For example: ` { "type": "localip", "showIpv6": "ula" /* Show ULA only */ } `
9
+ * Adds more ARM CPU part IDs (CPU, Linux)
10
+ * Improves Ghostty font config parsing with fallback font detection (#1967 , TerminalFont)
11
+ * Replaces statx(2) call with syscall(2) for better compatibility (Disk, Linux)
12
+ * Allows array input for disk folder and filesystem options (Disk)
13
+ * For example: ` { "type": "disk", "folders": ["/", "/home"] } `
14
+ * Adds support for ignoring input devices by name prefix (#1950 , Keyboard / Mouse / Gamepad)
15
+ * For example: ` { "type": "keyboard", "ignores": ["Apple ", "Corsair "] } `
16
+ * Adds support for (B)SSID detection on macOS Tahoe (Wifi, macOS)
17
+ * Please don't expect it to work on later macOS versions
18
+ * Improves Ubuntu flavor detection (#1975 , OS, Linux)
19
+ * Refines ARMv8.4-A detection to require LSE2 (CPU, Windows)
20
+
21
+ Bugfixes:
22
+ * Handles zero temperature data (#1960 , CPU, Windows)
23
+ * Fixes ` dlopen libzfs.so failed ` error on Proxmox 9 (#1973 , Zpool, Linux)
24
+
25
+ Logos:
26
+ * Removes Starry Linux
27
+ * Adds TempleOS
28
+ * Updates ObsidianOS
29
+
1
30
# 2.52.0
2
31
3
32
Changes:
You can’t perform that action at this time.
0 commit comments