Skip to content

Commit e77a4e8

Browse files
committed
Doc: update changelog [ci skip]
1 parent 782af25 commit e77a4e8

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
# 2.30.0
2+
3+
Changes:
4+
* Percent: bar type must be enabled in `percent.type` before using percent bar in custom format
5+
6+
Features:
7+
* Port to MidnightBSD; add mport package manager support
8+
* Support bluetooth battery detection for macOS and Windows (Bluetooth, macOS / Windows)
9+
* Support M4 model detection (Host, macOS)
10+
* Support CPU temperature detection on OpenBSD (CPU, OpenBSD)
11+
* Display Android icon in Android devices (OS, Android)
12+
* Support qi package manager detection (Packages, Linux)
13+
* Detect WM / DE by enumerating running processes (WM / DE, NetBSD)
14+
* Generate manual pages from `help.json` (Doc)
15+
* Detect marketing name of vivo smartphone (Host, Android)
16+
* Support percent type config in module level. Example:
17+
18+
```json
19+
{
20+
"type": "memory",
21+
"percent": {
22+
"green": 20, // [0%, 20%) will be displayed in green
23+
"yellow": 40, // [20, 40) will be displayed in yellow and [40, 100] will be displayed in red
24+
"type": [ // Display percent value in monochrome bar, same as 10
25+
"bar",
26+
"bar-monochrome"
27+
]
28+
}
29+
}
30+
```
31+
32+
Bugfixes:
33+
* Don't display `()` in key if display name is not available (Display)
34+
* Fix & normalize bluetooth mac address detection (Bluetooth, macOS / Windows)
35+
* Don't print index in multi-battery devices (Battery)
36+
* Fix segfault in macOS (#1388, macOS)
37+
* Fix `CFStringGetCString() failed` errors (#1394, Media, macOS)
38+
* Fix CPU frequency detection on Apple M4 (#1394, CPU, macOS)
39+
* Fix exe path detection on macOS (Shell / Terminal, macOS)
40+
* Fix logo fails to load from symlinked files on macOS (#1395, Logo, macOS)
41+
42+
Logos:
43+
* Fix Lilidog
44+
* Add MidnightBSD
45+
* Add Unifi
46+
* Add Cosmic DE
47+
148
# 2.29.0
249

350
Changes:

0 commit comments

Comments
 (0)