Skip to content

Commit

Permalink
Release 1.5.4
Browse files Browse the repository at this point in the history
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
  • Loading branch information
LinusDierheimer committed Jun 18, 2022
1 parent 26d1725 commit fb35a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down

0 comments on commit fb35a6e

Please sign in to comment.