Skip to content

Commit fb35a6e

Browse files
Release 1.5.4
Feature: Better WSL / WSLg support Feature: --<module>-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
1 parent 26d1725 commit fb35a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
22

33
project(fastfetch
4-
VERSION 1.5.3
4+
VERSION 1.5.4
55
LANGUAGES C
66
)
77

0 commit comments

Comments
 (0)