Skip to content

Commit 488986e

Browse files
Release 1.7.3
1 parent b548c64 commit 488986e

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 1.7.3
2+
3+
A lot of small improvements for MacOS & BSD platforms.
4+
5+
Features:
6+
* BSD is now officially supported (#228)
7+
* MacPorts package manager support (@SladeGetz, #234)
8+
* Battery support for MacOS (@CarterLi, #235)
9+
* Processes, swap & terminal font support for MacOS(@CarterLi, #237)
10+
* Song support for MacOS (@CarterLi, #242)
11+
* Player support for MacOS (@CarterLi, #245)
12+
* WM theme support for MacOS (@CarterLi, #246)
13+
* CPU usage support for MacOS (@CarterLi, #247)
14+
* Power Adapter module (@CarterLi, #249)
15+
* Windows terminal font for WSL (@CarterLi, #254)
16+
* Temps & Font support for MacOS (@CarterLi, #258)
17+
* Terminal font support for Termux (@CarterLi, #263)
18+
* Weather module (@CarterLi, #266)
19+
20+
Logos
21+
* Crystal linux (@AloneER0, #239)
22+
* FreeBSD (@draumaz, #244)
23+
* New Ubuntu (@AloneER0, #259)
24+
25+
Bugfixes:
26+
* Don't segfault in GPU code on Intel Macs (@CarterLi, #236)
27+
* Don't use hardcoded size units in presets (@dr460nf1r3, #255)
28+
* Don't crash with some format strings (#252)
29+
* --logo-none keeps key color now (#264)
30+
131
# 1.7.2
232

333
Fixes the bash completions

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.2
4+
VERSION 1.7.3
55
LANGUAGES C
66
DESCRIPTION "Fast system information tool"
77
HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"

0 commit comments

Comments
 (0)