Skip to content

Releases: graelo/pumas

v0.2.4

16 Aug 00:42
Compare
Choose a tag to compare

Changelog

v0.2.4 (2024-08-16)

Fixes

Other

v0.2.3

12 Apr 23:29
Compare
Choose a tag to compare

Changelog

v0.2.3 (2024-04-12)

Fixes

  • plist: allow larger values for gpu_energy & cpu_energy
    (7cbaae3)

Other

  • release: pumas v0.2.3
    (82a7623)
  • ci: bump cargo-deny to 0.14.21
    (e38ca92)
  • deps: update dependencies
    (9fb25b9)

v0.2.2

18 Mar 22:27
Compare
Choose a tag to compare

Changelog

v0.2.2 (2024-03-18)

Features

  • allow increasing the history size
    (6049dee)
  • add history colors
    (5eefa8a)

Other

v0.2.1

23 Feb 23:25
Compare
Choose a tag to compare

Changelog

v0.2.1 (2024-02-23)

Other

  • release: pumas v0.2.1
    (37ad28c)
  • deps: upgrade to termion-3.0.0
    (d69e5d7)

v0.2.0

17 Feb 10:29
Compare
Choose a tag to compare

Changelog

v0.2.0 (2024-02-17)

Features

  • memory: add ui
    (6ccee07)
  • memory: add bibytes1() units fn
    (7e4e6fd)
  • memory: add memory history to the overview UI
    (a4b1b3e)
  • memory: gather and merge memory metrics into Metrics
    (c34332c)
  • keys: allow Tab and BackTab navigation
    (ea08403)

Fixes

  • actions: temp deactivate cargo outdated due to termion issues
    (6004e09)

Other

  • release: pumas v0.2.0
    (0806dee)
  • deps: update dependencies
    (10f3eec)
  • memory: update docs & overview screenshot
    (41ad2ff)
  • memory: update json schema
    (a431d45)
  • deps: update dependencies
    (2db8f92)

v0.1.2

06 Sep 21:21
Compare
Choose a tag to compare

Changelog

v0.1.2 (2023-09-06)

Fixes

  • obey clippy
    (13edc45)
  • ci: update cargo-deny to v0.14.2
    (aa6d0eb)
  • ci: pin convco to v0.4.1
    (ee50677)
  • ui: remove 󱐋 symbol (nerdfont)
    (6fb33a4)

Other

v0.1.1

09 Aug 08:32
Compare
Choose a tag to compare

Changelog

v0.1.1 (2023-08-09)

Fixes

  • better cpu alignment and layout logic
    (8dd0d71)

Other

v0.1.0

03 Aug 07:46
Compare
Choose a tag to compare

Changelog

v0.1.0 (2023-08-03)

Features

Other

v0.0.11

02 Aug 23:13
Compare
Choose a tag to compare

Changelog

v0.0.11 (2023-08-02)

Features

  • add gpu tab
    (573fa15)
  • add frequency table reporting
    (495671d)
  • improve frequency ratio reporting
    (c080e2c)

Other

  • release: pumas v0.0.11
    (3a3cae4)
  • deps: update dependencies
    (e195c98)
  • doc: update README with better screenshots
    (939ca3f)
  • remove old commented code
    (a0e1471)
  • rename ratio to percent where appropriate
    (7ddccc4)

v0.0.10

02 Aug 11:56
Compare
Choose a tag to compare

Changelog

v0.0.10 (2023-08-02)

Features

  • add CPU per-core usage & frequency
    (1d67172)

Other