Skip to content

Commit 67e4337

Browse files
Release 1.7.1
1 parent c4b024e commit 67e4337

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 1.7.1
2+
3+
This release brings a lot of bug fixes and improvements for MacOS. Big thanks to @CarterLi for the help on this!
4+
5+
Features:
6+
* 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
7+
* Swap module, similar to the Memory module, but for swap. Add `Swap` to your structure to enable it (#225)
8+
9+
Logos:
10+
* Slackware (#227)
11+
12+
Bugfixes:
13+
* Used disk space is now calculated much more accurately
14+
* On Linux, GPU names are no longer truncated, if they are longer than 32 characters (#224)
15+
* On Linux, NVIDIA GPUs once again have a proper name
16+
17+
* On M1 platforms, showing the GPU name no longer crashes the program (#222)
18+
* Brew package count does now work on M1 platforms too
19+
* The Vulkan module now does work on MacOS too
20+
* The OpenGL and OpenCL modules now work on MacOS too (@CarterLi, #226)
21+
* The LocalIp module now works on MacOS too (@CarterLi, #232)
22+
* Detecting custom WMs on MacOS does now work
23+
24+
Other:
25+
* GitHub actions now builds a dmg file for MacOS, as you can see in the release page
26+
127
# 1.7.0
228

329
This release brings support for MacOS!

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 & project homepage url
22

33
project(fastfetch
4-
VERSION 1.7.0
4+
VERSION 1.7.1
55
LANGUAGES C
66
DESCRIPTION "Fast system information tool"
77
HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"

0 commit comments

Comments
 (0)