summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-11-05 19:32:14 -0400
committerGitHub <noreply@github.com>2022-11-05 19:32:14 -0400
commit4d9f5093b22a700244c4349a86d42b4d1ecbe8c6 (patch)
tree99f349cf3b8b250fcbeadf3842ed984cf107974d /CHANGELOG.md
parente6e1e9d688e667539333a665b77a52ae2dca7095 (diff)
feature: basic sortable temp (#868)
* feature: basic sortable temp * add shortcuts * fix missing shortcut names in header * update changelog * update docs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea37ac4f..632bec08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#794](https://github.com/ClementTsang/bottom/pull/794): Add GPU memory support for NVIDIA GPUs.
- [#806](https://github.com/ClementTsang/bottom/pull/806): Update sysinfo to support M1 macOS temperature sensors.
- [#841](https://github.com/ClementTsang/bottom/pull/841): Add page up/page down support for the help screen.
+- [#868](https://github.com/ClementTsang/bottom/pull/868): Make temperature widget sortable.
## [0.6.8] - 2022-02-01