Skip to content

Commit f43e1fd

Browse files
committed
Release: v2.44.0
1 parent c7b061e commit f43e1fd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 2.44.0
2+
3+
Features:
4+
* Add option `--disk-hide-folders` and `--disk-hide-fs` to hide specific mountpoints and filesystems in Disk module (Disk)
5+
* `--disk-hide-folders` defaults to `/efi:/boot:/boot/efi` on Linux and *BSD. Previously these EFI-related folders were hardcoded to be hidden on Linux.
6+
7+
Bugfixes:
8+
* Fix Apple Terminal compatibility with `--stat` (macOS, #1755)
9+
* Ignore `/usr/bin/script` when detecting shell and terminal (Terminal / Shell, #1761)
10+
* Fix compatibility with KDE Plasma 6.4 which is in beta currently (Display, Linux, #1765)
11+
12+
Logos:
13+
* Add Kylin (#1760)
14+
* Add UBLinux (#1764)
15+
116
# 2.43.0
217

318
Features:

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.43.0
4+
VERSION 2.44.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)