v1.0.3 Bug fixes

This commit is contained in:
aristocratos 2021-09-21 17:39:49 +02:00
parent 8d3e4575be
commit 19e9a181ea
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## v1.0.3
* Fixed: stoi 0 literal pointer to nullptr and added more clamping for gradient array access
## v1.0.2 ## v1.0.2
* Fixed: ARCH detection in Makefile * Fixed: ARCH detection in Makefile

View File

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