From 2107f70e716fd3eb9b229eb6b8c56398cd5228d6 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Wed, 3 Nov 2021 22:01:49 +0100 Subject: [PATCH 1/2] Updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ae48dfa..32869296 100644 --- a/README.md +++ b/README.md @@ -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:** From 45169223ebb6ed792b92e8c74bdf5b281712d1e0 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Wed, 3 Nov 2021 22:11:31 +0100 Subject: [PATCH 2/2] v1.0.22 Fixed 32-bit --- CHANGELOG.md | 4 ++++ src/btop.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e530fb..4d030673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/btop.cpp b/src/btop.cpp index ee95cfb6..5034629b 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -53,7 +53,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.0.21"; + const string Version = "1.0.22"; int coreCount; string overlay;