Skip to content

Commit 23a59a1

Browse files
committed
Release: v2.11.1
1 parent 4798c61 commit 23a59a1

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 2.11.1
2+
3+
Hotfix for Android
4+
5+
Bugfixes:
6+
* Fix uninitialized variables which can cause crashes (#760 #838, Battery, Android)
7+
* Don't detect hyfetch as shell when used as a backend of hyfetch
8+
* Fix incorrect information in man page
9+
10+
Features:
11+
* Support sorcery package manager detection (Packages, Linux)
12+
* Make `--custom-format` optional (Custom)
13+
* Make `/` an alias of `C:\` for `--disk-folders` (Disk, Windows)
14+
15+
Logo:
16+
* Fix colors of Source Mage logo
17+
18+
119
# 2.11.0
220

321
Changes:

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.0
4+
VERSION 2.11.1
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)