From 5ce72403b62d39ace9926f5d51931b74839af55e Mon Sep 17 00:00:00 2001 From: aristocratos Date: Tue, 21 Sep 2021 21:27:46 +0200 Subject: [PATCH] v1.0.4 Bug fixes --- CHANGELOG.md | 4 ++++ src/btop.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a133c9..98e9fec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.0.4 + +* Fixed: Use /proc/pid/statm if RSS memory from /proc/pid/stat is faulty + ## v1.0.3 * Fixed: stoi 0 literal pointer to nullptr and added more clamping for gradient array access diff --git a/src/btop.cpp b/src/btop.cpp index fd92220a..ed5eda4f 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -55,7 +55,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.0.3"; + const string Version = "1.0.4"; int coreCount; string overlay;