Skip to content

Commit 536e2fb

Browse files
committed
Doc: update changelog [ci skip]
1 parent 1e46014 commit 536e2fb

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 2.24.0
2+
3+
Changes:
4+
* Support of `--lib-XXX` is removed
5+
* If fastfetch fails to load some `.so` `.dylib` libraries, `LD_LIBRARY_PATH` should be used.
6+
7+
Features:
8+
* Support sixel image protocol on Windows (Logo, Windows)
9+
* Requires imagemagick7 to be installed. MSYS2 is recommended.
10+
* Improve terminal query on Windows (Windows)
11+
* TerminalSize, TerminalTheme
12+
* Detect more ARM microarchitectures (CPU, Linux)
13+
* Detect the number of online cores (CPU, FreeBSD)
14+
15+
Bugfixes:
16+
* Fix tests building when system yyjson is used (#1244)
17+
* Fix dinit detection; support dinit version detection (#1245, InitSystem, Linux)
18+
* Fix signal quality, refresh rate and maybe others in custom format (#1241)
19+
* Fix boot time calculation (#1249, Uptime, Linux)
20+
* Fix custom format for boolean values
21+
* `{?false-value}This should not print{?}{?true-value}This should print{?}` will print `This should print`
22+
123
# 2.23.0
224

325
Features:

0 commit comments

Comments
 (0)