Skip to content

Commit

Permalink
auto megre of v1.0.22
Browse files Browse the repository at this point in the history
 Fixed 32-bit

* tag 'refs/tags/v1.0.22':
  v1.0.22 Fixed 32-bit
  Updated README.md
  • Loading branch information
jan-guenter committed Nov 3, 2021
2 parents d52db86 + 4516922 commit f873430
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.22

* Fixed: Bad values for disks and network on 32-bit

## v1.0.21

* Fixed: Removed extra spaces in cpu name
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ Also needs a UTF8 locale and a font that covers:

1. **Download btop-(VERSION)-(PLATFORM)-(ARCH).tbz from [latest release](https://github.com/aristocratos/btop/releases/latest) and unpack to a new folder**

**Notice! Use x86_64 for 64-bit x86 systems, i486 and i686 are 32-bit!**

2. **Install (from created folder)**

* **Run install.sh or:**
Expand Down
2 changes: 1 addition & 1 deletion src/btop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
const string Version = "1.0.21";
const string Version = "1.0.22";

int coreCount;
string overlay;
Expand Down

0 comments on commit f873430

Please sign in to comment.