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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
# 2.60.0
2
2
3
3
Changes:
4
-
* The CMake option `ENABLE_WIN7_COMPAT:BOOLEAN` now defaults to `OFF`
5
-
* This follows the Windows 7 deprecation notice introduced in v2.57.0
6
-
* The removal of Win7-compat code, however, is delayed to later version.
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.
7
6
*`wm.detectPlugin` now defaults to `true` (WM)
8
7
9
8
Features:
10
-
* Adds `{cwd}` for custom title formatting, which prints the current working directory (Title)
9
+
* Adds `{cwd}` for custom title formatting, which displays the current working directory (Title)
11
10
* Adds support for detecting the Zed version (#2200, Editor)
12
11
* Adds support for detecting `moss` packages (Packages, Linux)
13
12
* Adds support for detecting komorebi, FancyWM, and GlazeWM (WM, Windows)
@@ -17,7 +16,7 @@ Features:
17
16
Bugfixes:
18
17
* Fixes a potential segmentation fault caused by dereferencing a negative index (#2198)
19
18
* Fixes `tempSensor` parsing so that it accepts only string values (#2202, CPU)
20
-
* Fixes an issue which reports less devices unexpectedly (Keyboard, Linux)
19
+
* Fixes an issue that unexpectedly caused fewer devices to be reported (Keyboard, Linux)
21
20
* Improves WM detection on LXQt by querying WM settings only when no WM has already been detected (#2199, WM, Linux)
22
21
* Fixes memory leaks in DBus connection handling and in the OpenGL EGL context lifecycle
23
22
* Fixes niri version detection on Fedora (WM, Linux)
0 commit comments