0.4.2 Release
A minor update to fix some bugs and some minor QoL changes:
Changes
-
Automatically hide time axis labels if the widget gets too small.
-
Automatically hide table gap if the widget gets too small.
Bugs
- The
<Space>
character can be used as an "AND" again (properly) in queries. For example:
(btm cpu > 0) (discord mem > 0)
is equivalent to:
(btm AND cpu > 0) AND (discord AND mem > 0)
-
Fixed an issue where if the drive I/O label didn't match any disk, the entire disk widget would display no results.
-
Also fixed macOS disk I/O not working at all. Now it sorta works.
-
Display SWAP and MEM legends even if the total amount is 0 to avoid a weird blank spot in the legend.