Skip to content

Commit d4bd440

Browse files
committed
Release: v2.11.4
1 parent 689feb3 commit d4bd440

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 2.11.4
2+
3+
Changes:
4+
5+
* Fastfetch will print a colorless ascii logo in `--pipe` mode for better `lolcat` compatibility. `fastfetch | lolcat` should work and no `--pipe false` needed.
6+
* Previously the logo would be disabled in `--pipe` mode.
7+
* `--os-file` was removed and CMake option `-DCUSTOM_OS_RELEASE_PATH=/path/to/os-release` was added. This option should not used in most cases.
8+
9+
Bugfixes:
10+
11+
* Fix possible out-of-bound memory access (#868)
12+
* Fix Apple Terminal detection (macOS, Terminal)
13+
* Fix doubled output in custom formation (#852)
14+
* Fix deprecation warning for macOS 14.0 hopefully (#860, macOS, Camera)
15+
* Fix memory leaks when passing informative options
16+
* Fix JSON config `size.ndigits` doesn't work
17+
18+
Features:
19+
20+
* Enable `--pipe` mode if environment variable `$NO_COLOR` is set
21+
* Support Armbian and Proxmox distro detection (OS, Linux)
22+
23+
Logo:
24+
25+
* Add Armbian
26+
127
# 2.11.3
228

329
Hotfix for nix (https://github.com/NixOS/nixpkgs/issues/308849#issuecomment-2093962376)

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.11.3
4+
VERSION 2.11.4
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)