Skip to content

v0.1.1

Compare
Choose a tag to compare
@ClementTsang ClementTsang released this 11 Jan 22:31

Version uptick and release, mainly to fix a bug found, and introduce a grouping feature in processes.

Features

  • Tab in the processes widget will now group similarly-named processes together (as well as their total CPU and MEM usage). dd-ing this will try to kill all entries with that process name.

  • A flag to enable this by default is also now available.

Bug fixes

  • Accidentally left in a bug in which the disk widget was using megabytes instead of bytes as their unit during data collection... but during data conversion for the display I treated them as bytes.