Skip to content

Commit 11cfdba

Browse files
committed
Release: v2.22.0
1 parent 5b78b2e commit 11cfdba

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 2.22.0
2+
3+
Features:
4+
* Small performance improvements (Terminal, Editor)
5+
* Improve arm32 and loongarch support (CPU, Linux)
6+
* Ignore the parent process if env `$FFTS_IGNORE_PARENT` is set to `1` (Shell)
7+
* Add code name of Apple M4 (CPU, Linux)
8+
* Add ethernet speed rate detection support (LocalIP)
9+
* Add zsh completion script
10+
* Add Linglong package manager detection support (Packages, Linux)
11+
12+
Bugfixes:
13+
* Fix building on macOS 10.14
14+
* Fix tmux in linux TTY (Colors)
15+
* Fix hang in WSL when custom format is used (Disk, Linux)
16+
* Fix `/proc/loadavg` parsing (Loadavg, Linux)
17+
* Disable use of `LC_NUMERIC` locale settings to fix parsing of decimal numbers
18+
* Fix possible segfault (DiskIO, Linux)
19+
* Honor `preciseRefreshRate` in custom format (Display)
20+
21+
Logos:
22+
* Add Lingmo OS
23+
* Add Sleeper OS
24+
125
# 2.21.3
226

327
Bugfixes:

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.21.3
4+
VERSION 2.22.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)