Minor Release
Minor release of the Rust CLI SysInfo project
- This is minor release includes the following new/updated functionality:
- Moved some external system services dependencies into crates
- Changed badge dependencies in
README.md(for better reporting stability) - Refactored the codebase to make adding/removing services easier
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
- docs(app): 📝 Updated documentation (screenshot) to released revi… by @richbl in #13
- Add workflow to mirror repository to Codeberg by @richbl in #14
- Refactor Codeberg mirror push workflow by @richbl in #15
- Modify push command for Codeberg mirror by @richbl in #16
- docs(app): 📝 Updated image assets for README.md by @richbl in #17
- docs(app): 📝 Added Codeberg link to README.md by @richbl in #18
- Add Codeberg mirror badge to README by @richbl in #19
- Update badge links in README.md by @richbl in #20
- Convert badges to HTML format in README.md by @richbl in #21
- Fix badge links in README.md by @richbl in #22
- Update badge links in README.md by @richbl in #23
- Move/reorder badges for consistency by @richbl in #24
- Update GitHub Actions workflow for Codeberg mirror by @richbl in #25
- Add SonarCloud badge to README by @richbl in #26
- Remove SonarCloud badge from README by @richbl in #27
- Refactor script to make it easier to share across repos by @richbl in #28
- Update Codeberg access token secret name by @richbl in #29
- Create issue templates (#31) by @richbl in #34
- Create CodeQL workflow configuration by @richbl in #35
- test(app): ✅ Added unit tests by @richbl in #37
- refactor(app): 🚸 Code cleanup to better manage erro… by @richbl in #38
- fix(app): 🐛 Resolve a potential issue with type erasure panic by @richbl in #39
- refactor(app): ♻️ Moved constants into separate file for bette… by @richbl in #40
- perf(app): ⚡ Minor improvement to GPU detection; general code cle… by @richbl in #41
- fix(app): 🐛 Resolve a potential issue with type erasure panic by @richbl in #42
- fix(app): 🐛 Minor display rendering fix when service reports erro… by @richbl in #43
- refactor(app): 🚨 Code cleanup; linter warns resolved f… by @richbl in #44
- refactor(app): ♻️ Code cleanup to make it easier to add new se… by @richbl in #45
- refactor(app): 🚨 Resolved fn() length linter warn by @richbl in #46
- perf(app): ♻️ General code cleanup to simplify services logic … by @richbl in #47
- docs(app): 🎨 Updated README in prep for release; minor refactor t… by @richbl in #48
Full Changelog: 0.5.0...0.6.0