v1.2.6 Bug fixes

This commit is contained in:
aristocratos 2022-04-13 11:19:47 +02:00
parent 2d9399389c
commit df205fb23c
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## v1.2.6
* Fixed: Wrong memory unit when shorten and size is less than 10, by @mohi001
* Fixed: Use cpu cores avarage temp if missing cpu package temp for FreeBSD
* Changed: Enter symbol to a more common variant
## v1.2.5
* Fixed: Fallback to less accurate UTF8 char count if conversion to wstring fails

View file

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