v1.0.21 Security and bug fixes

This commit is contained in:
aristocratos 2021-11-02 21:18:44 +01:00
parent 0f566ae688
commit 6383ef8704
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## v1.0.21
* Fixed: Removed extra spaces in cpu name
* Added: / as alternative bind for filter
* Fixed: Security issue when running with SUID bit set
## v1.0.20
* Added: Improved cpu sensor detection for Ryzen Mobile, by @adnanpri

View File

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