Skip to content

Commit 4098cf5

Browse files
committed
Release: v2.53.0
1 parent bfc2323 commit 4098cf5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Features:
1717
* Please don't expect it to work on later macOS versions
1818
* Improves Ubuntu flavor detection (#1975, OS, Linux)
1919
* Refines ARMv8.4-A detection to require LSE2 (CPU, Windows)
20+
* Detects the latest Dimensity & Snapdragon SoC names (CPU, Android)
2021

2122
Bugfixes:
2223
* Handles zero temperature data (#1960, CPU, Windows)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 2.52.0
4+
VERSION 2.53.0
55
LANGUAGES C
66
DESCRIPTION "Fast neofetch-like system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"

0 commit comments

Comments
 (0)