v1.0.2 Bug fixes

This commit is contained in:
aristocratos 2021-09-20 18:32:08 +02:00
parent bb5728187a
commit 026a9311e9
2 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,10 @@
* Fixed: Color gradient array out of bounds, added clamp 0-100 for cpu percent values * Fixed: Color gradient array out of bounds, added clamp 0-100 for cpu percent values
* Fixed: Menu size and preset size issues and added warnings for small terminal size
* Fixed: Options menu page selection alignment
## v1.0.1 ## v1.0.1
* Fixed: UTF-8 check to include UTF8 * Fixed: UTF-8 check to include UTF8

View file

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