mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-25 14:44:39 +02:00
parent
d3661c2320
commit
7794c0e43a
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -74,7 +74,7 @@ body:
|
|||||||
description: >
|
description: >
|
||||||
Please provide which version of `bottom` you're running, which you can find with `btm -V`. If you are using
|
Please provide which version of `bottom` you're running, which you can find with `btm -V`. If you are using
|
||||||
a nightly/non-release version, please also specify that.
|
a nightly/non-release version, please also specify that.
|
||||||
placeholder: 0.7.0
|
placeholder: 0.7.1
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: install
|
id: install
|
||||||
|
17
CHANGELOG.md
17
CHANGELOG.md
@ -5,18 +5,25 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [0.7.1] - ???
|
## [0.7.2]/[0.8.0] - ???
|
||||||
|
|
||||||
## Bug Fixes
|
## Bug Fixes
|
||||||
|
|
||||||
- [#952](https://github.com/ClementTsang/bottom/pull/952): Partially fix battery text getting cut off in small windows.
|
## Features
|
||||||
- [#953](https://github.com/ClementTsang/bottom/pull/953): Fix CPU widget's 'all' label being missing on small sizes.
|
|
||||||
|
- [#950](https://github.com/ClementTsang/bottom/pull/950): Split usage into both usage percentage and usage value.
|
||||||
|
|
||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
## Features
|
## Other
|
||||||
|
|
||||||
- [#950](https://github.com/ClementTsang/bottom/pull/950): Split usage into usage percentage and value.
|
## [0.7.1] - 2023-01-06
|
||||||
|
|
||||||
|
## Bug Fixes
|
||||||
|
|
||||||
|
- [#950](https://github.com/ClementTsang/bottom/pull/950): Fixes invalid sorting order for disk usage percentage.
|
||||||
|
- [#952](https://github.com/ClementTsang/bottom/pull/952), [#960](https://github.com/ClementTsang/bottom/pull/960): Partially fix battery text getting cut off in small windows.
|
||||||
|
- [#953](https://github.com/ClementTsang/bottom/pull/953): Fix CPU widget's 'all' label being missing on small sizes.
|
||||||
|
|
||||||
## Other
|
## Other
|
||||||
|
|
||||||
|
@ -153,8 +153,8 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa
|
|||||||
(note stable ARM builds are only available for 0.6.8 and later). If you want to install this way, do something like:
|
(note stable ARM builds are only available for 0.6.8 and later). If you want to install this way, do something like:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.0/bottom_0.7.0_amd64.deb
|
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.1/bottom_0.7.1_amd64.deb
|
||||||
sudo dpkg -i bottom_0.7.0_amd64.deb
|
sudo dpkg -i bottom_0.7.1_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
### Snap
|
### Snap
|
||||||
@ -234,7 +234,7 @@ Since validation of the package takes time, it may take a while to become availa
|
|||||||
choco install bottom
|
choco install bottom
|
||||||
|
|
||||||
# The version number may be required for newer releases during the approval process:
|
# The version number may be required for newer releases during the approval process:
|
||||||
choco install bottom --version=0.7.0
|
choco install bottom --version=0.7.1
|
||||||
```
|
```
|
||||||
|
|
||||||
### winget
|
### winget
|
||||||
@ -264,7 +264,7 @@ rustup update stable
|
|||||||
|
|
||||||
# Option 1 - Download from releases and install
|
# Option 1 - Download from releases and install
|
||||||
curl -LO https://github.com/ClementTsang/bottom/archive/0.7.0.tar.gz
|
curl -LO https://github.com/ClementTsang/bottom/archive/0.7.0.tar.gz
|
||||||
tar -xzvf 0.7.0.tar.gz
|
tar -xzvf 0.7.1.tar.gz
|
||||||
cargo install --path .
|
cargo install --path .
|
||||||
|
|
||||||
# Option 2 - Clone from master and install manually
|
# Option 2 - Clone from master and install manually
|
||||||
|
Loading…
x
Reference in New Issue
Block a user