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 20ae897 commit 72fee13Copy full SHA for 72fee13
CHANGELOG.md
@@ -6,7 +6,7 @@ Bugfixes:
6
7
Features:
8
* Support new MacBook Air (Host, macOS)
9
-* Detect base frequency (CPU)
+* Distinguish min frequency and base frequency (CPU)
10
11
Logo:
12
* Fix proxmox
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
2
3
project(fastfetch
4
- VERSION 2.8.8
+ VERSION 2.8.9
5
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments