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
+34-2Lines changed: 34 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,35 @@
1
+
# 2.60.0
2
+
3
+
Changes:
4
+
* The CMake option `ENABLE_WIN7_COMPAT:BOOLEAN` now defaults to `OFF` and will be removed in v2.61.0, effectively dropping support for Windows 7 in the next release.
5
+
* This follows the Windows 7 deprecation notice introduced in v2.57.0.
6
+
*`wm.detectPlugin` now defaults to `true` (WM)
7
+
8
+
Features:
9
+
* Adds `{cwd}` for custom title formatting, which displays the current working directory (Title)
10
+
* Adds support for detecting the Zed version (#2200, Editor)
11
+
* Adds support for detecting `moss` packages (Packages, Linux)
12
+
* Adds support for detecting komorebi, FancyWM, and GlazeWM (WM, Windows)
13
+
* Adds support for WM plugin version detection on macOS (WM, macOS)
14
+
* Adds support for retrieving the executable path on OpenBSD (#2195, OpenBSD)
15
+
16
+
Bugfixes:
17
+
* Fixes a potential segmentation fault caused by dereferencing a negative index (#2198)
18
+
* Fixes `tempSensor` parsing so that it accepts only string values (#2202, CPU)
19
+
* Fixes an issue that unexpectedly caused fewer devices to be reported (Keyboard, Linux)
20
+
* Improves WM detection on LXQt by querying WM settings only when no WM has already been detected (#2199, WM, Linux)
21
+
* Fixes memory leaks in DBus connection handling and in the OpenGL EGL context lifecycle
22
+
* Fixes niri version detection on Fedora (WM, Linux)
23
+
* Includes various internal cleanups and optimizations
24
+
25
+
Logos:
26
+
* Adds `RengeOS` (#2170)
27
+
* Adds `Emmabuntüs` (#2207)
28
+
* Updates Artix Linux (#2157)
29
+
* Updates Linux Mint (#2186)
30
+
* Renames `Refracted Devuan` to `Refracta`
31
+
* Renames `ExodiaPredator` to `ExodiaOS`
32
+
1
33
# 2.59.0
2
34
3
35
Changes:
@@ -35,7 +67,7 @@ Features:
35
67
* Honors the `DBPath` and `RootDir` settings in `pacman.conf` when detecting Pacman packages (#2154, Packages, Linux)
36
68
37
69
Bugfixes:
38
-
* Fixes a crash issues on KDE Plasma 6.6 (Display, Linux)
70
+
* Fixes a crash issue on KDE Plasma 6.6 (Display, Linux)
39
71
* Fixes the Command module not working with `--dynamic-interval` (#2152, Command)
40
72
* Fixes Quartz Compositor version detection. It now correctly reports the version of `WindowServer` (`SkyLight`) instead of `WindowManager`. (WM, macOS)
41
73
@@ -62,7 +94,7 @@ Deprecation notice:
62
94
* Support for Windows 7 (and 8.x) is deprecated and will be removed in a future release. Extended support for Windows 7 (and 8.1) ended on January 10, 2023. These versions do not officially support ANSI escape codes (running fastfetch on them requires a third-party terminal such as ConEmu). In addition, Windows 7 lacks some APIs used by fastfetch. Fastfetch currently loads these APIs dynamically at runtime to maintain compatibility, but this adds complexity to the codebase and increases the maintenance burden.
63
95
* A CMake flag `ENABLE_WIN7_COMPAT:BOOLEAN` has been introduced (defaults to `ON` for now). If set to `OFF`, Windows 7 compatibility code is excluded, and the resulting binaries will support only Windows 10 (version 1607 and later) and Windows 11.
64
96
* The main prebuilt Windows binaries on the Release page (`fastfetch-windows-amd64.*`) are built with `ENABLE_WIN7_COMPAT=OFF`. These are the binaries used by `scoop` and `winget`. Users who need Windows 7 (or 8.x) support can download the `-win7` variant instead.
65
-
* The `ENABLE_WIN7_COMPAT` CMake option and the `-win7` variant binaries are planned to be removed in 2.60.0.
97
+
*~~The `ENABLE_WIN7_COMPAT` CMake option and the `-win7` variant binaries are planned to be removed in 2.60.0~~.
66
98
67
99
Features:
68
100
* Supports COSMIC DE version detection (DE, Linux)
0 commit comments