Skip to content

Commit 8587af6

Browse files
authored
uptick: 0.6.8 (#670)
Uptick to 0.6.8.
1 parent b59e34f commit 8587af6

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.6.8] / [0.7.0] - Unreleased
8+
## [0.6.9] / [0.7.0] - Unreleased
99

10-
## [0.6.7] - 2022-01-31
10+
## [0.6.8] - 2022-02-01
1111

1212
## Bug Fixes
1313

14-
- [#655](https://github.com/ClementTsang/bottom/pull/665): Fix bug where the program would stall in an infinite loop if the width of the terminal was too small.
14+
- [#655](https://github.com/ClementTsang/bottom/pull/669): Fix a bug where the number of CPUs is never refreshed.
15+
16+
## [0.6.7] - 2022-01-31
1517

1618
## Features
1719

1820
- [#646](https://github.com/ClementTsang/bottom/pull/646): Add `PgUp`/`PgDown` keybind support to scroll up and down a page in a table.
1921

22+
## Bug Fixes
23+
24+
- [#655](https://github.com/ClementTsang/bottom/pull/665): Fix bug where the program would stall in an infinite loop if the width of the terminal was too small.
25+
2026
## Internal Changes
2127

2228
- [#658](https://github.com/ClementTsang/bottom/pull/658): Update sysinfo.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bottom"
3-
version = "0.6.7"
3+
version = "0.6.8"
44
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
55
edition = "2018"
66
repository = "https://github.com/ClementTsang/bottom"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ sudo pacman -Syu bottom
103103
A `.deb` file is provided on each [release](https://github.com/ClementTsang/bottom/releases/latest):
104104

105105
```bash
106-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.7/bottom_0.6.7_amd64.deb
107-
sudo dpkg -i bottom_0.6.7_amd64.deb
106+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.6.8/bottom_0.6.8_amd64.deb
107+
sudo dpkg -i bottom_0.6.8_amd64.deb
108108
```
109109

110110
### Fedora/CentOS
@@ -175,7 +175,7 @@ Since validation of the package takes time, it may take a while to become availa
175175
choco install bottom
176176

177177
# The version number may be required for newer releases during the approval process:
178-
choco install bottom --version=0.6.7
178+
choco install bottom --version=0.6.8
179179
```
180180

181181
### winget
@@ -205,8 +205,8 @@ to do so using the most recent version of stable Rust, which is how the binaries
205205
rustup update stable
206206

207207
# Option 1 - Download from releases and install
208-
curl -LO https://github.com/ClementTsang/bottom/archive/0.6.7.tar.gz
209-
tar -xzvf 0.6.7.tar.gz
208+
curl -LO https://github.com/ClementTsang/bottom/archive/0.6.8.tar.gz
209+
tar -xzvf 0.6.8.tar.gz
210210
cargo install --path .
211211

212212
# Option 2 - Clone from master and install manually

0 commit comments

Comments
 (0)