Minor release of the Rust CLI SysInfo project
- This is minor release includes the following new/updated functionality:
- Added a new RCS functionality that dynamically sets the separator width based on services results (purely aesthetic, but it would've driven me crazy after a while... ;) )
See the README.md for current features and functionality.
To decompress the included release binary, run the following command:
zstd -d rust-cli-sysinfo_linux_amd64.zst -o rust-cli-sysinfoEnjoy!
What's Changed
- feat(app): ✨ Added new functionality: output separator dynam… by @richbl in #58
- docs(app): 📝 Updated screenshots in README file; rev version for… by @richbl in #59
Full Changelog: 0.8.0...0.9.0