Small update to push a few small features + bug fixes.
Features
- #1793: Add support for threads in Linux.
- #1719: Support ignoring all keypresses.
- #1772: Support hiding kernel threads (thanks @jamartin9!)
Bug Fixes
- #1800: Fix colon at end of process name in Linux.
- #1804: Draw average CPU last again.
- #1811: Fix drawing average CPU in basic mode when dedicated row is enabled (thanks @jamartin9!)
- #1817: Fix builds for FreeBSD on ARM/PowerPC due to
libc::c_char
data type being different (thanks @pkubaj for fixing this!). - #1821: Use alpha version of ratatui version which fixes drawing at high resolutions.
- #1827: Fix crash for Windows where the network widget could cause a crash if the program started too quickly after boot under certain settings.