From fbe7645c6f8ebe8bd0145f93ec1b8652987f7461 Mon Sep 17 00:00:00 2001 From: shibedrill <53824200+shibedrill@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:08:50 -0400 Subject: [PATCH] Changed color of time entry to be more visible --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a21d26..a019440 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,7 +333,7 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "oxidefetch" -version = "1.3.1" +version = "1.3.2" dependencies = [ "byte-unit", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9589e63..42dcb80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxidefetch" -version = "1.3.1" +version = "1.3.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 39c2083..701e2bb 100644 --- a/README.md +++ b/README.md @@ -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! ![alt text](image.png "Example output of OxideFetch on a WSL2 Arch Linux host") @@ -77,6 +77,7 @@ No weird quirks to report at this time. **1.2.1:** Stable fix for GPU display quirks. **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.2:** Changed color of time output to be more visible on gray terminals. ### License This software is covered by the MIT license. See license.txt for details. \ No newline at end of file