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 bfc2323 commit 4098cf5Copy full SHA for 4098cf5
CHANGELOG.md
@@ -17,6 +17,7 @@ Features:
17
* Please don't expect it to work on later macOS versions
18
* Improves Ubuntu flavor detection (#1975, OS, Linux)
19
* Refines ARMv8.4-A detection to require LSE2 (CPU, Windows)
20
+* Detects the latest Dimensity & Snapdragon SoC names (CPU, Android)
21
22
Bugfixes:
23
* Handles zero temperature data (#1960, CPU, Windows)
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.52.0
+ VERSION 2.53.0
5
LANGUAGES C
6
DESCRIPTION "Fast neofetch-like system information tool"
7
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments