Skip to content

Commit 3ae7c4f

Browse files
committed
Release: v2.37.0
1 parent 143b3df commit 3ae7c4f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ Features:
1111
* Some bugs are found and fixed.
1212
* Remove `python-requests` dependency in `scripts/gen-*.py`.
1313
* Add cmake option `-DENABLE_EMBEDDED_AMDGPUIDS=BOOL` (disabled by default)
14+
* If enabled, fastfetch will embed the newest [`amdgpu.ids`](https://gitlab.freedesktop.org/mesa/drm/-/blob/main/data/amdgpu.ids?ref_type=heads) file into fastfetch binary.
1415
* Weather module now honors `display.temp.unit` option (#1560, Weather)
1516
* Support Physical Memory module in NetBSD (PhysicalMemory, NetBSD)
1617
* Requires root permission
18+
* Improve non-intel CPU detection in NetBSD (#1573, CPU, NetBSD)
1719

1820
Bugfixes:
1921
* Fix building in macOS 10.13 (GPU, 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.36.1
4+
VERSION 2.37.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)