summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-11-20 00:13:46 -0500
committerGitHub <noreply@github.com>2020-11-20 00:13:46 -0500
commit2ff8b418b2da57dbe7f2662b37023fc0c70bc6fd (patch)
treec6168c242b254a7931986596271087869d203a93 /CHANGELOG.md
parent5fedf8a5db3fcc21656e653674bc5aed8d66fde3 (diff)
feature: add tree flag (#312)
Adds a --tree flag that defaults to tree mode for the process widget.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 58bf448e..727b85e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#220](https://github.com/ClementTsang/bottom/pull/220): Add ability to hide specific temperature and disk entries via config.
-- [#223](https://github.com/ClementTsang/bottom/pull/223): Add tree mode for processes.
+- [#223](https://github.com/ClementTsang/bottom/pull/223): Add tree mode for processes. [#312](https://github.com/ClementTsang/bottom/pull/312) also adds a `tree` flag to default to the tree mode.
- [#269](https://github.com/ClementTsang/bottom/pull/269): Add simple indicator for when data updating is frozen.