Release 1.8.1

This commit is contained in:
李通洲
2022-12-30 22:00:11 +08:00
parent 1dabac9782
commit b5c2c9ee7a
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -4,6 +4,10 @@ Notable Changes:
* `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).
Bugfixes:
* Mountpoint paths don't get decoded (#364)
# 1.8.0
This release introduces Windows support! Fastfetch now fully support all major desktop OSes (Linux, macOS, Windows and FreeBSD)
+1 -1
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
project(fastfetch
VERSION 1.8.0
VERSION 1.8.1
LANGUAGES C
DESCRIPTION "Fast system information tool"
HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"