mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-27 07:34:27 +02:00
uptick: 0.4.2
This commit is contained in:
parent
a8ed838726
commit
a03e9d6f31
@ -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.~~
|
- TODO: ~~Moving down the CPU list will show only the corresponding graph.~~
|
||||||
|
|
||||||
## [0.4.2] - Unreleased
|
## [0.4.2] - 2020-05-11
|
||||||
|
|
||||||
### Changes
|
### 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.
|
- [#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
|
## [0.4.1] - 2020-05-05
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
|
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://github.com/ClementTsang/bottom"
|
repository = "https://github.com/ClementTsang/bottom"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user