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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
# 2.36.0
2
+
3
+
Bugfixes:
4
+
* Trim leading slash for login shells (Shell, OpenBSD)
5
+
* Prefer SOC name if available over CPU name (CPU, Linux)
6
+
7
+
Features:
8
+
* Use kernel API to detect sound devices (Sound, NetBSD)
9
+
* Use sndio for sound server detection on OpenBSD (Sound, OpenBSD)
10
+
* Add minimal implementation for Haiku (#1538, Haiku)
11
+
* Support CPU & GPU temperature detection for M4x (CPU / GPU, macOS)
12
+
* Support VMEM size detection for old Nvidia cards (GPU, Linux)
13
+
* Use [recommendedMaxWorkingSetSize](https://developer.apple.com/documentation/metal/mtldevice/recommendedmaxworkingsetsize) as total GPU mem size (GPU, macOS)
14
+
* Support Physical core count and CPU package count detection for loongarch (CPU, Linux)
15
+
* Split ID_LIKE when used for distro matching (#1540, Logo)
16
+
* Capitalize `{type}`'s first letter in custom format (#1543, Display)
17
+
* Support model name detection for s390x (CPU, Linux)
18
+
* Support more Armbian variants detection (#1547, OS, Linux)
0 commit comments