Skip to content

Commit be9cf00

Browse files
committed
Release: v2.40.0
1 parent 52fdabe commit be9cf00

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ Features:
88
* Support more AMD GPU information using ADL SDK, including memory type detection (GPU, Windows)
99
* Support Intel dGPU memory type detection (GPU, Windows)
1010
* Support Nvidia VMEM type detection via NVAPI (GPU, Windows, #993)
11-
* Support Bootmgr module for OpenBSD and NetBSD
11+
* Support Boot manager detection for OpenBSD and NetBSD (Bootmgr, OpenBSD / NetBSD)
1212
* Use `SystemConfiguration` for DNS entries detection (DNS, macOS)
13-
* Add `systemd-resolved` support for DNS module (DNS, Linux)
13+
* Add `systemd-resolved` support for DNS module (DNS, Linux, #1646)
1414
* Improve performance and accuracy of Wifi detection on FreeBSD using ioctl (Wifi, FreeBSD)
1515
* Support remaining time reporting for batteries on NetBSD (Battery, NetBSD)
1616
* Add new Mac models support (Host, macOS)
1717
* Load config from fastfetch binary path with `--config` option (#1649)
18+
* Support TPM detection on macOS (TPM, macOS)
19+
* Support IPv6 client address report (Users, Linux / Windows)
20+
* Support default route detection for IPv6 (LocalIP, Linux)
21+
* Round seconds to the nearest minute to match the behavior of `uptime` command (Uptime)
1822

1923
Bugfixes:
2024
* Fix `outputColor` not working when `length` is set in Separator module (#1644)
@@ -26,6 +30,7 @@ Bugfixes:
2630
* Fall back to KDGKBINFO if `usbhid` fails (Keyboard, FreeBSD)
2731
* Fix multiple paging file support (Swap, Windows)
2832
* Fix memleaks, code smells in multiple modules
33+
* Fix boot time calculation on NetBSD (Uptime, NetBSD)
2934

3035
Logo:
3136
* Fix opensuse-tumbleweed_small (#1636)

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.39.1
4+
VERSION 2.40.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)