Skip to content

Commit ae536d3

Browse files
committed
bump version
1 parent cfde744 commit ae536d3

File tree

6 files changed

+23
-28
lines changed

6 files changed

+23
-28
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ name = "onefetch"
1010
readme = "README.md"
1111
repository = "https://github.com/o2sh/onefetch"
1212
homepage = "https://onefetch.dev"
13-
rust-version = "1.62.1"
14-
version = "2.16.0"
13+
rust-version = "1.64.0"
14+
version = "2.17.0"
1515

1616
[workspace]
1717
members = ["ascii", "image", "manifest"]
@@ -33,9 +33,9 @@ git2 = { version = "0.16.1", default-features = false }
3333
human-panic = "1.1.0"
3434
image = "0.24.6"
3535
num-format = "0.4.4"
36-
onefetch-ascii = { path = "ascii", version = "2.16.0" }
37-
onefetch-image = { path = "image", version = "2.16.0" }
38-
onefetch-manifest = { path = "manifest", version = "2.16.0" }
36+
onefetch-ascii = { path = "ascii", version = "2.17.0" }
37+
onefetch-image = { path = "image", version = "2.17.0" }
38+
onefetch-manifest = { path = "manifest", version = "2.17.0" }
3939
owo-colors = "3.5.0"
4040
regex = "1.6.0"
4141
serde = "1.0"

ascii/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["o2sh <ossama-hjaji@live.fr>"]
33
name = "onefetch-ascii"
44
description = "Display colorized ascii art to the terminal"
5-
version = "2.16.0"
5+
version = "2.17.0"
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"

docs/onefetch.1

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2-
.TH ONEFETCH "1" "April 2023" "onefetch 2.16.0" "User Commands"
2+
.TH ONEFETCH "1" "April 2023" "onefetch 2.17.0" "User Commands"
33
.SH NAME
4-
onefetch \- manual page for onefetch 2.16.0
4+
onefetch \- manual page for onefetch 2.17.0
55
.SH SYNOPSIS
66
.B onefetch
77
[\fI\,OPTIONS\/\fR] [\fI\,INPUT\/\fR]
@@ -95,11 +95,6 @@ Which thousands SEPARATOR to use
9595
\fB\-\-no\-bold\fR
9696
.IP
9797
Turns off bold formatting
98-
.SS "COLOR BLOCKS:"
99-
.HP
100-
\fB\-\-no\-color\-palette\fR
101-
.IP
102-
Hides the color palette
10398
.SS "ASCII:"
10499
.HP
105100
\fB\-\-ascii\-input\fR <STRING>
@@ -128,15 +123,6 @@ If set to auto: true color will be enabled if supported by the terminal
128123
.IP
129124
[default: auto]
130125
[possible values: auto, never, always]
131-
.HP
132-
\fB\-\-show\-logo\fR <WHEN>
133-
.IP
134-
Specify when to show the logo
135-
.IP
136-
If set to auto: the logo will be hidden if the terminal's width < 95
137-
.IP
138-
[default: always]
139-
[possible values: auto, never, always]
140126
.SS "IMAGE:"
141127
.HP
142128
\fB\-i\fR, \fB\-\-image\fR <IMAGE>
@@ -155,6 +141,15 @@ VALUE of color resolution to use with SIXEL backend
155141
.IP
156142
[default: 16]
157143
[possible values: 16, 32, 64, 128, 256]
144+
.SS "VISUALS:"
145+
.HP
146+
\fB\-\-no\-color\-palette\fR
147+
.IP
148+
Hides the color palette
149+
.HP
150+
\fB\-\-no\-art\fR
151+
.IP
152+
Hides the ascii art or image if provided
158153
.SS "DEVELOPER:"
159154
.HP
160155
\fB\-o\fR, \fB\-\-output\fR <FORMAT>

image/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["o2sh <ossama-hjaji@live.fr>"]
33
name = "onefetch-image"
44
description = "Display images in the terminal"
5-
version = "2.16.0"
5+
version = "2.17.0"
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"

manifest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["o2sh <ossama-hjaji@live.fr>"]
33
name = "onefetch-manifest"
44
description = "Detect and parse manifest files"
5-
version = "2.16.0"
5+
version = "2.17.0"
66
edition = "2021"
77
license = "MIT"
88
readme = "README.md"

0 commit comments

Comments
 (0)