summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-02-18 17:10:51 -0500
committerGitHub <noreply@github.com>2021-02-18 17:10:51 -0500
commit4db39da75e00e45cc50c8143ff5eba3d92525dbd (patch)
treedbaab3c59fec5001e48621a13c2301936ae7b056 /CHANGELOG.md
parentce9818d93560fbe8d439d20f8c7a3ec6e082c8b3 (diff)
feature: Add mouse support to sorting columns (#413)
Adds mouse support for sorting columns within the process widget. You can now click on the column header to sort (or invert the sort).
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fae70500..eb4bf6c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#409](https://github.com/ClementTsang/bottom/pull/409): Adds `Ctrl-w` and `Ctrl-h` shortcuts in search, to delete a word and delete a character respectively.
+- [#413](https://github.com/ClementTsang/bottom/pull/413): Adds mouse support for sorting process columns.
+
## Changes
- [#372](https://github.com/ClementTsang/bottom/pull/372): Hides the SWAP graph and legend in normal mode if SWAP is 0.