File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 33Changes:
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
87Bugfixes:
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
1414Features:
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
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22
33project (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"
You can’t perform that action at this time.
0 commit comments