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.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
+
1
26
# 2.32.1
2
27
3
28
A hotfix for OpenBSD. No changes to other platforms.
0 commit comments