mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
Merge branch 'master' into dev
This commit is contained in:
+10
-1
@@ -17,12 +17,21 @@ Features:
|
||||
* Support `--colors-symbol` and `--colors-padding-left`
|
||||
* Add LM (Login Manager) module
|
||||
* Add `--wmi-timeout` option (Windows)
|
||||
|
||||
# 1.12.2
|
||||
|
||||
Features:
|
||||
* Support terminator terminal version detection (Linux, Terminal)
|
||||
* Support `pkgtool` package manager detection (Linux, Packages)
|
||||
* Support `Far` shell version detection (Windows, Shell)
|
||||
|
||||
Bugfixes:
|
||||
* Fix ConEmu terminal detection in some special cases (Windows, Terminal, #488)
|
||||
* Fix incorrect Host on M2 Mac Studio with M2 Max CPU (macOS, Host, #490)
|
||||
|
||||
# 1.12.1
|
||||
|
||||
Bugfixes:
|
||||
|
||||
* Fix compiling error on Apple Slicon (Bios, macOS)
|
||||
|
||||
# 1.12.0
|
||||
|
||||
+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.1
|
||||
VERSION 1.12.2
|
||||
LANGUAGES C
|
||||
DESCRIPTION "Fast system information tool"
|
||||
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "modules/packages/packages.h"
|
||||
#include "util/stringUtils.h"
|
||||
|
||||
#define FF_PACKAGES_NUM_FORMAT_ARGS 21
|
||||
#define FF_PACKAGES_NUM_FORMAT_ARGS 22
|
||||
|
||||
void ffPrintPackages(FFPackagesOptions* options)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user