Skip to content

Commit 0cf45c1

Browse files
committed
Release: v2.23.0
1 parent 4355163 commit 0cf45c1

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# 2.23.0
2+
3+
Features:
4+
* Support unity version detection (DE, Linux)
5+
* Print model name in Battery keys if available (Battery)
6+
* Add module `Zpool`
7+
* Improve performance (Shell / Terminal, Linux)
8+
* Support syntax of padded strings in `--<module>-format`. `{variable<padlength}` and `{variable>padlength}` are supported.
9+
* If pad length is greater than the length of the variable, the variable will be padded with spaces.
10+
* `fastfetch -l none -s command --command-text 'echo 12345' --command-format 'output({1<20})'` prints `Command: output(12345 )`
11+
* `fastfetch -l none -s command --command-text 'echo 12345' --command-format 'output({1>20})'` prints `Command: output( 12345)`
12+
* If pad length is less than the length of the variable, the variable will be truncated.
13+
14+
Bugfixes:
15+
* Fix broken `--list-presets`
16+
* Update zsh completion script
17+
* Don't print `*` if `defaultRouteOnly` is set (NetIO)
18+
* Fix Camera module incorrectly disabled on FreeBSD (Camera, FreeBSD)
19+
* Fix hanging on screen 5.0 (Terminal)
20+
* Improve image logo support on Windows (Logo, Windows)
21+
22+
Logos:
23+
* Update AmogOS
24+
* Add Magix
25+
* Make ubuntu logo colorable
26+
* Add Steam Deck Logo
27+
* add Huawei Cloud EulerOS
28+
129
# 2.22.0
230

331
Features:

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.22.0
4+
VERSION 2.23.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)