mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Merge branch 'master' into dev
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user