Skip to content

Commit 595864a

Browse files
committed
uptick: 0.14.6
1 parent e68dd61 commit 595864a

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ body:
9898
see if [the latest
9999
version](https://github.com/ClementTsang/bottom/releases/latest) solves
100100
the issue first.
101-
placeholder: 0.14.5
101+
placeholder: 0.14.6
102102

103103
- type: textarea
104104
id: install

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ That said, these are more guidelines rather than hard rules, though the project
2020

2121
---
2222

23-
## 0.14.6 - Unreleased
23+
## 0.14.6 - 2026-07-20
2424

2525
### Bug Fixes
2626

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.14.5"
3+
version = "0.14.6"
44
repository = "https://github.com/ClementTsang/bottom"
55
license = "MIT"
66
description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows."

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ Alternatively, you can use `cargo install` using the repo as the source.
166166
rustup update stable
167167

168168
# Option 1 - Download an archive from releases and install
169-
curl -LO https://github.com/ClementTsang/bottom/archive/0.14.5.tar.gz
170-
tar -xzvf 0.14.5.tar.gz
169+
curl -LO https://github.com/ClementTsang/bottom/archive/0.14.6.tar.gz
170+
tar -xzvf 0.14.6.tar.gz
171171
cargo install --path . --locked
172172

173173
# Option 2 - Manually clone the repo and install
@@ -219,20 +219,20 @@ Some examples of installing it this way:
219219

220220
```bash
221221
# x86-64
222-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom_0.14.5-1_amd64.deb
223-
sudo dpkg -i bottom_0.14.5-1_amd64.deb
222+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom_0.14.6-1_amd64.deb
223+
sudo dpkg -i bottom_0.14.6-1_amd64.deb
224224

225225
# ARM64
226-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom_0.14.5-1_arm64.deb
227-
sudo dpkg -i bottom_0.14.5-1_arm64.deb
226+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom_0.14.6-1_arm64.deb
227+
sudo dpkg -i bottom_0.14.6-1_arm64.deb
228228

229229
# ARM
230-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom_0.14.5-1_armhf.deb
231-
sudo dpkg -i bottom_0.14.5-1_armhf.deb
230+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom_0.14.6-1_armhf.deb
231+
sudo dpkg -i bottom_0.14.6-1_armhf.deb
232232

233233
# musl-based
234-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom-musl_0.14.5-1_amd64.deb
235-
sudo dpkg -i bottom-musl_0.14.5-1_amd64.deb
234+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom-musl_0.14.6-1_amd64.deb
235+
sudo dpkg -i bottom-musl_0.14.6-1_amd64.deb
236236
```
237237

238238
### Exherbo Linux
@@ -274,8 +274,8 @@ sudo dnf install bottom
274274
For example:
275275

276276
```bash
277-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom-0.14.5-1.x86_64.rpm
278-
sudo dnf install ./bottom-0.14.5-1.x86_64.rpm
277+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom-0.14.6-1.x86_64.rpm
278+
sudo dnf install ./bottom-0.14.6-1.x86_64.rpm
279279
```
280280

281281
### Gentoo

tools/schema_gen/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)