Skip to content

Commit 9de5d90

Browse files
committed
Release: v2.43.0
1 parent 576a9cc commit 9de5d90

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.43.0
2+
3+
Features:
4+
* Support physical core count and package count detection on Solaris (CPU, SunOS)
5+
* Improve physical core count detection on FreeBSD (CPU, FreeBSD)
6+
* Add option to hide unknown GPUs (GPU)
7+
* Detect VRAM type of AMD GPUs on Linux (GPU, Linux)
8+
9+
Bugfixes:
10+
* Fix disk usage detection on 32-bit Linux (#1734, Disk, Linux)
11+
* Fix compiling on Asahi Linux (GPU, Linux)
12+
* Fix duplicated playback status (Media, Linux)
13+
* Don't show 255 in custom format when muted on macOS (#1750, Sound, macOS)
14+
15+
Logos:
16+
* new AthenaOS
17+
* add Hydra Framework
18+
119
# 2.42.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.42.0
4+
VERSION 2.43.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)