mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-24 06:05:10 +02:00
uptick: 0.4.3
This commit is contained in:
parent
2ae2ebd6d8
commit
2d9d10d8f9
@ -13,6 +13,12 @@ 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.3] - 2020-05-15
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- Update sysinfo version that fixes an overflow issue.
|
||||||
|
|
||||||
## [0.4.2] - 2020-05-11
|
## [0.4.2] - 2020-05-11
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
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"
|
||||||
|
@ -71,7 +71,7 @@ cd bottom
|
|||||||
cargo install --path .
|
cargo install --path .
|
||||||
|
|
||||||
# Download from releases and install
|
# Download from releases and install
|
||||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.2/bottom_source_code.tar.gz
|
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.3/bottom_source_code.tar.gz
|
||||||
tar -xzvf bottom_source_code.tar.gz
|
tar -xzvf bottom_source_code.tar.gz
|
||||||
cargo install --path .
|
cargo install --path .
|
||||||
```
|
```
|
||||||
@ -96,8 +96,8 @@ yay bottom-bin
|
|||||||
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
|
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.2/bottom_0.4.2_amd64.deb
|
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.3/bottom_0.4.3_amd64.deb
|
||||||
sudo dpkg -i bottom_0.4.2_amd64.deb
|
sudo dpkg -i bottom_0.4.3_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
### Homebrew
|
### Homebrew
|
||||||
@ -124,7 +124,7 @@ Choco package located [here](https://chocolatey.org/packages/bottom).
|
|||||||
choco install bottom
|
choco install bottom
|
||||||
|
|
||||||
# Version number may be required for newer releases, if available:
|
# Version number may be required for newer releases, if available:
|
||||||
choco install bottom --version=0.4.2
|
choco install bottom --version=0.4.3
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user