Skip to content

Commit 90d3b3d

Browse files
committed
Release: v2.63.1
1 parent bbc5b4d commit 90d3b3d

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
# 2.63.1
2+
3+
Bugfixes:
4+
* Fixes media length detection for Chrome on Linux (Media, Linux)
5+
* Fixes segmentation fault when specifying unsupported modules on command line
6+
* Disables usage of Netlink for Wi-Fi detection on s390x architectures (Wifi, Linux)
7+
18
# 2.63.0
29

310
Changes:
4-
* Introduces a new optional dependency, `libefl`, for querying the Enlightenment window manager configuration:
11+
* Introduces a new **build-only** dependency, `libefl`, for querying the Enlightenment window manager configuration:
512
* `libefl-all-dev` on Debian/Ubuntu
613
* `libefl-devel` on Fedora
714
* `efl` on Arch Linux
@@ -14,6 +21,7 @@ Features:
1421
* Adds Ubuntu Kylin and Ubuntu Unity flavor detection (OS, Linux)
1522
* Adds NebiDE support (WMTheme, Linux)
1623
* Adds package counting for `cards` on NuTyX (#2287, Packages, Linux)
24+
* Adds `{am-pm}` to custom format for 12-hour time with am/pm (DateTime)
1725
* Adds support for the Enlightenment desktop environment (#2165, WM, Linux)
1826
* Adds support for playback progress detection (Media)
1927
* 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.

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.63.0
4+
VERSION 2.63.1
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)