Skip to content

Commit 861d900

Browse files
committed
Release: v2.11.3
1 parent 7ba07bd commit 861d900

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,32 @@
1+
# 2.11.3
2+
3+
Hotfix for nix (https://github.com/NixOS/nixpkgs/issues/308849#issuecomment-2093962376)
4+
5+
Features:
6+
* Add cmake option `CUSTOM_AMDGPU_IDS_PATH` for specifying custom path of `amdgpu.ids`
7+
8+
Bugfixes:
9+
* Fix hanging when detecting disconnected network drive (Disk, Windows)
10+
* Ensure line ending is printed when printing image logo errors (Logo)
11+
* Revert image logo limitation change in 2.11.2; allow image logo in SSH session and tmux again (#861, Logo)
12+
113
# 2.11.2
214

3-
Hotfix V2 for old kernel
15+
Hotfix for Debian 11
416

517
Changes:
618
* Error messages when trying to print image logo will only be printed with `--show-errors`
719
* When generating JSON output, fastfetch will generate an empty array when no result is detected, instead of an error.
820

921
Bugfixes:
10-
* Fix segfault in Debian 11 and some old kernels. Regression in 2.11.0 (#845, GPU, Linux)
22+
* Fix segfault in Debian 11 and some old kernels. Regression introduced in 2.11.0 (#845, GPU, Linux)
1123
* Don't try detecting version of raw `sh` shell (#849, Shell, Linux)
1224
* Trim `\r` on Windows
1325

1426
Features:
1527
* Check xdg state home for nix user packages (#837, Packages, Linux)
1628
* Disable image logos in ssh and tmux sessions (#839)
17-
* Support MX Linux distro detection (OS, Linux)
29+
* Support MX Linux distro detection (#847, OS, Linux)
1830

1931
Logo:
2032
* Add KernelOS

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.2
4+
VERSION 2.11.3
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)