From 3564f00f394365f1aeaf97d0f7757814ea3c1b5c Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Mon, 6 Jul 2020 01:09:01 -0400 Subject: [PATCH] docs: update for 0.4.4 --- CHANGELOG.md | 4 +++- README.md | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f267ae..f482bf8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.5.0] - Unreleased +## [0.4.4] - 2020-07-06 + ### Features - [#114](https://github.com/ClementTsang/bottom/pull/114): Show process state per process (originally in 0.4.0, moved to later). This only @@ -30,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#165](https://github.com/ClementTsang/bottom/issues/165) - Fixed a bug where OR operations in the process query wouldn't properly for some cases. -- The process query should hopefully be a bit more usable now. There were issues with how spaces (which are treated as an AND if it was between keywords, so something like `btm cpu > 0 mem > 0` would look for a process named `btm` with cpu usage > 0 and mem usage > 0). This has been hopefully improved. +- The process query should hopefully be a bit more usable now. There were issues with how spaces (which are treated as an AND if it was between keywords, so something like `btm cpu > 0 mem > 0` would look for a process named `btm` with cpu usage > 0 and mem usage > 0). This has been hopefully improved. ## [0.4.3] - 2020-05-15 diff --git a/README.md b/README.md index 9c2e2e05..5cc3b120 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Note that bottom is: - Built on the stable version of Rust - Tested and released for only 64-bit - Developed mainly for macOS, Windows, and Linux - + As such, support beyond that is not guaranteed. ### Manual @@ -76,7 +76,7 @@ cd bottom cargo install --path . # Download from releases and install -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.3/bottom_source_code.tar.gz +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.4/bottom_source_code.tar.gz tar -xzvf bottom_source_code.tar.gz cargo install --path . ``` @@ -101,8 +101,8 @@ yay 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.3/bottom_0.4.3_amd64.deb -sudo dpkg -i bottom_0.4.3_amd64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.4/bottom_0.4.4_amd64.deb +sudo dpkg -i bottom_0.4.4_amd64.deb ``` ### Homebrew @@ -129,7 +129,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.3 +choco install bottom --version=0.4.4 ``` ## Usage