uptick: 0.11.1 (#1786)

This commit is contained in:
Clement Tsang
2025-08-14 23:56:41 -04:00
committed by GitHub
parent f846fdcc05
commit 2578f20ce5
3 changed files with 14 additions and 14 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.11.0
placeholder: 0.11.1
- type: textarea
id: install
+1 -1
View File
@@ -20,7 +20,7 @@ That said, these are more guidelines rather than hardset rules, though the proje
---
## [0.11.1] - Unreleased
## [0.11.1] - 2025-08-15
### Bug Fixes
+12 -12
View File
@@ -162,8 +162,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.11.0.tar.gz
tar -xzvf 0.11.0.tar.gz
curl -LO https://github.com/ClementTsang/bottom/archive/0.11.1.tar.gz
tar -xzvf 0.11.1.tar.gz
cargo install --path . --locked
# Option 2 - Manually clone the repo and install
@@ -215,20 +215,20 @@ Some examples of installing it this way:
```bash
# x86-64
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom_0.11.0-1_amd64.deb
sudo dpkg -i bottom_0.11.0-1_amd64.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1/bottom_0.11.1-1_amd64.deb
sudo dpkg -i bottom_0.11.1-1_amd64.deb
# ARM64
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom_0.11.0-1_arm64.deb
sudo dpkg -i bottom_0.11.0-1_arm64.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1/bottom_0.11.1-1_arm64.deb
sudo dpkg -i bottom_0.11.1-1_arm64.deb
# ARM
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom_0.11.0-1_armhf.deb
sudo dpkg -i bottom_0.11.0-1_armhf.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1/bottom_0.11.1-1_armhf.deb
sudo dpkg -i bottom_0.11.1-1_armhf.deb
# musl-based
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom-musl_0.11.0-1_amd64.deb
sudo dpkg -i bottom-musl_0.11.0-1_amd64.deb
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1/bottom-musl_0.11.1-1_amd64.deb
sudo dpkg -i bottom-musl_0.11.1-1_amd64.deb
```
### Exherbo Linux
@@ -260,8 +260,8 @@ sudo dnf install bottom
For example:
```bash
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.0/bottom-0.11.0-1.x86_64.rpm
sudo rpm -i bottom-0.11.0-1.x86_64.rpm
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.11.1/bottom-0.11.1-1.x86_64.rpm
sudo rpm -i bottom-0.11.1-1.x86_64.rpm
```
### Gentoo