diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a133c..98e9fec 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 fd92220..ed5eda4 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;