Skip to content

Commit f31d3b8

Browse files
committed
Doc: update changelog
1 parent 8a20af9 commit f31d3b8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 2.59.0
2+
3+
Changes:
4+
* Fastfetch no longer relies on the unreliable environment variables `$USER` or `%USERPROFILE%` to determine the current username (Title)
5+
* People who set `$USER` to customize the Fastfetch title should use `{ "type": "title", "format": "your-custom-user-name" }` to achieve the same result.
6+
* Fastfetch no longer tries to probe inaccessible remote disk drives on Windows (Disk, Windows)
7+
* People who have remote drives may use `{ "type": "disk", "hideFolders": "X:\\" }` to ignore problematic ones.
8+
* This change removes some ugly hacks from the codebase and matches the behavior on `*nix`.
9+
10+
Features:
11+
* Adds Oracle Solaris support (#2176, SunOS)
12+
* Adds UID / SID detection (Title)
13+
* In custom format: `{user-id}`
14+
* Switches to native GPU detection on GNU/Hurd and removes the `libpciaccess` dependency (GPU, Hurd)
15+
* Improves memory size detection on macOS (Memory, macOS)
16+
* Avoids relying on `hw.memsize_usable` by default, which may not be available on older macOS versions
17+
* Improves Windows disk detection accuracy and performance (Disk, Windows)
18+
* Adds more ARM CPU parts and removes duplicated cases (CPU, ARM)
19+
20+
Logos:
21+
* Adds 6-color support to the NixOS logo (including the small variant) (#2180)
22+
123
# 2.58.0
224

325
An early release to fix compatibility issues with KDE Plasma 6.6.

0 commit comments

Comments
 (0)