Skip to content

Commit 9a6961a

Browse files
committed
Release: v2.15.0
1 parent dbe0c84 commit 9a6961a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

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.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"

0 commit comments

Comments
 (0)