diff --git a/CHANGELOG.md b/CHANGELOG.md index 00770fcc3..f47a7e7c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ # 2.13.2 +Another hotfix release :( + +Bugfixes: +* Remove DRM driver version detection feature, which caused a performance regression for nouveau drivers (#956, Display, Linux) +* Fix compatibility for old python versions. Regression of `2.13.0` +* Don't use `*-unknown` as display name for Wayland protocol (Display, Linux) + Features: -* Add new module `Editor` which prints information of the default editor, i.e. $VISUAL or $EDITOR (Editor) +* Add new module `Editor` which prints information of the default editor, i.e. $VISUAL or $EDITOR (#430, Editor) + +Logos: +* Added CuerdOS +* Remove special handling of Loc-OS # 2.13.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index b680c26ef..f16be755a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url project(fastfetch - VERSION 2.13.1 + VERSION 2.13.2 LANGUAGES C DESCRIPTION "Fast neofetch-like system information tool" HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"