From fb35a6e889ab5ff48303b38077351d698228292f Mon Sep 17 00:00:00 2001 From: Linus Dierheimer Date: Sat, 18 Jun 2022 23:39:48 +0200 Subject: [PATCH] Release 1.5.4 Feature: Better WSL / WSLg support Feature: ---error arguments Bugfix: Show GiB instad of GB Feature: Export much more information to host format string Feature: Expose CPU temp to cpu format string Feature: Expose GPU temp to gpi format string Bugfix: Print last line of logo, if it is higher than the infos Logo: Alpine Linux Refactor: Cleaned up header includes Refactor: Build libfastfetch as OBJECT lib, as the linked binary is never needed Feature: Detect termux as terminal --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9233ab112..554834795 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(fastfetch - VERSION 1.5.3 + VERSION 1.5.4 LANGUAGES C )