diff --git a/Cargo.lock b/Cargo.lock index 53be6d5c0..1b15b49fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2145,7 +2145,7 @@ checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" [[package]] name = "onefetch" -version = "2.16.0" +version = "2.17.0" dependencies = [ "anyhow", "askalono", @@ -2185,14 +2185,14 @@ dependencies = [ [[package]] name = "onefetch-ascii" -version = "2.16.0" +version = "2.17.0" dependencies = [ "owo-colors", ] [[package]] name = "onefetch-image" -version = "2.16.0" +version = "2.17.0" dependencies = [ "anyhow", "base64", @@ -2204,7 +2204,7 @@ dependencies = [ [[package]] name = "onefetch-manifest" -version = "2.16.0" +version = "2.17.0" dependencies = [ "anyhow", "cargo_toml", diff --git a/Cargo.toml b/Cargo.toml index e0bf79325..66ee1939c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ name = "onefetch" readme = "README.md" repository = "https://github.com/o2sh/onefetch" homepage = "https://onefetch.dev" -rust-version = "1.62.1" -version = "2.16.0" +rust-version = "1.64.0" +version = "2.17.0" [workspace] members = ["ascii", "image", "manifest"] @@ -33,9 +33,9 @@ git2 = { version = "0.16.1", default-features = false } human-panic = "1.1.0" image = "0.24.6" num-format = "0.4.4" -onefetch-ascii = { path = "ascii", version = "2.16.0" } -onefetch-image = { path = "image", version = "2.16.0" } -onefetch-manifest = { path = "manifest", version = "2.16.0" } +onefetch-ascii = { path = "ascii", version = "2.17.0" } +onefetch-image = { path = "image", version = "2.17.0" } +onefetch-manifest = { path = "manifest", version = "2.17.0" } owo-colors = "3.5.0" regex = "1.6.0" serde = "1.0" diff --git a/ascii/Cargo.toml b/ascii/Cargo.toml index 3c02f7d67..0a749b34a 100644 --- a/ascii/Cargo.toml +++ b/ascii/Cargo.toml @@ -2,7 +2,7 @@ authors = ["o2sh "] name = "onefetch-ascii" description = "Display colorized ascii art to the terminal" -version = "2.16.0" +version = "2.17.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/docs/onefetch.1 b/docs/onefetch.1 index de1ba398e..8af7a8205 100644 --- a/docs/onefetch.1 +++ b/docs/onefetch.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH ONEFETCH "1" "April 2023" "onefetch 2.16.0" "User Commands" +.TH ONEFETCH "1" "April 2023" "onefetch 2.17.0" "User Commands" .SH NAME -onefetch \- manual page for onefetch 2.16.0 +onefetch \- manual page for onefetch 2.17.0 .SH SYNOPSIS .B onefetch [\fI\,OPTIONS\/\fR] [\fI\,INPUT\/\fR] @@ -95,11 +95,6 @@ Which thousands SEPARATOR to use \fB\-\-no\-bold\fR .IP Turns off bold formatting -.SS "COLOR BLOCKS:" -.HP -\fB\-\-no\-color\-palette\fR -.IP -Hides the color palette .SS "ASCII:" .HP \fB\-\-ascii\-input\fR @@ -128,15 +123,6 @@ If set to auto: true color will be enabled if supported by the terminal .IP [default: auto] [possible values: auto, never, always] -.HP -\fB\-\-show\-logo\fR -.IP -Specify when to show the logo -.IP -If set to auto: the logo will be hidden if the terminal's width < 95 -.IP -[default: always] -[possible values: auto, never, always] .SS "IMAGE:" .HP \fB\-i\fR, \fB\-\-image\fR @@ -155,6 +141,15 @@ VALUE of color resolution to use with SIXEL backend .IP [default: 16] [possible values: 16, 32, 64, 128, 256] +.SS "VISUALS:" +.HP +\fB\-\-no\-color\-palette\fR +.IP +Hides the color palette +.HP +\fB\-\-no\-art\fR +.IP +Hides the ascii art or image if provided .SS "DEVELOPER:" .HP \fB\-o\fR, \fB\-\-output\fR diff --git a/image/Cargo.toml b/image/Cargo.toml index 0290b8b92..6e5d76c56 100644 --- a/image/Cargo.toml +++ b/image/Cargo.toml @@ -2,7 +2,7 @@ authors = ["o2sh "] name = "onefetch-image" description = "Display images in the terminal" -version = "2.16.0" +version = "2.17.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/manifest/Cargo.toml b/manifest/Cargo.toml index 8450a08ad..5bd70f461 100644 --- a/manifest/Cargo.toml +++ b/manifest/Cargo.toml @@ -2,7 +2,7 @@ authors = ["o2sh "] name = "onefetch-manifest" description = "Detect and parse manifest files" -version = "2.16.0" +version = "2.17.0" edition = "2021" license = "MIT" readme = "README.md"