From 53bcb84c055a73dfd77a39c57d74222e91fffd54 Mon Sep 17 00:00:00 2001 From: shibedrill <53824200+shibedrill@users.noreply.github.com> Date: Fri, 1 Sep 2023 18:52:38 -0400 Subject: [PATCH] Updated README and cargo files to reflect changes. --- 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 4672d5f..d9006fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,7 +333,7 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "oxidefetch" -version = "1.2.2" +version = "1.3.0" dependencies = [ "byte-unit", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 01d158d..00589cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxidefetch" -version = "1.2.2" +version = "1.3.0" 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 b8b351e..38f5899 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# oxidefetch 1.2.2 +# oxidefetch 1.3.0 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") @@ -76,3 +76,4 @@ No weird quirks to report at this time. **1.2.0:** Allowed users to enable field titles as a compile-time feature. Tentative fix for GPU display issues on Linux. **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.