From 67e433750a0c5de9adc449b095c565a7d04df1cd Mon Sep 17 00:00:00 2001 From: Linus Dierheimer Date: Thu, 15 Sep 2022 16:02:55 +0200 Subject: [PATCH] Release 1.7.1 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ CMakeLists.txt | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c343c78..e2a2bf537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# 1.7.1 + +This release brings a lot of bug fixes and improvements for MacOS. Big thanks to @CarterLi for the help on this! + +Features: +* The color of the title and the keys can now be configured individually, using `--color-keys` and `--color-title` respectively. Some distros have different defaults now, similar to neofetch +* Swap module, similar to the Memory module, but for swap. Add `Swap` to your structure to enable it (#225) + +Logos: +* Slackware (#227) + +Bugfixes: +* Used disk space is now calculated much more accurately +* On Linux, GPU names are no longer truncated, if they are longer than 32 characters (#224) +* On Linux, NVIDIA GPUs once again have a proper name + +* On M1 platforms, showing the GPU name no longer crashes the program (#222) +* Brew package count does now work on M1 platforms too +* The Vulkan module now does work on MacOS too +* The OpenGL and OpenCL modules now work on MacOS too (@CarterLi, #226) +* The LocalIp module now works on MacOS too (@CarterLi, #232) +* Detecting custom WMs on MacOS does now work + +Other: +* GitHub actions now builds a dmg file for MacOS, as you can see in the release page + # 1.7.0 This release brings support for MacOS! diff --git a/CMakeLists.txt b/CMakeLists.txt index bbb7f5d5f..557e83b8d 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 1.7.0 + VERSION 1.7.1 LANGUAGES C DESCRIPTION "Fast system information tool" HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"