Skip to content

Commit a36bdfa

Browse files
committed
Release: v2.38.0
1 parent 570abb1 commit a36bdfa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# 2.38.0
22

33
Bugfixes:
4-
* Fix empty battery slots handling (Battery, Haiku)
4+
* Fix empty battery slots handling (Battery, Haiku, #1575)
55
* Fix `{day-pretty}` output in custom format (DateTime, Windows)
66
* Fix VanillaOS detection (OS, Linux)
7-
* Fix secure boot testing (Bootmgr, Linux)
8-
* Fix the SI unit "kB" in help message
7+
* Fix secure boot testing (Bootmgr, Linux, #1584)
8+
* Fix the SI unit "kB" in help message (#1589)
9+
* Fix segfault on macOS 10.15 when using the binary downloaded from Github Releases (Camera, macOS, #1594)
910

1011
Features:
1112
* Support Chassis module in macOS (Chassis, macOS)

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.37.0
4+
VERSION 2.38.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)