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 6b0314f commit 391a3a0Copy full SHA for 391a3a0
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 2.6.4
+# 2.7.0
2
3
Features:
4
* Add new module `TerminalTheme`, which prints the foreground and background color of the current terminal window. Currently doesn't work on Windows.
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.6.4
+ VERSION 2.7.0
5
LANGUAGES C
6
DESCRIPTION "Fast neofetch-like system information tool"
7
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments