Skip to content

Commit 948a480

Browse files
committed
Release: v1.12.2
1 parent ee90d88 commit 948a480

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# 1.12.2
22

33
Features:
4+
* Support terminator terminal version detection (Linux, Terminal)
45
* Support `pkgtool` package manager detection (Linux, Packages)
6+
* Support `Far` shell version detection (Windows, Shell)
7+
8+
Bugfixes:
9+
* Fix ConEmu terminal detection in some special cases (Windows, Terminal, #488)
10+
* Fix incorrect Host on M2 Mac Studio with M2 Max CPU (macOS, Host, #490)
511

612
# 1.12.1
713

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

0 commit comments

Comments
 (0)