File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,12 @@ Features:
99 * Requires imagemagick7 to be installed. MSYS2 is recommended.
1010* Improve terminal query on Windows (Windows)
1111 * TerminalSize, TerminalTheme
12- * Detect more ARM microarchitectures (CPU, Linux)
12+ * Detect more ARM microarchitectures and SOC names (CPU, Linux)
1313* Detect the number of online cores (CPU, FreeBSD)
1414* Support board name detection for Asahi Linux (Board, Linux)
15+ * Add new option ` --command-param ` to customize the parameters when running shell
16+ * Support syntax of sub string in ` --<module>-format ` : ` {variable~startIndex,endIndex} `
17+ * See ` fastfetch -h format ` for detail
1518
1619Bugfixes:
1720* Fix tests building when system yyjson is used (#1244 )
@@ -20,6 +23,10 @@ Bugfixes:
2023* Fix boot time calculation (#1249 , Uptime, Linux)
2124* Fix custom format for boolean values
2225 * ` {?false-value}This should not print{?}{?true-value}This should print{?} ` will print ` This should print `
26+ * Fix possible hanging when running fastfetch in screen 5.0 (TerminalTheme, macOS)
27+
28+ Logos:
29+ * Add Lliurex
2330
2431# 2.23.0
2532
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.23 .0
4+ VERSION 2.24 .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