File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,14 @@ Features:
3131* Print all presets in ` --list-presets ` for better Windows support (Windows)
3232* Support for guix package manager detection (Packages, Linux)
3333* Support named variable placeholders in custom module formattion string (#796 )
34- * ` --title-format '{user-name-colored}{at-symbol-colored}{host-name-colored}' ` is equivalent to ` --title-format '{6}{7}{8}' `
34+ * ` --title-format '{user-name-colored}{at-symbol-colored}{host-name-colored}' ` is now equivalent to ` --title-format '{6}{7}{8}' `
3535* Support named color placeholders in custom module formattion string
36- * ` --<module>-format '{#red}' ` is equivalent to ` --<module>-format '{#31}' `
36+ * ` --<module>-format '{#red}' ` is now equivalent to ` --<module>-format '{#31}' `
3737 * ` '{#red}' ` or ` '{#31}' ` is preferred over ` \u001b[31m ` because is more readable and ` --pipe ` aware (will be ignored in pipe mode)
3838 * Supported in ` Custom ` module too
3939 * See ` fastfetch -h format ` for detail
40+ * Add new module ` InitSystem ` , which detects the name of init system
41+ * i.e. process name of pid1. ` init ` , ` systemd ` , etc
4042* Add option ` --color-separator ` to set the color of key-value separators
4143* Support Guix package manager count (#792 , Packages, Linux)
4244* Improve python based shell detection (#977 , Shell, macOS)
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.14 .0
4+ VERSION 2.15 .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