Skip to content

Latest commit

 

History

History
103 lines (53 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

103 lines (53 loc) · 3.73 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.4.1 (2019-01-28)

Bug Fixes

1.4.0 (2018-10-28)

Bug Fixes

1.3.0 (2018-02-08)

Bug Fixes

  • add -h option to docs (fc40e47)
  • start collecting stats w/o interval delay (cec5e91)

Features

  • adjustable chart height (f2cce35)

1.2.0 (2018-02-06)

Features

1.1.0 (2018-02-04)

Bug Fixes

  • disable dashboard feature for first release (b4d9651)
  • error while exiting after child process exit (aaa65c7)
  • show normal exit message if subprocess exits with code 0 (4b690fc)
  • stop collecting stats after subprocess exits (caa0499)
  • stop timer after subprocess exiting (809d662)

Features

  • auto format byte values (6a70d3f)
  • first version of docs + demo animation (0daa3a3)
  • resizable cpu/mem charts (484f981)
  • substr long commands in the title (f6d5624)

1.0.1 (2018-01-31)

Features

  • add pid and uptime timer to header line (93135ac)

1.0.0 (2018-01-31)

Bug Fixes

  • command in title lost a space (50ec8ce)
  • make it runable (d1214a9)
  • mem chart to don't use max value (cef7959)

Features

  • add demo option (67f0223)
  • add sparkline charts, compact mode, error handling (8706ceb)
  • add terminal ui, show child process log (b8e61ab)
  • move stats collector to separated class, fixed stats collection (6947edd)
  • parse user command, show help, version, add eslint and prettier (6fadaed)
  • right way to kill subrocesses, fix cpu calculation (87689d5)
  • show process real cpu and memory usage (dbaf8e2)
  • use separated modules for cli, ui, and subprocess management (fbb3b22)