summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-08-26 20:34:30 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-08-26 20:34:30 -0400
commit81ec7c311b5cf915032c473b411c8a1d0bb13228 (patch)
treecc7c0d59b1cdc71bda7b63ecfdd2747a24c4f935
parentb3e85b135a3c2e3fedfd923bf45934f1a4d8c248 (diff)
uptick: 0.4.70.4.7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md12
3 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 863a5bf2..fac87688 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -130,7 +130,7 @@ dependencies = [
[[package]]
name = "bottom"
-version = "0.4.6"
+version = "0.4.7"
dependencies = [
"assert_cmd",
"backtrace",
diff --git a/Cargo.toml b/Cargo.toml
index 0f0ac0fc..71fb0059 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.4.6"
+version = "0.4.7"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"
diff --git a/README.md b/README.md
index a1537de2..d0980fb8 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,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/summary_and_search.gif) _Theme based on [gruvbox](https://github.com/morhetz/gruvbox) (see [sample config](./sample_configs/demo_config.toml))._ Recorded on version 0.4.6.
+![Quick demo recording showing off searching, expanding, and process killing.](assets/summary_and_search.gif) _Theme based on [gruvbox](https://github.com/morhetz/gruvbox) (see [sample config](./sample_configs/demo_config.toml))._ Recorded on version 0.4.7.
**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.
@@ -79,8 +79,8 @@ cd bottom
cargo install --path .
# Download from releases and install
-curl -LO https://github.com/ClementTsang/bottom/archive/0.4.6.tar.gz
-tar -xzvf 0.4.6.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.4.7.tar.gz
+tar -xzvf 0.4.7.tar.gz
cargo install --path .
```
@@ -110,8 +110,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.4.6/bottom_0.4.6_amd64.deb
-sudo dpkg -i bottom_0.4.6_amd64.deb
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.7/bottom_0.4.7_amd64.deb
+sudo dpkg -i bottom_0.4.7_amd64.deb
```
### Homebrew
@@ -138,7 +138,7 @@ Choco package located [here](https://chocolatey.org/packages/bottom).
choco install bottom
# Version number may be required for newer releases, if available:
-choco install bottom --version=0.4.6
+choco install bottom --version=0.4.7
```
## Usage