summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-08-25 01:01:14 -0400
committerGitHub <noreply@github.com>2020-08-25 01:01:14 -0400
commit7e8bf951796b8c6f2a888c88b627f5f178195c22 (patch)
tree7b0619bd2967b3d7c3d6a80aa5f2b1c41a902768 /CHANGELOG.md
parentf710fe361fbf79e4ed5c7e71392ec41f3ffba574 (diff)
uptick: 0.4.6 (#200)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 96432f03..c3061c04 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] - Unreleased
+## [0.4.6] - 2020-08-24
### Features
@@ -15,21 +15,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#183](https://github.com/ClementTsang/bottom/pull/183): Added sorting capabilities to any column.
-- Add (estimated) memory usage values, toggle this from percent to values for processes with `%`.
+- [#188](https://github.com/ClementTsang/bottom/pull/188): Add (estimated) memory usage values, toggle this from percent to values for processes with `%`.
-- Support searching processes by process state.
+- [#196](https://github.com/ClementTsang/bottom/pull/196): Support searching processes by process state.
### Changes
- Added `WASD` as an alternative widget movement system.
-- Changed to just support stable (and newer) Rust, due to library incompatibilities.
+- [#181](https://github.com/ClementTsang/bottom/pull/181): Changed to just support stable (and newer) Rust, due to library incompatibilities.
-- 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.
+- [#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.
-- Allow `e` to also escape expanded mode.
+- [#198](https://github.com/ClementTsang/bottom/pull/198): Allow `e` to also escape expanded mode.
### Bug Fixes