Skip to content

Commit 36840e5

Browse files
authored
uptick: 0.8.0 (#996)
* uptick: 0.8.0 * update changelog
1 parent 9a01118 commit 36840e5

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ body:
7474
description: >
7575
Please provide which version of `bottom` you're running, which you can find with `btm -V`. If you are using
7676
a nightly/non-release version, please also specify that.
77-
placeholder: 0.7.1
77+
placeholder: 0.8.0
7878

7979
- type: input
8080
id: install

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.7.2]/[0.8.0] - ???
8+
## [0.8.0] - 2023-01-22
99

1010
## Bug Fixes
1111

12+
- [#950](https://github.com/ClementTsang/bottom/pull/950): Update help menu for disk and temperature widgets with sorting support.
1213
- [#994](https://github.com/ClementTsang/bottom/pull/994): Fix time graph labels not being styled.
1314

1415
## Features
@@ -18,11 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1819
## Changes
1920

2021
- [#974](https://github.com/ClementTsang/bottom/pull/974): Hide battery duration section if the value is unknown. Also update shortened text.
21-
- [#975](https://github.com/ClementTsang/bottom/pull/975): Automatically hide the battery widget if no batteries are found.
22+
- [#975](https://github.com/ClementTsang/bottom/pull/975): Automatically hide the battery widget if no batteries are found but `--battery` is enabled.
2223

2324
## Other
2425

25-
- [#950](https://github.com/ClementTsang/bottom/pull/950): Update help menu for disk and temperature widgets with sorting support.
26+
- [#969](https://github.com/ClementTsang/bottom/pull/969): Follow Debian conventions for naming generated `.deb` binaries.
2627

2728
## [0.7.1] - 2023-01-06
2829

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,16 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa
158158

159159
```bash
160160
# x86-64
161-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.1/bottom_0.7.1_amd64.deb
162-
sudo dpkg -i bottom_0.7.1_amd64.deb
161+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.8.0/bottom_0.8.0_amd64.deb
162+
sudo dpkg -i bottom_0.8.0_amd64.deb
163163

164164
# ARM64
165-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.1/bottom_0.7.1_arm64.deb
166-
sudo dpkg -i bottom_0.7.1_arm64.deb
165+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.8.0/bottom_0.8.0_arm64.deb
166+
sudo dpkg -i bottom_0.8.0_arm64.deb
167167

168168
# ARM
169-
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.1/bottom_0.7.1_armhf.deb
170-
sudo dpkg -i bottom_0.7.1_armhf.deb
169+
curl -LO https://github.com/ClementTsang/bottom/releases/download/0.8.0/bottom_0.8.0_armhf.deb
170+
sudo dpkg -i bottom_0.8.0_armhf.deb
171171
```
172172

173173
### Snap
@@ -247,7 +247,7 @@ choco install bottom
247247

248248
# The version number may need to be specified for newer releases for the first
249249
# few hours/days during the approval process:
250-
choco install bottom --version=0.7.1
250+
choco install bottom --version=0.8.0
251251
```
252252

253253
### winget
@@ -279,7 +279,7 @@ rustup update stable
279279

280280
# Option 1 - Download from releases and install
281281
curl -LO https://github.com/ClementTsang/bottom/archive/0.7.0.tar.gz
282-
tar -xzvf 0.7.1.tar.gz
282+
tar -xzvf 0.8.0.tar.gz
283283
cargo install --path .
284284

285285
# Option 2 - Clone from master and install manually

0 commit comments

Comments
 (0)