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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
# 2.63.0
2
2
3
3
Changes:
4
-
* On Windows, multi-battery detection is now always enabled
5
-
* Removes the old Windows-specific `useSetupApi` option. (Battery, Windows)
6
-
* The Windows-specific `wmiTimeout` option has been removed and is no longer supported. (Windows)
4
+
* Introduces a new optional dependency, `libefl`, for querying the Enlightenment window manager configuration:
5
+
*`libefl-all-dev` on Debian/Ubuntu
6
+
*`libefl-devel` on Fedora
7
+
*`efl` on Arch Linux
8
+
* The Windows-specific options `battery.useSetupApi` and `global.wmiTimeout` have been removed. (Windows)
7
9
8
10
Features:
9
11
* Adds wallpaper detection support on Haiku (#2314, Wallpaper, Haiku)
@@ -17,6 +19,7 @@ Features:
17
19
* The module now prints the current playback position and total media duration when supported by the player. If you prefer the previous behavior, you can set `media.percent.type: ["hide-others"]` to hide the new fields.
18
20
* Adds support for `global.playerName` for Windows (Media, Windows)
19
21
* This allows detecting a specified media player while ignoring others.
22
+
* Multi-battery detection is enabled on Windows by default (Battery, Windows)
20
23
21
24
Bugfixes:
22
25
* Improves DisplayServer compatibility on Linux by handling newer `kde-output-device-v2` protocol updates (DisplayServer, Linux)
0 commit comments