uptick: 0.12.3 (#1945)

This commit is contained in:
Clement Tsang
2025-12-31 17:46:26 -05:00
committed by GitHub
parent 76cb583dc3
commit 2f0e9dea99
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ body:
It would also be helpful if you are not running [the latest version](https://github.com/ClementTsang/bottom/releases/latest)
to try that as well to see if the issue has already been resolved.
placeholder: 0.12.2
placeholder: 0.12.3
- 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.12.3]/[0.13.0] - Unreleased
## [0.12.3] - 2026-01-01
### Bug Fixes
Generated
+1 -1
View File
@@ -156,7 +156,7 @@ dependencies = [
[[package]]
name = "bottom"
version = "0.12.2"
version = "0.12.3"
dependencies = [
"anyhow",
"assert_cmd",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "bottom"
version = "0.12.2"
version = "0.12.3"
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
@@ -168,8 +168,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.12.2.tar.gz
tar -xzvf 0.12.2.tar.gz
curl -LO https://github.com/ClementTsang/bottom/archive/0.12.3.tar.gz
tar -xzvf 0.12.3.tar.gz
cargo install --path . --locked
# Option 2 - Manually clone the repo and install
@@ -221,20 +221,20 @@ Some examples of installing it this way:
```bash
# x86-64
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.2/bottom_0.12.2-1_amd64.deb
sudo dpkg -i bottom_0.12.2-1_amd64.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.3/bottom_0.12.3-1_amd64.deb
sudo dpkg -i bottom_0.12.3-1_amd64.deb
# ARM64
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.2/bottom_0.12.2-1_arm64.deb
sudo dpkg -i bottom_0.12.2-1_arm64.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.3/bottom_0.12.3-1_arm64.deb
sudo dpkg -i bottom_0.12.3-1_arm64.deb
# ARM
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.2/bottom_0.12.2-1_armhf.deb
sudo dpkg -i bottom_0.12.2-1_armhf.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.3/bottom_0.12.3-1_armhf.deb
sudo dpkg -i bottom_0.12.3-1_armhf.deb
# musl-based
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.2/bottom-musl_0.12.2-1_amd64.deb
sudo dpkg -i bottom-musl_0.12.2-1_amd64.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.3/bottom-musl_0.12.3-1_amd64.deb
sudo dpkg -i bottom-musl_0.12.3-1_amd64.deb
```
### Exherbo Linux
@@ -276,8 +276,8 @@ sudo dnf install bottom
For example:
```bash
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.2/bottom-0.12.2-1.x86_64.rpm
sudo dnf install ./bottom-0.12.2-1.x86_64.rpm
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.12.3/bottom-0.12.3-1.x86_64.rpm
sudo dnf install ./bottom-0.12.3-1.x86_64.rpm
```
### Gentoo