Added changelog and version

This commit is contained in:
Shibe Drill 2023-01-26 07:58:09 -05:00 committed by GitHub
parent c6134abb68
commit 7ac501b7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# oxidefetch # oxidefetch 1.0.1
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!
![alt text](image.png "Title") ![alt text](image.png "Title")
@ -31,3 +31,7 @@ with varying types of systems. I've tested Arch Linux and Windows 10, but nothin
repo, and inside the folder, run ```cargo test -- --nocapture```, and send the resultant ```test_output.txt``` file to my repo, and inside the folder, run ```cargo test -- --nocapture```, and send the resultant ```test_output.txt``` file to my
noreply email address, or directly to me on Discord at ```Shibe Drill#9730```. This program does NOT collect information noreply email address, or directly to me on Discord at ```Shibe Drill#9730```. This program does NOT collect information
regarding your real name, IP, location, etc. You can look at the file it generates to be sure- it's all plaintext, babey. regarding your real name, IP, location, etc. You can look at the file it generates to be sure- it's all plaintext, babey.
### Changelog
1.0.0: Official full stable release
1.0.1: Fixed distro name for Debian GNU/Linux. Logo & color works now.