summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-11-25 20:39:37 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-11-25 20:39:37 -0500
commit781691d3c911ffb53cd83c2d7279468f7ec3f41e (patch)
tree253a9aca42c85ac0076d5c63a1c665baeded5539
parenta634934e3d3480f107eb41e35e917ca35e56b4be (diff)
uptick: 0.5.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md12
4 files changed, 14 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6222a877..24ff2c40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.5.2] - 2020-11-25
+
+## Bug Fixes
+
+- [#327](https://github.com/ClementTsang/bottom/pull/327): Fixes `hide_avg_cpu` being inverted in config files.
+
## [0.5.1] - 2020-11-22
## Bug Fixes
diff --git a/Cargo.lock b/Cargo.lock
index bc2b3138..e61051dd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -108,7 +108,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "bottom"
-version = "0.5.1"
+version = "0.5.2"
dependencies = [
"anyhow",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index 2f7fdf6c..1580b785 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.5.1"
+version = "0.5.2"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"
diff --git a/README.md b/README.md
index bc3ed807..a8486754 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
A cross-platform graphical process/system monitor with a customizable interface and a multitude of features. Supports Linux, macOS, and Windows. Inspired by both [gtop](https://github.com/aksakalli/gtop) and [gotop](https://github.com/cjbassi/gotop).
-![Quick demo recording showing off searching, expanding, and process killing.](assets/demo.gif) _Theme based on [gruvbox](https://github.com/morhetz/gruvbox)_ (`--color gruvbox`). _Font is [IBM Plex Mono](https://www.ibm.com/plex/), terminal is [Kitty](https://sw.kovidgoyal.net/kitty/). Recorded on version **0.5.1**._
+![Quick demo recording showing off searching, expanding, and process killing.](assets/demo.gif) _Theme based on [gruvbox](https://github.com/morhetz/gruvbox)_ (`--color gruvbox`). _Font is [IBM Plex Mono](https://www.ibm.com/plex/), terminal is [Kitty](https://sw.kovidgoyal.net/kitty/)._
**Note**: If you are reading this on the master branch, then it may refer to in-development or un-released features/changes. Please refer to [release branch](https://github.com/ClementTsang/bottom/tree/release/README.md) or [crates.io](https://crates.io/crates/bottom) for the most up-to-date _release_ documentation.
@@ -86,8 +86,8 @@ cd bottom
cargo install --path .
# Download from releases and install
-curl -LO https://github.com/ClementTsang/bottom/archive/0.5.1.tar.gz
-tar -xzvf 0.5.1.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.5.2.tar.gz
+tar -xzvf 0.5.2.tar.gz
cargo install --path .
```
@@ -119,8 +119,8 @@ yay -S bottom-bin
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
```bash
-curl -LO https://github.com/ClementTsang/bottom/releases/download/0.5.1/bottom_0.5.1_amd64.deb
-sudo dpkg -i bottom_0.5.1_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.5.2/bottom_0.5.2_amd64.deb
+sudo dpkg -i bottom_0.5.2_amd64.deb
```
### Fedora/CentOS
@@ -174,7 +174,7 @@ to appear.
choco install bottom
# Version number may be required for newer releases, if available:
-choco install bottom --version=0.5.1
+choco install bottom --version=0.5.2
```
### winget