Merge branch 'master' into dev

This commit is contained in:
李通洲
2023-07-03 15:35:05 +08:00
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -17,6 +17,12 @@ Features:
* Add LM (Login Manager) module
* Add `--wmi-timeout` option (Windows)
# 1.12.1
Bugfixes:
* Fix compiling error on Apple Slicon (Bios, macOS)
# 1.12.0
This release backports some changes from dev branch, and fixes 2 crashing issues
+1 -1
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url & FetchContent
project(fastfetch
VERSION 1.12.0
VERSION 1.12.1
LANGUAGES C
DESCRIPTION "Fast system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"