Skip to content

Commit a3e4b4f

Browse files
committed
Release v2.21.1
1 parent 0749704 commit a3e4b4f

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# 2.21.1
2+
3+
Hotfix for a regression that breaks WM detection when running `startx` from TTY (Regression from 2.21.0, #1172 / #1162)
4+
5+
Changes:
6+
* On Linux, FreeBSD and SunOS, a new recommended dependency `libelf` is introduced to extract strings in ELF binary, used for
7+
* st term font detection when the term font is compiled directly into the binary
8+
* fast path of systemd version detection
9+
10+
Features:
11+
* Improve performance of
12+
* kitty version detection (Terminal, Linux)
13+
* st term font detection (TerminalFont, Linux)
14+
* systemd version detection (InitSystem, Linux)
15+
16+
Bugfixes:
17+
* Fix building error without `linux/wireless.h` (Wifi, Linux)
18+
* Fix wrong GPU max frequency on Asahi Linux (GPU, Linux)
19+
* Don't rely `$XDG_SESSION_TYPE` for detecting wm protocol (#1172 / #1162, WM, Linux)
20+
* Fix light color doesn't work on Linux console (Colors, Linux)
21+
* `LC_ALL`, if set, overrides every other locale-related environment variable (Locale)
22+
* Increase timeout of DBus calls (Linux)
23+
24+
Logos:
25+
* Add vanilla_small and vanilla2
26+
* Add LFS (Linux From Scratch)
27+
128
# 2.21.0
229

330
Changes:

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.0
4+
VERSION 2.21.1
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)