Skip to content

Minor Release

Choose a tag to compare

@richbl richbl released this 04 Jul 04:33
5b97ffa

Minor release of the Rust CLI SysInfo project

  • This is minor release includes the following new/updated functionality:
    • Added a new RCS service file: ip_address.rs, which displays the active IP address
    • Minor reordering of the default services

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

  • Add workflow to mirror releases to Codeberg by @richbl in #51
  • docs(app): 📝 Updated README.md... fixed typo; added clarifications by @richbl in #52
  • docs(app): 📝 Updated README.md: reordered to make the file more … by @richbl in #53
  • Refine README content for improved clarity by @richbl in #54
  • feat(app): ✨ Added new ip_address service; reordered default… by @richbl in #55
  • Refactor system diagnostics list in README by @richbl in #56
  • docs(app): 📝 Updated artwork in README file by @richbl in #57

Full Changelog: 0.7.0...0.8.0