diff --git a/CHANGELOG.md b/CHANGELOG.md index 03212cd251..ff02b1cac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 2.3.4 + +Bugfixes: +* Fix `--help` doesn't work when built without python + +Features: +* Use `MemAvailable` if available (Memory, Linux) +* Improve performance of detecting dpkg package count (Packages, Linux) + # 2.3.3 Bugfixes: diff --git a/CMakeLists.txt b/CMakeLists.txt index e4dc905116..12807993e4 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.3.3 + VERSION 2.3.4 LANGUAGES C DESCRIPTION "Fast neofetch-like system information tool" HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"