Release: v2.63.0

This commit is contained in:
Carter Li
2026-05-13 14:56:22 +08:00
parent 3492f9bfa1
commit d28d307b63
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -1,9 +1,11 @@
# 2.63.0
Changes:
* On Windows, multi-battery detection is now always enabled
* Removes the old Windows-specific `useSetupApi` option. (Battery, Windows)
* The Windows-specific `wmiTimeout` option has been removed and is no longer supported. (Windows)
* Introduces a new optional dependency, `libefl`, for querying the Enlightenment window manager configuration:
* `libefl-all-dev` on Debian/Ubuntu
* `libefl-devel` on Fedora
* `efl` on Arch Linux
* The Windows-specific options `battery.useSetupApi` and `global.wmiTimeout` have been removed. (Windows)
Features:
* Adds wallpaper detection support on Haiku (#2314, Wallpaper, Haiku)
@@ -17,6 +19,7 @@ Features:
* 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.
* Adds support for `global.playerName` for Windows (Media, Windows)
* This allows detecting a specified media player while ignoring others.
* Multi-battery detection is enabled on Windows by default (Battery, Windows)
Bugfixes:
* Improves DisplayServer compatibility on Linux by handling newer `kde-output-device-v2` protocol updates (DisplayServer, Linux)
+1 -1
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
project(fastfetch
VERSION 2.62.1
VERSION 2.63.0
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"