Changed color of time entry to be more visible
This commit is contained in:
parent
847fbba297
commit
fbe7645c6f
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -333,7 +333,7 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "oxidefetch"
|
name = "oxidefetch"
|
||||||
version = "1.3.1"
|
version = "1.3.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byte-unit",
|
"byte-unit",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "oxidefetch"
|
name = "oxidefetch"
|
||||||
version = "1.3.1"
|
version = "1.3.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# oxidefetch 1.3.1
|
# oxidefetch 1.3.2
|
||||||
Fully cross platform Neofetch clone written in Rust. Up to 25 times faster than Neofetch!
|
Fully cross platform Neofetch clone written in Rust. Up to 25 times faster than Neofetch!
|
||||||
|
|
||||||

|

|
||||||
@ -77,6 +77,7 @@ No weird quirks to report at this time.
|
|||||||
**1.2.1:** Stable fix for GPU display quirks.
|
**1.2.1:** Stable fix for GPU display quirks.
|
||||||
**1.2.2:** All GPUs should print in their own lines.
|
**1.2.2:** All GPUs should print in their own lines.
|
||||||
**1.3.0:** Tentative fix for issue where empty GPU info line might print on Linux.
|
**1.3.0:** Tentative fix for issue where empty GPU info line might print on Linux.
|
||||||
|
**1.3.2:** Changed color of time output to be more visible on gray terminals.
|
||||||
|
|
||||||
### License
|
### License
|
||||||
This software is covered by the MIT license. See license.txt for details.
|
This software is covered by the MIT license. See license.txt for details.
|
Loading…
Reference in New Issue
Block a user