8000 Tags · s00d/monit-tool · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: s00d/monit-tool

Tags

v0.3.3

Toggle v0.3.3's commit message
fix(chart_manager): correct y-axis label format for CPU usage

Updated the y-axis label format in `chart_manager.rs` to correctly
display CPU usage as a percentage instead of appending "MB" to
the zero value, enhancing clarity in data representation.

v0.3.2

Toggle v0.3.2's commit message
feat(version): bump version to 0.3.2 and optimize release profile

Updated the `version` in `Cargo.toml` to `0.3.2`. Enhanced the release profile
with optimizations for size and performance, including enabling Link Time
Optimization and reducing compilation units. Adjusted the process management
to support Windows systems in addition to Unix-like systems, improving
cross-platform compatibility.

v0.3.1

Toggle v0.3.1's commit message
chore(github-actions): update release file pattern for artifacts

Modified the `files` entry in `.github/workflows/release.yml` to use
a wildcard pattern `monit-tool-*` for artifact matching, allowing for
flexibility in versioning and ensuring all relevant files are included
in the release.
0