You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
23
# 2.58.0
2
24
3
25
An early release to fix compatibility issues with KDE Plasma 6.6.
0 commit comments