Skip to content

Commit c89f3d2

Browse files
committed
Release: v2.48.0
1 parent 8e77347 commit c89f3d2

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# 2.48.0
2+
3+
Features:
4+
* Support Fedora variants detection (#1830, OS, Linux)
5+
* Currently supported variants: CoreOS, Kinoite, Sericea, Silverblue
6+
* Optimize GPU detection on Windows when `--gpu-driver-specific` is not used (GPU, Windows)
7+
* Improve accuracy of GPU type detection. Previously it was guessed based on the dedicated vmem size, which causes issues on newer AMD integrated GPUs such as 9000HX and AI 9 HX series. Supported on Windows 8.1 and later.
8+
* Support generic frequency detection of GPU 3D engine on Windows 11 22H2 or later.
9+
* Improve performance. GPU temperature detection is greatly improved when `--gpu-driver-specific` is not used.
10+
* Improve performance and security when spawning child processes by replacing `fork exec` with `posix_spawn` (Posix systems)
11+
* Improve accuracy of sound device detection on macOS (Sound, macOS)
12+
* Add `/etc/profiles/per-user` detection for Nix user packages (#1782, Packages, Linux)
13+
* Add `years` (whole years in integer), `days-of-year` (days since the last anniversary) and `years-fraction` (years in fraction, e.g. 1.5 means 1 year and 6 months) formatting placeholder to `Disk` (since disk creation), `Users` (since user login) and `Uptime` (since system boot) modules
14+
* For example: `fastfetch -s disk --disk-key 'OS Installation' --disk-format '{years} years {days-of-year} days'`
15+
* Add `--fraction-ndigits` option to specify the number of digits after the decimal point when displaying ordinary fractional values
16+
* Typically used with `{years-fraction}` above
17+
* This option doesn't affect percentage values, sizes, etc. They are controlled by individual options.
18+
19+
Bugfixes:
20+
* Fix compiling when not using `-DBINARY_LINK_TYPE=dlopen`
21+
* Regression of v2.47.0
22+
* Note this option was added for debugging only and is not recommended for production use
23+
* Trim leading and trailing whitespaces in disk serial number (PhysicalDisk)
24+
* Use `MTLDevice::hasUnifiedMemory` instead of `MTLDevice::location` to detect GPU type (GPU, macOS)
25+
* Hopefully this fixes the issue that dicrete GPUs are detected as integrated GPUs on Intel MacBook
26+
* Don't load text files as image files (#1843, Logo)
27+
28+
Logos:
29+
* Add Minimal System
30+
* Add AxOS
31+
* Rename Ada to Xray OS
32+
133
# 2.47.0
234

335
Features:

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.47.0
4+
VERSION 2.48.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)