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 060544b commit 3453b72Copy full SHA for 3453b72
CHANGELOG.md
@@ -8,6 +8,7 @@ Bugfixes:
8
* Fix incorrect size value for large memory sticks (PhysicalMemory)
9
* Fix spelling of `Qt` and `LXQt`
10
* Fix building on SunOS if imagemagick support is enabled (Logo, SunOS)
11
+* Fix typos
12
13
Features:
14
* Support Ptyxis terminal version and font detection (Terminal / TerminalFont, Linux)
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.17.1
+ VERSION 2.17.2
5
LANGUAGES C
6
DESCRIPTION "Fast neofetch-like system information tool"
7
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments