Skip to content

v0.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 14:59
· 93 commits to main since this release

Changelog

v0.0.6 (2023-07-23)

Features

  • soc: add M2 max power (guesses)
    (b331aec)

Fixes

  • correct number of CPU cluster blocks
    (e28884d)
  • patch powermetrics cpu-usage with sysinfo's
    (32bd359)

Other

  • release: pumas v0.0.6
    (2d2da9c)
  • update ratatui::Spans -> ratatui::Line
    (4d29de3)
  • deps: update dependencies
    (f79eb1a)
  • tab-overview: refactored the drawing of clusters pairs
    (05ce1e7)
  • monitor: refactor powermetrics aggregation
    (490891a)
  • refactor modules
    (0fac8f2)
  • mv src/parsers -> src/modules
    (f8261a1)
  • use &App instead of &mut App during drawing
    (f63444d)
  • rename Soc -> SocInfo, field soc -> soc_info
    (cff5415)
  • deps: update dependencies
    (2ed59c8)
  • doc: rename powermetrics::PowerMetrics -> powermetrics::Metrics
    (32b30d9)
  • doc: better naming in plist_parsing.rs
    (7b296a5)
  • doc: add comments in plist_parsing.rs
    (56e4423)