Skip to content

Minor Release

Latest

Choose a tag to compare

@richbl richbl released this 04 Jul 19:07
57f6e3d

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-sysinfo

Enjoy!

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