v1.0.7 Bug fixes

This commit is contained in:
aristocratos 2021-09-24 22:35:13 +02:00
parent 2aca963f30
commit ee8109ec38
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## v1.0.7
* Fixed: Crash when opening menu at too small size
* Fixed: Cores not constrained to cpu box and core numbers above 100 cut off
* Fixed: Scrollbar position incorrect in small lists and selection not working when filtering
## v1.0.6
* Fixed: Check that getenv("LANG") is not NULL in UTF-8 check

View file

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