summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-08-25 01:24:04 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-08-25 01:24:04 -0400
commite08eda8edc23bad505fdb568dcf6005755991710 (patch)
treeee0cc7a938dfd8fce58fbb655621a23939ea7c4a
parent93cf53e5d7c5dc8614e7011514af8334dba7617f (diff)
docs: Update changelog
-rw-r--r--CHANGELOG.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3061c04..8d6bdbcb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.5.0] - Unreleased
-## [0.4.6] - 2020-08-24
+## [0.4.6] - 2020-08-25
### Features
@@ -19,16 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#196](https://github.com/ClementTsang/bottom/pull/196): Support searching processes by process state.
-### Changes
-
- Added `WASD` as an alternative widget movement system.
+- [#198](https://github.com/ClementTsang/bottom/pull/198): Allow `e` to also escape expanded mode.
+
+### Changes
+
- [#181](https://github.com/ClementTsang/bottom/pull/181): Changed to just support stable (and newer) Rust, due to library incompatibilities.
- [#182](https://github.com/ClementTsang/bottom/pull/182): For macOS, support `$HOME/Library/Application Support` instead of `$HOME/.config` for config files. For backwards compatibility's sake, for macOS, this will still check `.config` if it exists first, but otherwise, it will default to the new location.
-- [#198](https://github.com/ClementTsang/bottom/pull/198): Allow `e` to also escape expanded mode.
-
### Bug Fixes
- [#183](https://github.com/ClementTsang/bottom/pull/183): Fixed bug in basic mode where the battery widget was placed incorrectly.