summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-05-11 22:53:17 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-05-11 22:53:56 -0400
commita03e9d6f31abe808cb0df3a69842b0ab053f1aa2 (patch)
tree12d24b950dea14239975f618f46da47dcb985ed4
parenta8ed83872657ab29fd39e26731db4b569db10624 (diff)
uptick: 0.4.2
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ca28bfc..bc427ac9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- TODO: ~~Moving down the CPU list will show only the corresponding graph.~~
-## [0.4.2] - Unreleased
+## [0.4.2] - 2020-05-11
### Changes
@@ -37,6 +37,8 @@ is equivalent to:
- [#151](https://github.com/ClementTsang/bottom/issues/151) - Fixed an issue where if the drive I/O label didn't match any disk, the entire disk widget would display nothing.
+- Display SWAP and MEM legends even if the total amount is 0 to avoid a weird blank spot in the legend.
+
## [0.4.1] - 2020-05-05
### Bug Fixes
diff --git a/Cargo.toml b/Cargo.toml
index 7ea87f58..7d950dc5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.4.1"
+version = "0.4.2"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"