You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
# 1.8.1
2
+
3
+
Notable Changes:
4
+
5
+
*`Song` was used as an alias to `Media` module. It's removed to avoid confusion. All song related flags (`--song-key`, etc) should change to media (`--media-key`, etc). (@CarterLi)
6
+
7
+
Bugfixes:
8
+
9
+
* Mountpoint paths on linux get decoded correctly (#364)
10
+
* Color parsing once again works (@IanManske, #365)
11
+
* Using a custom key with a placeholder for the local ip module now does work correctly if multiple interfaces are present (#368)
12
+
1
13
# 1.8.0
2
14
3
15
This release introduces Windows support! Fastfetch now fully support all major desktop OSes (Linux, macOS, Windows and FreeBSD)
@@ -72,7 +84,7 @@ Features:
72
84
* MacPorts package manager support (@SladeGetz, #234)
73
85
* Battery support for MacOS (@CarterLi, #235)
74
86
* Processes, swap & terminal font support for MacOS(@CarterLi, #237)
0 commit comments