Skip to content

Commit 15c72c0

Browse files
committed
Release: 1.11.1
Update changelog too
1 parent b797246 commit 15c72c0

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

CHANGELOG.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
# 1.11.2
1+
# 1.11.1
22

33
Features:
44
* Support xonsh detection (TerminalShell)
5-
* Support Tabby version / terminal font detection
5+
* Support Tabby version / terminal font detection (TerminalFont)
66

77
Bugfixes:
8+
* Fix name of Pro Controller (Gamepad, Windows)
9+
* Fix compile error with imagemagick enabled (Windows)
10+
* Fix copy-and-paste errors (Gamepad)
11+
* Flatpak: Fix user package count
12+
* Flatpak: Count runtime packages too (#441)
813
* Fix flatpak package count (#441)
914
* Don't print white color blocks with `--pipe` (#450)
1015
* Fix iTerm being detected as iTermServer-* sometimes
@@ -14,19 +19,9 @@ Bugfixes:
1419

1520
Logo:
1621
* Update Windows 11 ASCII logo to look more visually consistent (#445)
17-
* Adds another font color index to arch icon (#446)
18-
19-
# 1.11.1
20-
21-
Bugfixes:
22-
* Fix name of Pro Controller (Gamepad, Windows)
23-
* Fix compile error with imagemagick enabled (Windows)
24-
* Fix copy-and-paste errors (Gamepad)
25-
* Flatpak: Fix user package count
26-
* Flatpak: Count runtime packages too (#441)
27-
28-
Logo:
22+
* Add another font color index to arch icon (#446)
2923
* Add SteamOS
24+
* Add macOS small / small2
3025

3126
# 1.11.0
3227

@@ -59,9 +54,6 @@ Improvements:
5954
* Improve preformance (WmTheme amd Font, Windows and macOS)
6055
* Enable nonblocking public-ip / weather detection (Android)
6156

62-
Logos:
63-
* macOS small / small2
64-
6557
# 1.10.2
6658

6759
Bugfixes:

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 1.11.0
4+
VERSION 1.11.1
55
LANGUAGES C
66
DESCRIPTION "Fast system information tool"
77
HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"

0 commit comments

Comments
 (0)