0.4.6 Release
Minor update, with some bug fixes, changes, and new features. Most of the work done was refactoring and updating old, weird code.
Features
- Allow using
Pto toggle between the processes' base name and the processes' full name:
- Added sorting capabilities for any column. Using
swill open up a menu allowing you to select which column you want to sort by.
-
Added
Ito invert the current process sort. -
Added the ability to toggle between mem% and actual memory values by using
%in the process widget:
and basic memory widget when using --basic:
- Support searching processes by state (i.e.
state=sleeping):
-
Added
WASDas an alternative method to moving between widgets. -
Made
ealso escape expanded widgets (soeexpands, then pressingeagain will shrink the widget, like if you had pressedESC).
Changes
-
Dropped MSRV (for now), mainly supporting stable and newer versions of Rust.
-
For macOS, support
$HOME/Library/Application Supportinstead of$HOME/.configfor config files. For backwards compatibility's sake, for macOS, this will still check.configif it exists first, but otherwise, it will default to the new location.
Bug fixes
-
Fixed bug in basic mode where the battery widget was placed incorrectly.
-
Fixed a bug caused by hitting
Enterwhen a process kill fails, breaking future process kills. -
Fix bug caused by incorrectly reading the
/proc/{pid}/statsfile.







