Skip to content

Commit 6c8b4b2

Browse files
committed
Doc: update changelog
1 parent 6acc33c commit 6c8b4b2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 2.25.0
2+
3+
Features:
4+
* Moore Threads GPU add support to query number of cores (#1259, GPU)
5+
* Cache result based on mtime (Packages)
6+
* Add cmake options to disable certain package managers at compile time
7+
* Package managers are encouraged to disable some package managers by passing `-DPACKAGES_DISABLE_` when running `cmake`. For example, when building for Arch Linux, `-DPACKAGES_DISABLE_APK=ON -DPACKAGES_DISABLE_DPKG=ON -DPACKAGES_DISABLE_RPM=ON ...` should be specified.
8+
* See all available options by [running `cmake -L | grep PACKAGES_DISABLE_`](https://github.com/fastfetch-cli/fastfetch/blob/dev/CMakeLists.txt#L91)
9+
* This option does NOT remove the detection code. It just disables the detection at runtime. One can still use `--packages-disabled ""` to enable all package managers.
10+
* Add new option `--show-localip-{speed,mtu}` (LocalIP)
11+
* Add new module `Btrfs`, which prints all mounted Btrfs volumes, like `Zpool` module (#1262, Linux)
12+
* Improve Wifi module support for macOS Sequoia (Wifi, macOS)
13+
* Currently it uses `system_profiler` which costs about 2 seconds on my MBP. I suggest disabling it for now until a better solution is found.
14+
15+
Bugfixes:
16+
* Fix invalid CPU temperature detection on FreeBSD (#1260, CPU, FreeBSD)
17+
* Remove `showPeCoreCount` support on FreeBSD (#1260, CPU, FreeBSD)
18+
* Don't use Wifi speed as Ethernet speed (LocalIP, FreeBSD)
19+
* Fix compiling with old linux headers (Camera, Linux)
20+
21+
Logo:
22+
* fix parrot logo detection
23+
124
# 2.24.0
225

326
Changes:

0 commit comments

Comments
 (0)