diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cef82c84..5eb473f2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -79,7 +79,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.9.6 + placeholder: 0.9.7 - type: textarea id: install diff --git a/CHANGELOG.md b/CHANGELOG.md index dc363afe..d7130cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#1355](https://github.com/ClementTsang/bottom/pull/1355): Reduce chances of non-D0 devices waking up due to temperature checks on Linux. - [#1410](https://github.com/ClementTsang/bottom/pull/1410): Fix uptime calculation for Linux. +## [0.9.7] - 2023-08-26 + +## Other + +- [#1500](https://github.com/ClementTsang/bottom/issues/1500): Fix builds for Rust 1.80. + ## [0.9.6] - 2023-08-26 ### Other diff --git a/README.md b/README.md index 6a9edd7e..5588b597 100644 --- a/README.md +++ b/README.md @@ -175,16 +175,16 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa ```bash # x86-64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_amd64.deb -sudo dpkg -i bottom_0.9.6_amd64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.7/bottom_0.9.7_amd64.deb +sudo dpkg -i bottom_0.9.7_amd64.deb # ARM64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_arm64.deb -sudo dpkg -i bottom_0.9.6_arm64.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.7/bottom_0.9.7_arm64.deb +sudo dpkg -i bottom_0.9.7_arm64.deb # ARM -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_armhf.deb -sudo dpkg -i bottom_0.9.6_armhf.deb +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.7/bottom_0.9.7_armhf.deb +sudo dpkg -i bottom_0.9.7_armhf.deb ``` ### Exherbo Linux @@ -210,12 +210,12 @@ something like: ```bash # x86-64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom-0.9.6-1.x86_64.rpm -sudo rpm -i bottom-0.9.6-1.x86_64.rpm +curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.7/bottom-0.9.7-1.x86_64.rpm +sudo rpm -i bottom-0.9.7-1.x86_64.rpm # Nightly x86-64 -curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.9.6-1.x86_64.rpm -sudo rpm -i bottom-0.9.6-1.x86_64.rpm +curl -LO https://github.com/ClementTsang/bottom/releases/download/nightly/bottom-0.9.7-1.x86_64.rpm +sudo rpm -i bottom-0.9.7-1.x86_64.rpm ``` ### Gentoo @@ -326,8 +326,8 @@ to do so using the most recent version of stable Rust, which is how the binaries rustup update stable # Option 1 - Download from releases and install -curl -LO https://github.com/ClementTsang/bottom/archive/0.9.6.tar.gz -tar -xzvf 0.9.6.tar.gz +curl -LO https://github.com/ClementTsang/bottom/archive/0.9.7.tar.gz +tar -xzvf 0.9.7.tar.gz cargo install --path . --locked # Option 2 - Clone the repo and install manually diff --git a/desktop/bottom.desktop b/desktop/bottom.desktop index acc97b4c..7a9e1050 100644 --- a/desktop/bottom.desktop +++ b/desktop/bottom.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=bottom -Version=0.9.6 +Version=0.10.0 GenericName=System Monitor Comment=A customizable cross-platform graphical process/system monitor for the terminal. Exec=btm diff --git a/schema/v1.0/bottom.json b/schema/v1.0/bottom.json index 892405d2..04322645 100644 --- a/schema/v1.0/bottom.json +++ b/schema/v1.0/bottom.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/ClementTsang/bottom/blob/main/schema/v1.0/bottom.json", - "$comment": "https://clementtsang.github.io/bottom/0.9.6/configuration/config-file", + "$comment": "https://clementtsang.github.io/bottom/0.9.6/configuration/config-file/default-config/", "title": "Schema for bottom's configs (v1.0)", "type": "object", "definitions": {