uptick: 0.14.6 (#2166)

This commit is contained in:
Clement Tsang
2026-07-20 00:11:54 -04:00
committed by GitHub
parent e68dd616de
commit 75f19806f9
6 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ body:
see if [the latest
version](https://github.com/ClementTsang/bottom/releases/latest) solves
the issue first.
placeholder: 0.14.5
placeholder: 0.14.6
- type: textarea
id: install
+1 -1
View File
@@ -20,7 +20,7 @@ That said, these are more guidelines rather than hard rules, though the project
---
## 0.14.6 - Unreleased
## 0.14.6 - 2026-07-20
### Bug Fixes
Generated
+1 -1
View File
@@ -132,7 +132,7 @@ dependencies = [
[[package]]
name = "bottom"
version = "0.14.5"
version = "0.14.6"
dependencies = [
"anyhow",
"assert_cmd",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "bottom"
version = "0.14.5"
version = "0.14.6"
repository = "https://github.com/ClementTsang/bottom"
license = "MIT"
description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows."
+12 -12
View File
@@ -166,8 +166,8 @@ Alternatively, you can use `cargo install` using the repo as the source.
rustup update stable
# Option 1 - Download an archive from releases and install
curl -LO https://github.com/ClementTsang/bottom/archive/0.14.5.tar.gz
tar -xzvf 0.14.5.tar.gz
curl -LO https://github.com/ClementTsang/bottom/archive/0.14.6.tar.gz
tar -xzvf 0.14.6.tar.gz
cargo install --path . --locked
# Option 2 - Manually clone the repo and install
@@ -219,20 +219,20 @@ Some examples of installing it this way:
```bash
# x86-64
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom_0.14.5-1_amd64.deb
sudo dpkg -i bottom_0.14.5-1_amd64.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom_0.14.6-1_amd64.deb
sudo dpkg -i bottom_0.14.6-1_amd64.deb
# ARM64
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom_0.14.5-1_arm64.deb
sudo dpkg -i bottom_0.14.5-1_arm64.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom_0.14.6-1_arm64.deb
sudo dpkg -i bottom_0.14.6-1_arm64.deb
# ARM
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom_0.14.5-1_armhf.deb
sudo dpkg -i bottom_0.14.5-1_armhf.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom_0.14.6-1_armhf.deb
sudo dpkg -i bottom_0.14.6-1_armhf.deb
# musl-based
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom-musl_0.14.5-1_amd64.deb
sudo dpkg -i bottom-musl_0.14.5-1_amd64.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom-musl_0.14.6-1_amd64.deb
sudo dpkg -i bottom-musl_0.14.6-1_amd64.deb
```
### Exherbo Linux
@@ -274,8 +274,8 @@ sudo dnf install bottom
For example:
```bash
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.5/bottom-0.14.5-1.x86_64.rpm
sudo dnf install ./bottom-0.14.5-1.x86_64.rpm
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.14.6/bottom-0.14.6-1.x86_64.rpm
sudo dnf install ./bottom-0.14.6-1.x86_64.rpm
```
### Gentoo
+3 -3
View File
@@ -111,7 +111,7 @@ dependencies = [
[[package]]
name = "bottom"
version = "0.14.4"
version = "0.14.6"
dependencies = [
"anyhow",
"clap",
@@ -1578,9 +1578,9 @@ dependencies = [
[[package]]
name = "timeless"
version = "0.0.14-alpha"
version = "0.0.15-alpha"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04121e3f47427f2604066a4c4af25102e6c5794b167f6dee85958898ebf7f131"
checksum = "a2be119240e5a387a47d456fb20aed535bbfe6db82ed698212a79b2cd30382c8"
[[package]]
name = "toml_datetime"