File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 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
331Features:
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22
33project (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"
You can’t perform that action at this time.
0 commit comments