Skip to content

Commit f804236

Browse files
committed
Release: v2.25.0
1 parent c49c857 commit f804236

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Features:
44
* Moore Threads GPU add support to query number of cores (#1259, GPU)
5-
* Cache result based on mtime (Packages)
5+
* Cache detection result based on last modification time (Packages)
66
* Add cmake options to disable certain package managers at compile time
77
* 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.
88
* See all available options by [running `cmake -L | grep PACKAGES_DISABLE_`](https://github.com/fastfetch-cli/fastfetch/blob/dev/CMakeLists.txt#L91)
@@ -17,9 +17,11 @@ Bugfixes:
1717
* Remove `showPeCoreCount` support on FreeBSD (#1260, CPU, FreeBSD)
1818
* Don't use Wifi speed as Ethernet speed (LocalIP, FreeBSD)
1919
* Fix compiling with old linux headers (Camera, Linux)
20+
* Fix detecting public ipv6 address (PublicIP, Windows)
2021

2122
Logo:
22-
* fix parrot logo detection
23+
* Fix parrot logo detection
24+
* Rename TorizonCore to Torizon OS
2325

2426
# 2.24.0
2527

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 2.24.0
4+
VERSION 2.25.0
55
LANGUAGES C
66
DESCRIPTION "Fast neofetch-like system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"

0 commit comments

Comments
 (0)