Releases: vladkens/macmon
Releases · vladkens/macmon
v0.3.3
- Fixed: High usage values for M3 Max chips #9
- Deps: ratatui updated to 0.29
Full Changelog: v0.3.2...v0.3.3
v0.3.2
chore: extra logs to debug command
v0.3.1
What's Changed
- Fix: RAM Sparkline max value by @gianlucatruda in #8
New Contributors
- @gianlucatruda made their first contribution in #8
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Features
- Added gauge view for CPU/GPU and RAM metrics (press
v
to switch) - Saving settings between restarts (color and view)
- Dependencies updated
To update:
brew update && brew upgrade macmon
Or fresh installation:
brew install vladkens/tap/macmon
Full Changelog: v0.2.2...v0.3.0
v0.2.2
- Fix crash on macOS Ventura with M2 Max processor
Full Changelog: v0.2.1...v0.2.2
v0.2.1
- Added no-color mode
- Added total system power
- Usage help message
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Ability to change colors (press
c
) - Added CPU / GPU average temperature 🌡️
- Fixed bug with invalid CPU clusters usage on some Mac models
- Added debug print to see raw sensors values (
macmon debug
)
Full Changelog: v0.1.0...v0.2.0
v0.1.0
ci update