Skip to content

Commit 3fe2d80

Browse files
committed
Release: v2.11.0
1 parent 78c903c commit 3fe2d80

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.10.3
1+
# 2.11.0
22

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.
@@ -10,14 +10,21 @@ Bugfixes:
1010
* Fix wifi detection on platforms that don't use NetworkManager (#811, Wifi, Linux)
1111
* Fix NixOS wrapped process name (#814, Terminal, Linux)
1212
* Fix GPU type detection for AMD cards (#816, GPU, Linux)
13+
* Silence system deprecation warnings (#822, Camera, macOS)
1314

1415
Features:
1516
* Add basic support DE detection support for UKUI (DE, Linux)
1617
* Support printing total number of nix / flatpak / brew packages (Packages)
1718
* See `fastfetch -h packages-format` for detail
1819
* Better max CPU frequency detection support with `CPUID / 16H` instruction (CPU, Windows)
19-
* This requires Core I Gen 6 or newer, and with `Virtual Machine Platform` Windows feature disabled. X86 only.
20+
* This requires Intel Core I Gen 6 or newer, and with `Virtual Machine Platform` Windows feature disabled. X86 only.
2021
* Improve performance of nix packages detection (Packages, Linux)
22+
* Make config specified in JSONC overridable by command line flags
23+
* Note this change only make global config overridable; module configs are still not
24+
* Suggest increasing `--processing-timeout` when child process timeouts
25+
* Only detect folders that specified by `--disk-folders`
26+
* Previously `--disk-folders` only omits unmatched disks from output
27+
* This option can be used to improve detection performance by ignoring slow network drives
2128

2229
# 2.10.2
2330

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.3
4+
VERSION 2.11.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)