Skip to content

Commit 4736031

Browse files
committed
Doc: update changelog [ci skip]
1 parent 66085c0 commit 4736031

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# 2.33.0
2+
3+
Changes:
4+
* Introduce a new CMake flag `-DBUILD_FLASHFETCH=OFF` to disable building flashfetch binaries
5+
* Package managers are encouraged to enable it. See <https://github.com/fastfetch-cli/fastfetch/discussions/627> for detail
6+
7+
Bugfixes:
8+
* Fix interconnect type detection (#1453, PhysicalDisk, Linux)
9+
* Don't report `proot` as terminal (Terminal, Android)
10+
* Remove a debug output (DiskIO, OpenBSD)
11+
12+
Features:
13+
* Use `$POWERSHELL_VERSION` as PowerShell version if available (Shell, Windows)
14+
* Fetching Windows PowerShell version can be very slow. Add `$env:POWERSHELL_VERSION = $PSVersionTable.PSVersion.ToString()` in `$PROFILE` before running `fastfetch` to improve the performance of `Shell` module
15+
* Add support for ubuntu-based armbian detection (#1447, OS, Linux)
16+
* Improve performance of Bluetooth detection (Bluetooth)
17+
* We no longer report disconnected bluetooth devices in `--format json` when `--bluetooth-show-disconnected` isn't specified
18+
* Support brightness level detection for builtin displays (Brightness, OpenBSD / NetBSD)
19+
* Requires root permission on OpenBSD
20+
* Support battery level detection (Battery, OpenBSD / NetBSD)
21+
* Support CPU temperature detection in NetBSD (CPU, NetBSD)
22+
23+
Logo:
24+
* Add NurOS
25+
126
# 2.32.1
227

328
A hotfix for OpenBSD. No changes to other platforms.

0 commit comments

Comments
 (0)