v1.0.4 Bug fixes

This commit is contained in:
aristocratos 2021-09-21 21:27:46 +02:00
parent 6d11c8b4db
commit 5ce72403b6
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -55,7 +55,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
const string Version = "1.0.3";
const string Version = "1.0.4";
int coreCount;
string overlay;