We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4e7f1 commit 28f2e9eCopy full SHA for 28f2e9e
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 2.13.1
2
+
3
+Fix a regression introduced in v2.13.0
4
5
+Bugfixes:
6
+* Fix CPU frequency not displayed if `bios_limit` is not available (CPU, Linux)
7
8
+Features:
9
+* Add `--cpu-show-pe-core-count` to detect and display core count for performance / efficiency cores (CPU, FreeBSD)
10
11
# 2.13.0
12
13
Changes:
CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
project(fastfetch
- VERSION 2.13.0
+ VERSION 2.13.1
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments