Skip to content

Commit c597b7e

Browse files
committed
Release: v2.10.3
1 parent 8b4586b commit c597b7e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@
33
Changes:
44
* Default `hideCursor` to false. It doesn't make much difference but makes user's terminal unusable if fastfetch is not exited correctly.
55
* Linux amd64 binaries are built with Ubuntu 20.04 again (#808)
6-
* Note aarch64 binaries are unchanged (built with Ubuntu 22.04)
76

87
Bugfixes:
98
* Fix swap usage detection in x86-32 build (Windows, Swap)
109
* Fix minimum cmake version support (#810)
1110
* Fix wifi detection on platforms that don't use NetworkManager (#811, Wifi, Linux)
12-
* Fix nixos wrapped process name (#814)
11+
* Fix NixOS wrapped process name (#814, Terminal, Linux)
12+
* Fix GPU type detection for AMD cards (#816, GPU, Linux)
1313

1414
Features:
1515
* Add basic support DE detection support for UKUI (DE, Linux)
1616
* Support printing total number of nix / flatpak / brew packages (Packages)
17+
* See `fastfetch -h packages-format` for detail
1718
* Better max CPU frequency detection support with `CPUID / 16H` instruction (CPU, Windows)
1819
* This requires Core I Gen 6 or newer, and with `Virtual Machine Platform` Windows feature disabled. X86 only.
20+
* Improve performance of nix packages detection (Packages, Linux)
1921

2022
# 2.10.2
2123

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.10.2
4+
VERSION 2.10.3
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)