Skip to content

Commit da0db04

Browse files
authored
Merge pull request #897 from fastfetch-cli/dev
Release: 2.11.5
2 parents 855fd6e + ae5732e commit da0db04

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.11.5
2+
3+
Bugfix:
4+
5+
* Fix logo printing for OpenMandriva (#896)
6+
* Remove `--os-file` in help messages
7+
18
# 2.11.4
29

310
Changes:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 2.11.4
4+
VERSION 2.11.5
55
LANGUAGES C
66
DESCRIPTION "Fast neofetch-like system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"

completions/bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ __fastfetch_completion()
360360
local FF_OPTIONS_PATH=(
361361
"-c"
362362
"--config"
363-
"--os-file"
364363
"--lib-pci"
365364
"--lib-vulkan"
366365
"--lib-wayland"

src/data/help.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -937,14 +937,6 @@
937937
"default": "-"
938938
}
939939
},
940-
{
941-
"long": "os-file",
942-
"desc": "Set the additional file path which containing OS information",
943-
"remark": "Linux only",
944-
"arg": {
945-
"type": "path"
946-
}
947-
},
948940
{
949941
"long": "disk-folders",
950942
"desc": "A colon (semicolon on Windows) separated list of folder paths to be detected",

src/logo/builtin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3006,7 +3006,7 @@ static const FFlogo O[] = {
30063006
},
30073007
// OpenMandriva
30083008
{
3009-
.names = {"openmandriva", "open-mandriva", "open_mandriva"},
3009+
.names = {"openmandriva", "open-mandriva", "open_mandriva", "openmandriva lx"},
30103010
.lines = FASTFETCH_DATATEXT_LOGO_OPENMANDRIVA,
30113011
.colors = {
30123012
FF_COLOR_FG_BLUE,

0 commit comments

Comments
 (0)