Skip to content

Commit d28d307

Browse files
committed
Release: v2.63.0
1 parent 3492f9b commit d28d307

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# 2.63.0
22

33
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)
79

810
Features:
911
* Adds wallpaper detection support on Haiku (#2314, Wallpaper, Haiku)
@@ -17,6 +19,7 @@ Features:
1719
* 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.
1820
* Adds support for `global.playerName` for Windows (Media, Windows)
1921
* This allows detecting a specified media player while ignoring others.
22+
* Multi-battery detection is enabled on Windows by default (Battery, Windows)
2023

2124
Bugfixes:
2225
* Improves DisplayServer compatibility on Linux by handling newer `kde-output-device-v2` protocol updates (DisplayServer, Linux)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 2.62.1
4+
VERSION 2.63.0
55
LANGUAGES C
66
DESCRIPTION "Fast neofetch-like system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"

0 commit comments

Comments
 (0)